Hi all,
When I try to compile the latest xulrunner
41(http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/latest/) on my
Window 7 workstation. It stopped on the export phase.
The new build tool mach is used for compile the xulrunner. The latest
mozilla-build tool is also installed.
BTW. My workstation could successfully compile and build Firefox Nightly. It is
weird to known it couldn't compile xulrunner.
Another question is about build xulrunner with MSVC debug runtime. Is there a
simple way to achieve it? Although currently we could add --enable-debug option
but it still build with release runtime as I known.
Any suggestions will be appreciated. Thanks ahead.
**************************************
*****The command to trigger the build
$ {mozilla-code-center-location}/mach build
**************************************
*****The content of .moziconfig file:
mk_add_options MOZ_CO_PROJECT=xulrunner
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-xulrunner
ac_add_options --enable-application=xulrunner
ac_add_options --disable-tests
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-debug-symbols
ac_add_options --enable-logging
ac_add_options --disable-webgl
ac_add_options --disable-gamepad
ac_add_options --disable-installer
ac_add_options --disable-install-strip
#Uncomment the following line if you don't want to build JavaXPCOM:
ac_add_options --disable-javaxpcom
# Enable parallel compiling
mk_add_options MOZ_MAKE_FLAGS="-j4"
**************************************
******Compile error:
42:36.79 d:/SampleProjects/xulrunner-fresh/mozilla-release/config/recurse.mk:32:
recipe for target 'export' failed
42:36.79 mozmake.EXE[3]: *** [export] Error 2
42:36.79 d:/SampleProjects/xulrunner-fresh/mozilla-release/config/rules.mk:549:
recipe for target 'default' failed
42:36.79 mozmake.EXE[2]: *** [default] Error 2
42:36.79 d:/SampleProjects/xulrunner-fresh/mozilla-release/client.mk:401: recipe
for target 'realbuild' failed
42:36.79 mozmake.EXE[1]: *** [realbuild] Error 2
42:36.80 client.mk:171: recipe for target 'build' failed
42:36.80 mozmake.EXE: *** [build] Error 2
42:36.85 0 compiler warnings present.
_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds