This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: SWT 3.0 and gcj
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: GCJ Java <java at gcc dot gnu dot org>
- Date: 01 Mar 2004 13:22:23 -0700
- Subject: Re: SWT 3.0 and gcj
- References: <74MKFE93SQCBLGB61YD0YSKJ9CA2GD.4041f7b6@p733>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> Several people have been asking about a Win32
Mohan> build of SWT 3.0. Tom mentioned here that there
Mohan> were verifier problems preventing this:
Mohan> http://gcc.gnu.org/ml/java/2003-10/msg00191.html
Mohan> ...but that there were workarounds.
Mohan> Does anyone know the status of this currently or
Mohan> have workarounds that I can use to build this?
The only workarounds I know of are (1) compile some files from .java
instead of .class, or (2) hack verify.c:check_pending_block() not to
return an error in this situation.
Getting the libgcj verifier into gcj is still on my to-do list. I
have no idea when I might get around to it though :-(.
Tom