When I navigate to /trunk/src/tools/rc and type make
I get the following:-
Quote:
$ make bison -d -oparser.cpp parser.y mv parser.cpp.h parser.hpp flex -olexer.cpp lexer.l g++ -O2 -Wall -Wno-multichar -Wno-sign-compare -Wno-unused -D_BUILDING_RDEF -lbe -lstdc++.r4 -o librdef.so compile.cpp decompile.cpp lexer.cpp parser.cpp rdef.cpp -nostart -Xlinker -soname=librdef.so In file included from compile.cpp:26: /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-beos/2.95.3/include/setjmp.h:61: parse error before `,' make: *** [librdef.so] Error 1
Any ideas what’s wrong here ?