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

View: New views
3 Messages — Rating Filter:   Alert me  

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

by David Grundberg-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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

by Jaroslav Hajek-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Oct 20, 2009 at 2:12 PM, David Grundberg <individ@...> wrote:

> 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
>

Damn, I knew it. Sorry. Please pull again.
http://hg.savannah.gnu.org/hgweb/octave/rev/7bda650b691a

regards

--
RNDr. Jaroslav Hajek
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


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

by David Grundberg-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jaroslav Hajek wrote:

> On Tue, Oct 20, 2009 at 2:12 PM, David Grundberg <individ@...> wrote:
>  
>> Hello all,
>>
>> I'm trying to build Octave from the tip, but there seems to be a file
>> missing:
>>
>>    
>
> Damn, I knew it. Sorry. Please pull again.
> http://hg.savannah.gnu.org/hgweb/octave/rev/7bda650b691a
>
> regards
>
>  

Thanks!