Hello I have a system running on Fedora core 1. Recently I downloaded Kaffe 1.0.7 but I have problems building it. When I run "make" after running "./configure" I get the following error message
****************************************************** gcc -DHAVE_CONFIG_H -I. -I. -I../../../config -I../../../include -I../../../kaffe/kaffevm/systems/unix-jthreads -I.. -I./.. -DTRANSLATOR -DJIT3 -I../../../kaffe/xprof -DKVER=\"1.0.6\" -I/root/kaffe-1.0.6/./kaffe/kaffevm -I/root/kaffe-1.0.6/./kaffe/kaffevm/systems/unix-jthreads -I../../../config -I../../../include -I/usr/local/include -g -O2 -Wall -Wstrict-prototypes -c icode.c -Wp,-MD,.deps/icode.TPlo -fPIC -DPIC -o icode.lo icode.c:515:25: pasting "." and "ANY" does not give a valid preprocessing token icode.c:4467:36: pasting "." and "BADARRAYINDEX" does not give a valid preprocessing token icode.c:4502:26: pasting "." and "ANY" does not give a valid preprocessing token icode.c:4522:25: pasting "." and "ANY" does not give a valid preprocessing token icode.c:4547:25: pasting "." and "ANY" does not give a valid preprocessing token icode.c:4578:25: pasting "." and "ANY" does not give a valid preprocessing token icode.c:4635:25: pasting "." and "ANY" does not give a valid preprocessing token icode.c:4645:25: pasting "." and "ANY" does not give a valid preprocessing token make[3]: *** [icode.lo] Error 1 make[3]: Leaving directory `/root/kaffe-1.0.6/kaffe/kaffevm/jit3' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/kaffe-1.0.6/kaffe/kaffevm' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/kaffe-1.0.6/kaffe' make: *** [all-recursive] Error 1 *****************************************************************8 I have gcc version 3.3.2 20031022 (Red Hat Linux 3.32-1). Thanks for any help Rohit _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
