[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build From Current Sources Fails.
From: |
Thomas D. Dean |
Subject: |
Re: Build From Current Sources Fails. |
Date: |
Fri, 3 Jan 2020 21:28:47 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 1/3/20 8:11 PM, Thomas D. Dean wrote:
After hg pull and hg update,
> cd build
> ../configure F77=gfortran --without-qt
> make
...
GEN doc/interpreter/stats.texi
GEN doc/interpreter/stmt.texi
GEN doc/interpreter/strings.texi
GEN doc/interpreter/system.texi
GEN doc/interpreter/testfun.texi
GEN doc/interpreter/var.texi
GEN doc/interpreter/vectorize.texi
MAKEINFO ../doc/interpreter/octave.info
../doc/interpreter/octave.texi:812: @detailmenu reference to nonexistent
node `Octave Workspace Windows'
../doc/interpreter/octave.texi:832: @detailmenu reference to nonexistent
node `WWW Access'
Makefile:27763: recipe for target '../doc/interpreter/octave.info' failed
make[2]: *** [../doc/interpreter/octave.info] Error 1
make[2]: Leaving directory '/home/tomdean/Math/Octave/octave-code/build'
Makefile:26366: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/tomdean/Math/Octave/octave-code/build'
Makefile:9950: recipe for target 'all' failed
make: *** [all] Error 2
Tom Dean
The latest ( 15 minutes ago ) fixed the doc problem. Now, I see a java
problem.
after hg pull and hg update
> cd build
> rm -Rf *
> ../configure F77=gfortran --without-qt
> make -j12
GEN doc/interpreter/testfun.texi
GEN doc/interpreter/var.texi
GEN doc/interpreter/vectorize.texi
JAR scripts/java/octave.jar
CXXLD libinterp/dldfcn/__delaunayn__.la
CXXLD libinterp/dldfcn/__eigs__.la
CXXLD libinterp/dldfcn/__fltk_uigetfile__.la
CXXLD libinterp/dldfcn/__glpk__.la
CXXLD libinterp/dldfcn/__init_fltk__.la
org/octave/Matrix.class : no such file or directory
org/octave/OctClassLoader.class : no such file or directory
org/octave/Octave.class : no such file or directory
org/octave/OctaveReference.class : no such file or directory
Makefile:27515: recipe for target 'scripts/java/octave.jar' failed
make[2]: *** [scripts/java/octave.jar] Error 1
make[2]: *** Waiting for unfinished jobs....
CXXLD libinterp/dldfcn/__init_gnuplot__.la
make[2]: Leaving directory '/home/tomdean/Math/Octave/octave-code/build'
Makefile:26366: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/tomdean/Math/Octave/octave-code/build'
Makefile:9950: recipe for target 'all' failed
make: *** [all] Error 2
Tom Dean