This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Is gcj from gcc 3.3 required to build libswt.so for gcj - SWT integration?
- From: Tom Tromey <tromey at redhat dot com>
- To: "Kevin B. Hendricks" <kevin dot hendricks at sympatico dot ca>
- Cc: java at gcc dot gnu dot org
- Date: 18 Apr 2003 08:13:23 -0600
- Subject: Re: Is gcj from gcc 3.3 required to build libswt.so for gcj - SWT integration?
- References: <200304172345.07842.kevin.hendricks@sympatico.ca>
- Reply-to: tromey at redhat dot com
>>>>> "Kevin" == Kevin B Hendricks <kevin dot hendricks at sympatico dot ca> writes:
Kevin> ./org/eclipse/swt/custom/StyledText.java:77: Class
Kevin> `org.eclipse.swt.custom.StyledText' already defined in
Kevin> org/eclipse/swt/custom/StyledText.java:77.
Kevin> So I appear to be stuck. Is gcj from gcc 3.3 a requirement to
Kevin> compile this file or should I be able to compile it under gcj
Kevin> from gcc 3.2.2?
I fixed a bug in this area for 3.3. I don't know for certain whether
or not it will fix your problem, but I think it will. The patch I'm
thinking of is this one:
2003-01-30 Tom Tromey <tromey at redhat dot com>
* jcf-parse.c (read_class): Update identifier's class value if it
changed during parsing.
Tom