xulrunner 1.8.1.3 source for eclipse
ken
ken at tydfam.jp
Fri Dec 21 00:54:33 PST 2007
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?
More information about the freebsd-eclipse
mailing list