2) export LD_LIBRARY_PATH=<objdir>/dist/bin into your environment and rebuild.
Where is <objdir> in this case?
If you built with a MOZ_OBJDIR, then it is the directory you specified. Otherwise, it is the same as your source directory.
I used
LD_LIBRARY_PATH=./dist/bin gmake -f client.mk build
instead of
gmake -f client.mk build
Current directory has this content:
$ ls
accessible config.log editor lib nsprpub toolkit
aclocal.m4 config.status embedding LICENSE other-licenses tools
allmakefiles.sh configure extensions load.sh parser unallmakefiles
build configure.in gc mailnews plugin uriloader
build.sh content gfx Makefile profile view
calendar CVS intl Makefile.in rdf webshell
caps db ipc makefile.win README widget
chrome dbm jpeg modules README.txt xpcom
client.mak directory js mozilla security xpfe
client.mk dist l10n mozilla-config.h storage xpinstall
config docshell layout netwerk sun-java xulrunner
config.cache dom LEGAL nglayout.mk themes
But result was the same. Where is my error? _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
