Hi there, We get this error since I checked in Sascha's font work: > /usr/local/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:../../classpath/vm/reference:../../classpath:../../classpath/external/w3c_dom:../../classpath/external/sax:../../classpath/external/relaxngDatatype:.: -C -d . -MD -MF lists/gnu-java-awt.deps -MT lists/gnu-java-awt.stamp -MP @lists/gnu-java-awt.list > ../../classpath/java/awt/geom/GeneralPath.java: In class 'gnu.java.awt.font.opentype.truetype.Zone': > ../../classpath/java/awt/geom/GeneralPath.java: In method 'gnu.java.awt.font.opentype.truetype.Zone.getPath()': > ../../classpath/java/awt/geom/GeneralPath.java:83: error: Undefined variable or class name: 'PathIterator.WIND_NON_ZERO'. > public static final int WIND_NON_ZERO = PathIterator.WIND_NON_ZERO; > ^ > 1 error > make[2]: *** [lists/gnu-java-awt.stamp] Error 1 > make[2]: Leaving directory `/home/cpdev/Nightly/classpath/build/lib' > make[1]: *** [compile-classes] Error 2 > make[1]: Leaving directory `/home/cpdev/Nightly/classpath/build/lib' > make: *** [all-recursive] Error 1 I believe this is a GCJ bug. Some class in gnu.java.awt.font references GeneralPath.WIND_NON_ZERO, which in turn references PathIterator.WIND_NON_ZERO, which for some reason cannot be resolved. Every other compiler handles this fine, except gcj. I don't really know how to solve this, can somebody (a gcj hacker probably) please look at it? /Roman -- ?Improvement makes straight roads, but the crooked roads, without Improvement, are roads of Genius.? - William Blake -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: Dies ist ein digital signierter Nachrichtenteil Url : http://developer.classpath.org/pipermail/classpath/attachments/20060503/d1f9825f/attachment.pgp