Eugene Prokopiev wrote:

How can I build XULRunner from CVS?

../../../dist/bin/libxul.so: undefined reference to `JS_LookupPropertyWithFlags'
../../../dist/bin/libxul.so: undefined reference to `JS_HasUCProperty'
../../../dist/bin/libxul.so: undefined reference to `JS_HasElement'
../../../dist/bin/libxul.so: undefined reference to `JS_DefineUCFunction'
../../../dist/bin/libxul.so: undefined reference to `JS_GetMethod'
../../../dist/bin/libxul.so: undefined reference to

This is an unresolved bug in the build process, see https://bugzilla.mozilla.org/show_bug.cgi?id=273876 for details with a patch. You have several options:


1) apply the patch in the bug (the -rpath-link patch). You will have to run autoconf (2.13) and reconfigure, then rebuild.

2) export LD_LIBRARY_PATH=<objdir>/dist/bin into your environment and rebuild.

3) reconfigure and rebuild with the --disable-libxul build option.

--BDS
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to