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?


Hi Tom,

Thanks for that hint.  I have granned that patch and I will rebuild with it 
and give it a try.  

Is gcc 3.3. is reasonably stable?  Should I simply grab that and start 
working with that instead?

Also, do you have any docs or hints about how to debug gcj compiler 
messages like the one I ran into?  I tried -save-temps but that switch 
seems to have been ignored.  Are there other swithces that will let me see 
the processed "source" at some level to help understand what is going on?

Thanks,

Kevin
 
On April 18, 2003 10:13 am, Tom Tromey wrote:
> >>>>> "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]