Frank Heckenbach wrote:
I have uploaded a new beta version of GPC to http://www.gnu-pascal.de/beta/.
Thanks for the beta version. I finally found the time to give it a try.
Building gpc-20040516 with gcc-3.3.2 on powerpc-apple-darwin, make bootstrap dies with:
stage1/xgcc -Bstage1/ -B/Developer/Pascal/gpc332d6/powerpc-apple-darwin/bin/ -o p/lang.o -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -Ip -I../../gpc-332d6/gcc -I../../gpc-332d6/gcc/p -I../../gpc-332d6/gcc/config -I../../gpc-332d6/gcc/../include -DGPC -I../../gpc-332d6/gcc/p ../../gpc-332d6/gcc/p/lang.c ../../gpc-332d6/gcc/p/lang.c: In function `lang_init': ../../gpc-332d6/gcc/p/lang.c:511: warning: implicit declaration of function `rs6000_cpu_cpp_builtins' ../../gpc-332d6/gcc/p/lang.c:511: error: `pfile' undeclared (first use in this function) ../../gpc-332d6/gcc/p/lang.c:511: error: (Each undeclared identifier is reported only once ../../gpc-332d6/gcc/p/lang.c:511: error: for each function it appears in.) ../../gpc-332d6/gcc/p/lang.c: At top level: ../../gpc-332d6/gcc/p/lang.c:425: warning: `builtin_define_with_value' defined but not used ../../gpc-332d6/gcc/p/lang.c:432: warning: `builtin_define_std' defined but not used make[2]: *** [p/lang.o] Error 1 make[1]: *** [stage2_build] Error 2 make: *** [bootstrap] Error 2
Regards,
Adriaan van Os