octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: missing file liboctave/lo-array-gripes.h


From: Ben Abbott
Subject: Re: missing file liboctave/lo-array-gripes.h
Date: Fri, 22 Oct 2010 16:41:18 +0800

On Oct 22, 2010, at 4:36 PM, John W. Eaton wrote:

> On 22-Oct-2010, Ben Abbott wrote:
> 
> | On Oct 22, 2010, at 12:29 PM, John W. Eaton wrote:
> | 
> | > On 22-Oct-2010, Ben Abbott wrote:
> | > 
> | > | I don't see the file lo-array-gripes.h in the archive.
> | > | 
> | > | Did you forget to add it when you committed the changeset below?
> | > | 
> | > |         http://hg.savannah.gnu.org/hgweb/octave/rev/7c573eb981eb
> | > 
> | > Oops, yes.  I added them and committed the change.
> | > 
> | > jwe
> | 
> | Ok, I'm now able to build, but Octave's path is empty.
> | 
> | ../../run-octave -f -q -H ./mk_doc_cache.m doc-cache 
> ../../scripts/DOCSTRINGS ../../src/DOCSTRINGS || { rm -f doc-cache; exit 1; }
> | error: feval: function `unimplemented' not found
> | error: called from:
> | error:   
> /Users/bpabbott/Development/mercurial/local_clone/doc/interpreter/mk_doc_cache.m
>  at line 42, column 18
> | 
> | make[3]: *** [doc-cache] Error 1
> | make[2]: *** [all-recursive] Error 1
> | make[1]: *** [all-recursive] Error 1
> | make: *** [all] Error 2
> | 
> | When I start octave by ./run-octave --norc
> | 
> | octave:1> path
> | 
> | Octave's search path contains the following directories:
> | 
> | 
> | 
> 
> I don't see how any of my recent changes couuld have caused that
> problem.
> 
> The initial path is set directly in the run-octave script with a
> --path="$LOADPATH" option, and LOADPATH is determined by some find and
> awk commands in the run-octave script.  So what is being computed for
> LOADPATH in the run-octave script?  If it is empty, then why?
> 
> jwe

I modified run-octave to echo LOADPATH. It look correct to me.

$ ./run-octave
/Users/bpabbott/Development/mercurial/local_clone/test:/Users/bpabbott/Development/mercurial/local_clone/scripts:/Users/bpabbott/Development/mercurial/local_clone/scripts/.deps:/Users/bpabbott/Development/mercurial/local_clone/scripts/.libs:/Users/bpabbott/Development/mercurial/local_clone/scripts/audio:/Users/bpabbott/Development/mercurial/local_clone/scripts/deprecated:/Users/bpabbott/Development/mercurial/local_clone/scripts/elfun:/Users/bpabbott/Development/mercurial/local_clone/scripts/general:/Users/bpabbott/Development/mercurial/local_clone/scripts/geometry:/Users/bpabbott/Development/mercurial/local_clone/scripts/help:/Users/bpabbott/Development/mercurial/local_clone/scripts/image:/Users/bpabbott/Development/mercurial/local_clone/scripts/io:/Users/bpabbott/Development/mercurial/local_clone/scripts/linear-algebra:/Users/bpabbott/Development/mercurial/local_clone/scripts/miscellaneous:/Users/bpabbott/Development/mercurial/local_clone/scripts/optimization:/Users/bpabbott/Development/mercurial/local_clone/scripts/path:/Users/bpabbott/Development/mercurial/local_clone/scripts/pkg:/Users/bpabbott/Development/mercurial/local_clone/scripts/plot:/Users/bpabbott/Development/mercurial/local_clone/scripts/polynomial:/Users/bpabbott/Development/mercurial/local_clone/scripts/set:/Users/bpabbott/Development/mercurial/local_clone/scripts/signal:/Users/bpabbott/Development/mercurial/local_clone/scripts/sparse:/Users/bpabbott/Development/mercurial/local_clone/scripts/specfun:/Users/bpabbott/Development/mercurial/local_clone/scripts/special-matrix:/Users/bpabbott/Development/mercurial/local_clone/scripts/startup:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics/base:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics/distributions:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics/models:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics/tests:/Users/bpabbott/Development/mercurial/local_clone/scripts/strings:/Users/bpabbott/Development/mercurial/local_clone/scripts/testfun:/Users/bpabbott/Development/mercurial/local_clone/scripts/time:/Users/bpabbott/Development/mercurial/local_clone/scripts:/Users/bpabbott/Development/mercurial/local_clone/scripts/.deps:/Users/bpabbott/Development/mercurial/local_clone/scripts/.libs:/Users/bpabbott/Development/mercurial/local_clone/scripts/audio:/Users/bpabbott/Development/mercurial/local_clone/scripts/deprecated:/Users/bpabbott/Development/mercurial/local_clone/scripts/elfun:/Users/bpabbott/Development/mercurial/local_clone/scripts/general:/Users/bpabbott/Development/mercurial/local_clone/scripts/geometry:/Users/bpabbott/Development/mercurial/local_clone/scripts/help:/Users/bpabbott/Development/mercurial/local_clone/scripts/image:/Users/bpabbott/Development/mercurial/local_clone/scripts/io:/Users/bpabbott/Development/mercurial/local_clone/scripts/linear-algebra:/Users/bpabbott/Development/mercurial/local_clone/scripts/miscellaneous:/Users/bpabbott/Development/mercurial/local_clone/scripts/optimization:/Users/bpabbott/Development/mercurial/local_clone/scripts/path:/Users/bpabbott/Development/mercurial/local_clone/scripts/pkg:/Users/bpabbott/Development/mercurial/local_clone/scripts/plot:/Users/bpabbott/Development/mercurial/local_clone/scripts/polynomial:/Users/bpabbott/Development/mercurial/local_clone/scripts/set:/Users/bpabbott/Development/mercurial/local_clone/scripts/signal:/Users/bpabbott/Development/mercurial/local_clone/scripts/sparse:/Users/bpabbott/Development/mercurial/local_clone/scripts/specfun:/Users/bpabbott/Development/mercurial/local_clone/scripts/special-matrix:/Users/bpabbott/Development/mercurial/local_clone/scripts/startup:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics/base:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics/distributions:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics/models:/Users/bpabbott/Development/mercurial/local_clone/scripts/statistics/tests:/Users/bpabbott/Development/mercurial/local_clone/scripts/strings:/Users/bpabbott/Development/mercurial/local_clone/scripts/testfun:/Users/bpabbott/Development/mercurial/local_clone/scripts/time:/Users/bpabbott/Development/mercurial/local_clone/src:/Users/bpabbott/Development/mercurial/local_clone/src/.deps:/Users/bpabbott/Development/mercurial/local_clone/src/.libs:/Users/bpabbott/Development/mercurial/local_clone/src/DLD-FUNCTIONS:/Users/bpabbott/Development/mercurial/local_clone/src/DLD-FUNCTIONS/.deps:/Users/bpabbott/Development/mercurial/local_clone/src/DLD-FUNCTIONS/.libs:/Users/bpabbott/Development/mercurial/local_clone/src/gendoc.dSYM:/Users/bpabbott/Development/mercurial/local_clone/src/gendoc.dSYM/Contents:/Users/bpabbott/Development/mercurial/local_clone/src/gendoc.dSYM/Contents/Resources:/Users/bpabbott/Development/mercurial/local_clone/src/gendoc.dSYM/Contents/Resources/DWARF:/Users/bpabbott/Development/mercurial/local_clone/src/OPERATORS:/Users/bpabbott/Development/mercurial/local_clone/src/OPERATORS/.deps:/Users/bpabbott/Development/mercurial/local_clone/src/OPERATORS/.libs:/Users/bpabbott/Development/mercurial/local_clone/src/TEMPLATE-INST:/Users/bpabbott/Development/mercurial/local_clone/src/TEMPLATE-INST/.deps:/Users/bpabbott/Development/mercurial/local_clone/src/TEMPLATE-INST/.libs

My fresh build is still in work.

Ben





reply via email to

[Prev in Thread] Current Thread [Next in Thread]