This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bug: Unable to compile SWT using GCJ
- From: Tom Tromey <tromey at redhat dot com>
- To: Markus_Reitz at yahoo dot com
- Cc: java at gcc dot gnu dot org
- Date: 04 Jun 2003 22:12:14 -0600
- Subject: Re: Bug: Unable to compile SWT using GCJ
- References: <20030601195340.60596.qmail@web41507.mail.yahoo.com>
- Reply-to: tromey at redhat dot com
>>>>> "Markus" == Markus Reitz <markus_reitz@yahoo.com> writes:
Markus> org/eclipse/swt/custom/DisplayRenderer.java:66: Type
Markus> `LineCache' not found in the declaration of the local
Markus> variable `lineCache'.
Markus> LineCache lineCache =
Markus> parent.internalGetLineCache();
Markus> * GCJ 3.2
I think some bugs in this area were fixed in gcj 3.3.
Upgrading might help. If not it is a gcj bug; please file a report.
Tom