classpath-testresults
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-testresults] FAIL: classpath build with gcj (4.0) on Wed May 3 1


From: Roman Kennke
Subject: Re: [cp-testresults] FAIL: classpath build with gcj (4.0) on Wed May 3 12:26:51 UTC 2006
Date: Wed, 03 May 2006 14:47:30 +0200

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

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]