This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Internal compile error when building SWT 2
- From: George Palmer <george dot palmer at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 19 Oct 2004 20:32:57 +0100
- Subject: Internal compile error when building SWT 2
- Domainkey-signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=qF+89+NocEVANnE7GPVdC8vpIDSka1huDFJzVKRMh+Ya0qJNMSOJYljnz+8oeqlwkKbYFtBUTW3c+nkTguXb8fIt0uLS8N3QRqkHhZuJTtg8o4rbsmI1S3iJVRlwf2fqLSuUAsTHYkguHl9GBsBZ4CnuBecWOUIerThuyVYrRd4
- Reply-to: George Palmer <george dot palmer at gmail dot com>
Hi guys,
I've been trying to build SWT 2 all day and have got nowhere (using
gcj 3.4.2). First there were issues with DisplayRenderer.java and a
few other swt custom widgets than I managed to hack past (I don't need
these so not overly concerned). I then get an internal compile error
(expand_expr_real expr.c:7090) on the swt widget, Button.java. If I
try to compile this to a class file and then add it to the build then
I just end up with errors the next swt wdiget, Canvas.java, and so on.
Any ideas or pointers much appreciated!
George