[ooc-compiler] Compile error in RT0__NewObject
Brought to you by:
mva
|
From: Patrick F. <fi...@gm...> - 2008-05-30 04:21:54
|
Hey gang, While trying to build OO2C on my new machine, I get the following: make -C stage0 -f Makefile.ext setup-src oo2c make[1]: Entering directory `/usr/local/src/oo2c_32-2.1.11/stage0' test -h src || (rm -Rf src lib/src; cp -R ../src .; cp -R ../lib/src lib) gcc -g -O2 -Ilib/src -I./obj -I./lib/obj -c ./lib/src/RT0.c -o ./lib/obj/RT0.o ./lib/src/RT0.c:86: error: expected ')' before 'ptr' ./lib/src/RT0.c: In function 'RT0__NewObject': ./lib/src/RT0.c:130: error: 'HandleFinalize' undeclared (first use in this function) ./lib/src/RT0.c:130: error: (Each undeclared identifier is reported only once ./lib/src/RT0.c:130: error: for each function it appears in.) ./lib/src/RT0.c:130: error: 'GC_PTR' undeclared (first use in this function) ./lib/src/RT0.c:130: error: expected expression before ')' token make[1]: *** [lib/obj/RT0.o] Error 1 make[1]: Leaving directory `/usr/local/src/oo2c_32-2.1.11/stage0' make: *** [stage0/oo2c] Error 2 Any ideas? I'm using GCC 4.2.1 and SuSe 10.2 w/ 2.6.22 kernel. |