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: SWT 3.0 and gcj


Hi,

AFAIK, the only verifier problems when compiling from .class to .o are
with finally{} blocks.

On linux, SWT 3.0 compiles if you compile all .class files to .o, and
then the one file org/eclipse/swt/graphis/ImageLoader.java from
source.  (or you can modify the appropriate finally block in
ImageLoader.java).

On win32 there are 4 files that need to be compiled from .java.  The
rest work from .class.

/org/eclipse/swt/dnd/RTFTransfer.java
/org/eclipse/swt/dnd/TextTransfer.java
/org/eclipse/swt/graphics/ImageLoader.java
/org/eclipse/swt/ole/win32/OleClientSite.java

Regards,
Rutger Ovidius


On Sunday, February 29, 2004, Mohan Embar wrote:

> Hi All,

> Several people have been asking about a Win32
> build of SWT 3.0. Tom mentioned here that there
> were verifier problems preventing this:

> http://gcc.gnu.org/ml/java/2003-10/msg00191.html

> ...but that there were workarounds.

> Does anyone know the status of this currently or
> have workarounds that I can use to build this?
> I've sort of lost touched with this issue.

> -- Mohan
> http://www.thisiscool.com/
> http://www.animalsong.org/







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