On Mon, 2006-01-16 at 20:45 +0100, Mark Wielaard wrote:
> Seems something is completely broken in the new native layer, I cannot
> even get it to compile (Roman, did you try the --enable-Werror configure
> flag?). And since the macros are such a pain to debug I have not been
> able to really understand what goes wrong. For now just revert to
> yesterdays native stuff: cvs update -D "yesterday" native
> Then re-autogen.sh and re-configure and when everything is fixed again
> do a 'cvs update -A' to "reset" the date tag on the native CVS working
> dir.

Ok, after some checking and fixing some compile warnings (patch is
coming), the problem is:

/home/twisti/tmp/classpath/lib/classpath/libjavanio.so: undefined
symbol: targetNativeLastErrorCode

This symbol is defined in:

native/target/generic/target_generic.c

But the .c files are not compiled into a library or something.  How was
this meant to work out?

TWISTI


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to