Errors when compiling libswt.a under winxp
Michael Koch
konqueror@gmx.de
Mon Dec 8 13:58:00 GMT 2003
On Mon, Dec 08, 2003 at 02:39:19PM +0100, sontriste@virgilio.it wrote:
> SWT_AWT.java: In class `org.eclipse.swt.internal.awt.win32.SWT_AWT$1':
> SWT_AWT.java: In method
> `org.eclipse.swt.internal.awt.win32.SWT_AWT$1.handleEvent(org.eclipse.swt.widgets.Event)':
> SWT_AWT.java:75: error: cannot find file for class
> sun.awt.windows.WEmbeddedFrame
> SWT_AWT.java:75: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> SWT_AWT.java: In class `org.eclipse.swt.internal.awt.win32.SWT_AWT$2':
> SWT_AWT.java: In method
> `org.eclipse.swt.internal.awt.win32.SWT_AWT$2.handleEvent(org.eclipse.swt.widgets.Event)':
I wonder if it would ever work to compile this with gcj when it tries to
access a class name sun.awt.windows.WEmbeddedFrame. This class will/can
never be provided by GCJ. Its a SUN JDK internal classs.
Michael
More information about the Java
mailing list