Date: Mon, 9 Aug 2010 00:22:20 +0200 From: Stefan Farfeleder <stefanf@FreeBSD.org> To: freebsd-java@freebsd.org Cc: glewis@freebsd.org Subject: Eclipse libxul patch Message-ID: <20100808222219.GC1752@mole.fafoe.narf.at>
index | next in thread | raw e-mail
Hi,
I rebuilt Eclipse today and it failed to start with the error:
"java.lang.UnsatisfiedLinkError: no swt-gtk-3557 or swt-gtk in swt.library.path, java.library.path or the jar file"
Then I noticed that there was this error during the Eclipse build:
[exec] c++ -o xpcomxul.o -O -DSWT_VERSION=3557 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/usr/local/jdk1.6.0/include -I/usr/local/jdk1.6.0/include/freebsd -DNO__1NS_1InitXPCOM2 -c xpcom.cpp
[exec] In file included from xpcom_structs.h:12,
[exec] from xpcom.cpp:13:
[exec] xpcom.h:18:21: error: nsXPCOM.h: No such file or directory
[...]
For some reason the build continued despite the error and apparently
caused the run-time failure.
The error seems to lie in freebsd-support.patch where the package name
libxul-unstable is used instead of libxul, causing the include paths to
be missing. The attached patch results in a working Eclipse for me.
Cheers,
Stefan
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100808222219.GC1752>
