[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cvs build problem
From: |
Jarek Luberek |
Subject: |
cvs build problem |
Date: |
Thu, 17 May 2001 19:12:46 +0200 |
Hi!
I'm trying to build octave from the cvs sources but the compile
stops in src with,
lex.l: In function `int is_keyword(const string &)':
lex.l:1030: ANSI C++ forbids declaration `octave_kw' with no type
lex.l:1030: uninitialized const `octave_kw'
... and so on ...
lex.l:1030: warning: unused variable `const int octave_kw'
lex.l:1028: warning: unused variable `int len'
lex.l:1173: warning: control reaches end of non-void function
`is_keyword(const string &)'
make[2]: *** [lex.o] Error 1
make[2]: Leaving directory `/home/jarek/software/octave/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/home/jarek/software/octave'
make: *** [all] Error 2
The system is Suse 7.1 and I'm configuring --with-fft --disable-readline
--with-fastblas (I have the libraries and disable-readline is because
I couldn't make it see that readline-4.2 was installed). I've did a
make clean before make.
Greetings,
jarek
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- cvs build problem,
Jarek Luberek <=