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: Errors when compiling libswt.a under winxp


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


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