This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gui] [merge] java-gui-merge for may 26


graydon hoare <graydon@pobox.com> writes:

> hi,
>
> I've just completed the "monthly merge" from the java-gui-branch to the
> gcc libjava trunk. the following patch contains the changes:
>
>    http://people.redhat.com/graydon/java-gui-merge-may-26-2004.patch

libjava does not build any more.

/tmp/cvs/gcc-20040527/Build/gcc/gcj -B/tmp/cvs/gcc-20040527/Build/ia64-suse-linux/libjava/ -B/tmp/cvs/gcc-20040527/Build/gcc/ --encoding=UTF-8 -Wno-deprecated -C -g -classpath '' -bootclasspath /tmp/cvs/gcc-20040527/Build/ia64-suse-linux/libjava:../../../libjava -d /tmp/cvs/gcc-20040527/Build/ia64-suse-linux/libjava ../../../libjava/javax/swing/JWindow.java
../../../libjava/javax/swing/JWindow.java: In class `javax.swing.JWindow':
../../../libjava/javax/swing/JWindow.java: In constructor `()':
../../../libjava/javax/swing/JWindow.java:83: error: Can't access package-private constructor `java.awt.Window.<init>' from `javax.swing.JWindow'.
        	super(); 
                ^
1 error
make[2]: *** [javax/swing/JWindow.class] Error 1

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]