commit-classpath
[Top][All Lists]
Advanced

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

[bugs #9170] gcj fails to compile classpath


From: Dalibor Topic
Subject: [bugs #9170] gcj fails to compile classpath
Date: Thu, 03 Jun 2004 06:15:37 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040421

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #9170] Latest Modifications:

Changes by: 
                Dalibor Topic <address@hidden>
'Date: 
                Thu 06/03/2004 at 10:14 (GMT)

------------------ Additional Follow-up Comments ----------------------------
I've tried to build with gcj-3.2 and I'm getting the same problem:

make[1]: Entering directory `/tmp/topic/classpath-0.09/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/bin/gcj-3.2 --bootclasspath '' -classpath 
..:../external/jaxp/source:../vm/current:.: -C -d . @classes
../java/awt/font/TextAttribute.java:44: Superclass 
`AttributedCharacterIterator.Attribute' of class `java.awt.font.TextAttribute' 
not found.
   public final class TextAttribute extends 
AttributedCharacterIterator.Attribute
                                            ^
../java/awt/im/InputSubset.java:49: Superclass `Character.Subset' of class 
`java.awt.im.InputSubset' not found.
   public final class InputSubset extends Character.Subset
                                          ^
2 errors

bash-2.05a$ gcj-3.2 --version
gcj-3.2 (GCC) 3.2.1 20021020 (Debian prerelease)

So I'd assume the reporter uses 3.2.x.






/**************************************************************************/
[bugs #9170] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9170>
Project: classpath
Submitted by: 0
On: Sun 05/30/2004 at 23:42

Severity:  5 - Average
Resolution:  None
Assigned to:  mkoch
Status:  In Process
Platform Version:  Red Hat 9.x


Summary:  gcj fails to compile classpath

Original Submission:  Follow the instructions to download and configure 
classpath.
address@hidden classpath-0.09]$ ./configure --enable-jni 
address@hidden classpath-0.09]$ gmake
Making all in lib
gmake[1]: Entering directory `/home/bmann/wrk/java/classpath-0.09/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/bin/gcj --bootclasspath '' -classpath 
..:../external/jaxp/source:../vm/current:.: -C -d . @classes
../java/awt/font/TextAttribute.java:44: Superclass 
`AttributedCharacterIterator.Attribute' of class `java.awt.font.TextAttribute' 
not found.
   public final class TextAttribute extends 
AttributedCharacterIterator.Attribute
                                            ^
../java/awt/im/InputSubset.java:49: Superclass `Character.Subset' of class 
`java.awt.im.InputSubset' not found.
   public final class InputSubset extends Character.Subset
                                          ^
2 errors
gmake[1]: *** [compile-classes] Error 1
gmake[1]: Leaving directory `/home/bmann/wrk/java/classpath-0.09/lib'
gmake: *** [all-recursive] Error 1

Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 06/03/2004 at 10:14       By: robilad
I've tried to build with gcj-3.2 and I'm getting the same problem:

make[1]: Entering directory `/tmp/topic/classpath-0.09/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/bin/gcj-3.2 --bootclasspath '' -classpath 
..:../external/jaxp/source:../vm/current:.: -C -d . @classes
../java/awt/font/TextAttribute.java:44: Superclass 
`AttributedCharacterIterator.Attribute' of class `java.awt.font.TextAttribute' 
not found.
   public final class TextAttribute extends 
AttributedCharacterIterator.Attribute
                                            ^
../java/awt/im/InputSubset.java:49: Superclass `Character.Subset' of class 
`java.awt.im.InputSubset' not found.
   public final class InputSubset extends Character.Subset
                                          ^
2 errors

bash-2.05a$ gcj-3.2 --version
gcj-3.2 (GCC) 3.2.1 20021020 (Debian prerelease)

So I'd assume the reporter uses 3.2.x.

-------------------------------------------------------
Date: Mon 05/31/2004 at 00:06       By: mkoch
What version of GCJ is this ? I suppose its 3.2.x. You need at least GCJ 
version 3.3 or you can use jikes to compile the java part of GNU classpath.

Please report back which version of GCJ do you use.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9170>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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