Another compilation error

John W. Eaton jwe at bevo.che.wisc.edu
Wed May 28 08:34:20 CDT 2008


On 28-May-2008, Andrea Spadaccini wrote:

| Hello everybody,
| after setting gawk as the default awk implementation in my system,
| compilation goes
| further. Now I get this error:
| 
| g++ -c  -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc
| -DHAVE_CONFIG_H  -Wall -W -Wshadow -Wold-style-cast -g -O2
| load-path.cc -o pic/load-path.o
| lex.l: In function 'int is_keyword_token(const std::string&)':
| lex.l:1037: error: expected initializer before '*' token
| lex.l:1039: error: 'kw' was not declared in this scope

Do you have gperf installed?  It is needed to build oct-gperf.h from
octave.gperf.

jwe


More information about the Help-octave mailing list