This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Is gcj from gcc 3.3 required to build libswt.so for gcj - SWT integration?


>>>>> "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


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