The configure finished with no problems. The make command ran for a fair while before generating this error:
gcc -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -I../../kaffe/kaffevm/systems/unix-jthre ads -Iintrp -I./intrp -I../../libltdl -DINTERPRETER -I../../kaffe/xprof -DKVER=\"1.1.0\" -I/home/mar kkp/kaffe-1.1.0/./kaffe/kaffevm -I/home/markkp/kaffe-1.1.0/./kaffe/kaffevm/systems/unix-jthreads -I. ./../config -I../../include -DKAFFE_VMDEBUG -g -O2 -Wall -Wstrict-prototypes -MT stringParsing.lo -M D -MP -MF .deps/stringParsing.Tpo -c stringParsing.c -fPIC -DPIC -o .libs/stringParsing.o stringParsing.c: In function `pushFrame': stringParsing.c:113: incompatible types in assignment stringParsing.c: In function `parseString_private': stringParsing.c:572: warning: passing arg 5 of `skipBlock' from incompatible pointer type stringParsing.c:683: warning: passing arg 5 of `skipBlock' from incompatible pointer type stringParsing.c:728: warning: passing arg 5 of `skipBlock' from incompatible pointer type make[3]: *** [stringParsing.lo] Error 1 make[3]: Leaving directory `/home/markkp/kaffe-1.1.0/kaffe/kaffevm' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/markkp/kaffe-1.1.0/kaffe/kaffevm' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/markkp/kaffe-1.1.0/kaffe' make: *** [all-recursive] Error 1 This is on a Linux/390 system with gcc 3.2.2 and glibc 2.3.1. Let me know if you need any other information about the system or the error. Since I'm not subscribed, you'll need to send a copy of any email directly to me as well as the list. Mark Post -----Original Message----- From: Dalibor Topic [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:54 PM To: [EMAIL PROTECTED] Subject: Call for testers: kaffe-1.1.0 on s390-linux hi all, kaffe 1.1.0 [1] was released a few days ago, and I've been testing it on as many platforms as I could get my hands on ;) Getting my hands on a s90-linux box seems to be somewhat hard, so it would be nice if someone here had some spare time to ./configure && make && make check kaffe on a s390-linux machine and report the results back to the kaffe mailing list on [EMAIL PROTECTED] cheers, dalibor topic [1] A virtual machine for a quite popular programming language. http://www.kaffe.org __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
