Jari Korva wrote:
On Wed, 9 Jun 2004, Guilhem Lavaux wrote:
Hmmm... I may have been a little hasty by including directly
sigcontextinfo.h from glibc. I am now committing the two additional
includes needed by this file.
Thanks, now it compiles! Although, it still fails to execute the program:
# kaffe -verbose HelloWorld ... Loading java/net/URLClassLoader.class(/wrk/ipaq/u/jko/test/jre/lib/rt.jar) [compressed] Loading java/security/SecureClassLoader.class(/wrk/ipaq/u/jko/test/jre/lib/rt.jar) [compressed] Loading java/util/HashMap.class(/wrk/ipaq/u/jko/test/jre/lib/rt.jar) [compressed] Loading java/util/AbstractMap.class(/wrk/ipaq/u/jko/test/jre/lib/rt.jar) [compressed] Loading java/util/Map.class(/wrk/ipaq/u/jko/test/jre/lib/rt.jar) [compressed] Loading java/lang/StringBuffer.class(/wrk/ipaq/u/jko/test/jre/lib/rt.jar) [compressed] Loading java/util/HashMap$HashEntry.class(/wrk/ipaq/u/jko/test/jre/lib/rt.jar) [compressed] Loading java/util/AbstractMap$BasicMapEntry.class(/wrk/ipaq/u/jko/test/jre/lib/r t.jar) [compressed] Loading java/util/Map$Entry.class(/wrk/ipaq/u/jko/test/jre/lib/rt.jar) [compressed] Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/NullPointerException at java.net.URLClassLoader.<clinit>(URLClassLoader.java:137) SIGABRT
BR, Jari
PS. there's also something wrong if I try to compile it with jthreads (compile fails at signal.c):
In file included from ../../../../config/arm/linux/md.h:16, from ../../../../config/md.h:1, from jthread.h:41, from signal.c:18: ../../../../config/arm/sysdepCallMethod.h:32:5: warning: "NEED_sysdepCallMethod" is not defined In file included from ../../../../config/arm/linux/jit-md.h:18, from ../../../../config/arm/linux/md.h:56, from ../../../../config/md.h:1, from jthread.h:41, from signal.c:18: ../../../../config/arm/jit.h:105: warning: packed attribute causes inefficient alignment for `meth' ../../../../config/arm/jit.h:107: warning: packed attribute causes inefficient alignment for `trampaddr' signal.c: In function `nullException': signal.c:98: error: structure has no member named `v20' signal.c:98: error: structure has no member named `v20' signal.c:98: error: structure has no member named `v21'
Hello,
Me too I cannot compile HEAD, I have the same errors.
Fabien
_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
