Package: jikes Version: 1:1.22-2
I got this error building eclipse 3.1M6 using jikes - like so: "JAVA_HOME=/usr/lib/kaffe ./build -os linux -ws gtk -arch ppc"
[...]
[javac] Found 2 semantic errors compiling "/home/jablko/tmp/eclipse/plugins/org.eclipse.core.runtime/src/org/ eclipse/core/internal/registry/ExtensionRegistry.java":
[javac] 60. ListenerInfo listenerInfo = (ListenerInfo) listenerInfos[i];
[javac] ^----------^
[javac] *** Semantic Error: The static type "org.eclipse.core.internal.registry.ExtensionRegistry$ExtensionEventDisp atcherJob" must use a qualified name to access the non-static member type "org.eclipse.core.internal.registry.ExtensionRegistry$ListenerInfo" of the enclosing type "org.eclipse.core.internal.registry.ExtensionRegistry".
[javac] 60. ListenerInfo listenerInfo = (ListenerInfo) listenerInfos[i];
[javac] ^----------^
[javac] *** Semantic Error: The static type "org.eclipse.core.internal.registry.ExtensionRegistry$ExtensionEventDisp atcherJob" must use a qualified name to access the non-static member type "org.eclipse.core.internal.registry.ExtensionRegistry$ListenerInfo" of the enclosing type "org.eclipse.core.internal.registry.ExtensionRegistry".
[...]
"ExtensionRegistry.java" looks OK to me - I think the problem is jikes & the inner classes of this file
I rebuilt jikes using cvs head on 20050423, with the same result
I couldn't find a relevant bug filed against jikes on sourceforge
Here is the complete log of building eclipse - http://www.sfu.ca/~jdbates/tmp/jikes/200504250/build.log
Many thanks for maintaining jikes!
Jack
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]