gcj/327: java.awt.Component error with gcj from CVS - Package mismatch

Tom Tromey tromey@cygnus.com
Mon Aug 21 17:16:00 GMT 2000


The following reply was made to PR gcj/327; it has been noted by GNATS.

From: Tom Tromey <tromey@cygnus.com>
To: mark@klomp.org
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/327: java.awt.Component error with gcj from CVS - Package mismatch
Date: 21 Aug 2000 18:10:50 -0600

 >>>>> "Mark" == mark  <mark@klomp.org> writes:
 
 Mark> ../../../libgcj/libjava/java/awt/Component.java:368: Incompatible type for `return'. Can't convert `java.awt.image.ColorModel' to `java.awt.ColorModel'.
 
 Hi Mark.  You probably have an old java/awt/ColorModel.class in your
 build tree.  This causes problems.
 
 Do a `make clean', then find . -name '*.class' | xargs rm.
 Then do a build.
 
 If that works then that was your problem and we can close this PR.
 
 Tom


More information about the Java-prs mailing list