octave-maintainers
[Top][All Lists]
Advanced

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

error: bsxfun-decl.h: No such file or directory


From: David Grundberg
Subject: error: bsxfun-decl.h: No such file or directory
Date: Tue, 20 Oct 2009 14:12:04 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090302)

Hello all,

I'm trying to build Octave from the tip, but there seems to be a file missing:

make -C liboctave all
make[2]: Entering directory `/scratch/octaveorgvpath/liboctave'
g++ -c -I/Home/staff/davidg/octave-patching/dependencies/UFconfig/ -I/usr/include/freetype2 -fPIC -I. -I/Home/staff/davidg/octave-patching/octaveorg/liboctave -I.. -I../liboctave -I../src -I../libcruft/misc -I/Home/staff/davidg/octave-patching/octaveorg -I/Home/staff/davidg/octave-patching/octaveorg/liboctave -I/Home/staff/davidg/octave-patching/octaveorg/src -I/Home/staff/davidg/octave-patching/octaveorg/libcruft/misc -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -Wformat -g -O2 -I/usr/include/freetype2 -pthread /Home/staff/davidg/octave-patching/octaveorg/liboctave/lo-specfun.cc -o pic/lo-specfun.o In file included from /Home/staff/davidg/octave-patching/octaveorg/liboctave/intNDArray.h:27,
from /Home/staff/davidg/octave-patching/octaveorg/liboctave/dNDArray.h:29,
from /Home/staff/davidg/octave-patching/octaveorg/liboctave/lo-specfun.cc:33: /Home/staff/davidg/octave-patching/octaveorg/liboctave/boolNDArray.h:30:25: error: bsxfun-decl.h: No such file or directory In file included from /Home/staff/davidg/octave-patching/octaveorg/liboctave/intNDArray.h:27,
from /Home/staff/davidg/octave-patching/octaveorg/liboctave/dNDArray.h:29,
from /Home/staff/davidg/octave-patching/octaveorg/liboctave/lo-specfun.cc:33: /Home/staff/davidg/octave-patching/octaveorg/liboctave/boolNDArray.h:142: error: expected constructor, destructor, or type conversion before ‘(’ token /Home/staff/davidg/octave-patching/octaveorg/liboctave/boolNDArray.h:143: error: expected constructor, destructor, or type conversion before ‘(’ token In file included from /Home/staff/davidg/octave-patching/octaveorg/liboctave/lo-specfun.cc:33: /Home/staff/davidg/octave-patching/octaveorg/liboctave/dNDArray.h:199: error: expected identifier before ‘)’ token /Home/staff/davidg/octave-patching/octaveorg/liboctave/dNDArray.h:200: error: expected constructor, destructor, or type conversion before ‘BSXFUN_STDREL_DECLS’
make[2]: *** [pic/lo-specfun.o] Error 1
make[2]: Leaving directory `/scratch/octaveorgvpath/liboctave'
make[1]: *** [liboctave] Error 2
make[1]: Leaving directory `/scratch/octaveorgvpath'
make: *** [all] Error 2


/David


reply via email to

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