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? _______________________________________________ freebsd-eclipse@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse To unsubscribe, send any mail to "[EMAIL PROTECTED]"