Date: Fri, 21 Dec 2007 17:54:27 +0900 (JST) From: ken <ken@tydfam.jp> To: freebsd-eclipse@freebsd.org Subject: Re: xulrunner 1.8.1.3 source for eclipse Message-ID: <20071221.175427.58454420.ken@tydfam.jp> In-Reply-To: <20071218.223252.13764684.ken@tydfam.jp> References: <200712171530.lBHFU6qs091263@freefall.freebsd.org> <20071218.223252.13764684.ken@tydfam.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
I solved the problem by enabling javaxpcom compilation in Makefile.
> PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
> MOZ_OPTIONS?= --enable-javaxpcom --enable-canvas \
> --enable-system-cairo
However, I have another problem when I try to run it in eclipse as follows;
{To compile libswt-xulrunner-gtk-3347.so, I had to add make_xulrunner in 'plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak'.
: : :
all: make_swt make_xulrunner make_atk $(MAKE_GNOME) make_glx $(MAKE_MOZILLA) $(MAKE_CAIRO)
: : :
}
# eclipse-devel
/libexec/ld-elf.so.1: /home/users/ken/.eclipse/org.eclipse.platform_3.3.0_1767688504/configuration/org.eclipse.osgi/bundles/124/1/.cp/libswt-xulrunner-gtk-3347.so: Undefined symbol "XPCOMGlueStartup"
Where is 'XPCOMGlueStartup' living?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071221.175427.58454420.ken>
