Hi!

I've problems to build the mozilla browser in the cygwin environment.
My system is Windows XP, so I want to build the Windows version.

My mozconfig file contains the following lines:

===============================================================
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
ac_add_options --disable-shared
ac_add_options --disable-optimize --disable-debug
mk_add_options MOZ_OBJDIR=/c/mozilla-build/mozilla/builds/obj-
@CONFIG_GUESS@
mk_add_options MOZ_BUILD_PROJECTS="browser"
mk_add_options MOZ_CO_PROJECT="browser"
ac_add_app_options browser --enable-application=browser
ac_add_app_options xulrunner --enable-application=xulrunner
===============================================================

I get these errors:

===============================================================
...
make[7]: Entering directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32           /browser/nsprpub/pr/src/misc'
make[7]: Nothing to be done for `export'.
make[7]: Leaving directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32/           browser/nsprpub/pr/src/misc'
cd threads; /local/bin/make export
make[7]: Entering directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32           /browser/nsprpub/pr/src/threads'
cd combined; /local/bin/make export
make[8]: Entering directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32           /browser/nsprpub/pr/src/threads/combined'
make[8]: Nothing to be done for `export'.
make[8]: Leaving directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32/           browser/nsprpub/pr/src/threads/combined'
make[7]: Leaving directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32/           browser/nsprpub/pr/src/threads'
make[6]: *** No rule to make target `nspr4.pdb', needed by `export'.
Stop.
make[6]: Leaving directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32/           browser/nsprpub/pr/src'
make[5]: *** [export] Error 2
make[5]: Leaving directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32/           browser/nsprpub/pr'
make[4]: *** [export] Error 2
make[4]: Leaving directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32/           browser/nsprpub'
make[3]: *** [tier_nspr] Error 2
make[3]: Leaving directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32/           browser'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/c/mozilla-build/mozilla/builds/obj-i686-
pc-mingw32/           browser'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/c/mozilla-build/mozilla'
make: *** [build] Error 2
===============================================================

Is there something wrong with my mozconfig file?

These are the steps I did:

===============================================================
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot co mozilla/
client.mk
cd mozilla
make -f client.mk checkout MOZ_CO_PROJECT=browser,xulrunner

export MOZCONFIG=/c/mozilla-build/mozilla/mozconfig
make -f client.mk build
===============================================================

Thx 4 ur answers
Alexander Wittrock
[EMAIL PROTECTED]

P.S.: I want to make some changes in the Mozilla ActiveX Control

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to