This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Problems compiling SWT apps using Mohans instructions
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Mon, 17 Feb 2003 18:12:10 +0100
- Subject: Problems compiling SWT apps using Mohans instructions
I tried Mohans GCJ at my clients and I got the error messages
below. No idea if this is GCJ or the SWT build included in
your package.
Mohan suggested someone on the mailing list might be able to shed
some light on the problem.
http://www.thisiscool.com/gcc33_mingw.htm
[apply] c:\temp/ccqMbaaa.o(.text+0xd422a): In function `ZN3com5cyviz3gui11ComboItem$2C1EPNS1_9ComboItemEPNS0_7blender5value10ComboModelE':
[apply] c:/temp/ccAHaaaajx: undefined reference to `org::eclipse::swt::events::SelectionAdapter::SelectionAdapter()'
[apply] c:\temp/ccqMbaaa.o(.text+0xd434d): In function `ZN3com5cyviz3gui9ComboItemC1EPN3org7eclipse3swt7widgets9CompositeEPN4java4lang6StringEPNS0_7blender5value10ComboModelE':
[apply] c:/temp/ccAHaaaajx: undefined reference to `org::eclipse::swt::widgets::Label::class$'
[apply] c:\temp/ccqMbaaa.o(.text+0xd4376):c:/temp/ccAHaaaajx: undefined reference to `org::eclipse::swt::widgets::Label::Label(org::eclipse::swt::widgets::Composite*, int)'
.... lots more ....
Øyvind