GCJ ICEs on SWT for GTK 3.1.2

2006-02-05 Thread Shaun Jackman
If anybody here has the time to look into this GCJ ICE, I'd greatly appreciate it. $ gcj -fPIC -fjni -c org/eclipse/swt/widgets/CoolBar.java org/eclipse/swt/widgets/CoolBar.java: In class 'org.eclipse.swt.widgets.CoolBar': org/eclipse/swt/widgets/CoolBar.java: In method 'finit$()': org/eclipse/swt

Re: GCJ ICEs on SWT for GTK 3.1.2

2006-02-05 Thread Michael Koch
On Sun, Feb 05, 2006 at 01:02:22PM -0700, Shaun Jackman wrote: > If anybody here has the time to look into this GCJ ICE, I'd greatly > appreciate it. You should file/report such bugs upstream (http://gcc.gnu.org/bugzilla/). Most of the upstream people are RH employees and don't read this list. BT

Re: GCJ ICEs on SWT for GTK 3.1.2

2006-02-05 Thread Shaun Jackman
On 2/5/06, Shaun Jackman <[EMAIL PROTECTED]> wrote: > If anybody here has the time to look into this GCJ ICE, I'd greatly > appreciate it. > > $ gcj -fPIC -fjni -c org/eclipse/swt/widgets/CoolBar.java > org/eclipse/swt/widgets/CoolBar.java: In class > 'org.eclipse.swt.widgets.CoolBar': > org/eclips

morton Sheffield

2006-02-05 Thread morton Sheffield
You have got to look at this. Its outstanding. Its a major new business http://www.judgmentprocessing.com/contents.htm/ hilma Want to not receive info in the future? [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: GCJ ICEs on SWT for GTK 3.1.2

2006-02-05 Thread Shaun Jackman
On 2/5/06, Michael Koch <[EMAIL PROTECTED]> wrote: > BTW: The recommended way by upstream to compile to native is to compile > jars to native, not java files. We have no problem building Eclipse > 3.1.2 with gcj-4.0 this way. Using .class and .jar as intermediates on my way to .o and .so worked. T