help-octave
[Top][All Lists]
Advanced

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

Re: libinterp/corefcn/mk-mxarray-h.in.sh missing


From: Thomas D. Dean
Subject: Re: libinterp/corefcn/mk-mxarray-h.in.sh missing
Date: Wed, 8 Apr 2020 17:52:49 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 2020-04-08 17:37, Thomas D. Dean wrote:
After update, build fails.

 > cd buils
 > ../configure LDFLAGS=-L/usr/local/lib/OpenBlas/lib \
           --enable-threads=posix
...
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build-aux/check-subst-vars.sh
config.status: creating doc/doxyhtml/Doxyfile
config.status: creating libgnu/Makefile
config.status: creating liboctave/octave.pc
config.status: creating libinterp/octinterp.pc
config.status: creating oct-conf-post.h-tmp
config.status: creating libgui/mk-default-qt-settings.sh-tmp
config.status: creating liboctave/external/mk-f77-def.sh-tmp
config.status: creating liboctave/mk-version-h.sh-tmp
config.status: error: cannot find input file:
            `libinterp/corefcn/mk-mxarray-h.in.sh'

Solved.

Looks like mxarray.h is downloaded from hg sources. And, removed from
configure.

> cd octave-code
> ./bootstrap
> cd build
> ../configure xxxx
> make -j12

Tom Dean


reply via email to

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