This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
libgcj and latest egcs snapshot?
- To: java-discuss@sourceware.cygnus.com
- Subject: libgcj and latest egcs snapshot?
- From: Bryce McKinlay <bryce@albatross.co.nz>
- Date: Fri, 30 Jul 1999 19:12:03 +1200
Okay, chances are I've done something stupid, but I upgraded to the
latest egcs snapshot (mainly for "gcjh -stubs"... cool!)
and now libgcj doesn't want to build anymore.
c++ -DHAVE_CONFIG_H -I. -I../../../libjava -I./include -Iinclude
-I../../../libjava/include -I../../../libjava/../boehm-gc
-I./../boehm-gc -DLINUX_THREADS=1 -D_REENTRANT=1 -DSILENT=1
-DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1
-I../../../libjava/../compat-include -I../../../libjava/../zlib
-fno-rtti -fvtable-thunks -ffloat-store -W -Wall -g -O2 -fvtable-thunks
-D_GNU_SOURCE -Wp,-MD,.deps/exception.pp -c -fPIC -DPIC
../../../libjava/exception.cc -o .libs/exception.lo
../../../libjava/exception.cc: In function `void _Jv_Throw(void *)':
../../../libjava/exception.cc:150: cannot convert `void *
()(java_eh_info *, void *, void *)' to `void * (*)(void *, void *, void
*)' in assignment
make[2]: *** [exception.lo] Error 1
whats up?
[ bryce ]