Problem Building RC

Forum thread started by Sikosis on Tue, 2005-04-19 00:32

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 ?

Comments

Problem Building RC

In the readme for Oliver's gcc there's an "optional" part that I know breaks the build if it isn't done. That could be it.

Also you shouldn't need to make rc - jam should do it if it isn't built AFAIK.