I can build the Firefox tarball successfully with .mozconfig (see below - .mozconfig)
The problems begin.... 1. If I build with #ac_add_options --disable-tests in order to build the test applications I get the following error (see below - "BUILD ERROR STACK"). 2. If I then try to build the embedded from my `objdir` I then get the next error (see below - "Embedding error stack") I believe my PATH and LIB vars to be in valid working order. (MSVC++ included, cygwin stuff at end, etc.) In addition, the entire reason that I am attempting an embedded build is that although the Mozilla ActiveX Control is supposed to be "identical" to the IE client, I have an application that is running a slew of javascript that works in IE and does NOT work in the activeX control. Identical? hmmmm.... I will, when I have some time, post a sample application that functions in one and not the other. Any help would be appreciated. Thanks, Seamus ------------- .mozconfig ------------ . $topsrcdir/browser/config/mozconfig mk_add_options [EMAIL PROTECTED]@/fb-opt-static ac_add_options --enable-optimize ac_add_options --disable-debug ac_add_options --enable-static ac_add_options --disable-shared ac_add_options --disable-tests ---------------------------------------------------- BUILD ERROR STACK: Building deps for nsStaticComponents.cpp /cygdrive/c/FireFoxSource/mozilla/build/cygwin-wrapper cl -FonsStaticComponents. obj -c -D_IMPL_NS_GFX -D_IMPL_NS_MSG_BASE -D_IMPL_NS_WIDGET -DOSTYPE=\"WINNT5.1 \" -DOSARCH=\"WINNT\" -D_BUILD_STATIC_BIN=1 -DUSE_LOCAL_WIDGETS -I../../../dist /include/xpcom -I../../../dist/include/string -I../../../dist/include/embed_base -I../../../dist/include/webshell -I../../../dist/include/widget -I../../../dist /include/gfx -I../../../dist/include/layout -I../../../dist/include/content -I.. /../../dist/include/dom -I../../../dist/include/webbrwsr -I../../../dist/include /docshell -I../../../dist/include/util -I../../../dist/include/uriloader -I../.. /../dist/include/locale -I../../../dist/include/necko -I../../../dist/include/ht mlparser -I../../../dist/include/view -I../../../dist/include/pref -I../../../di st/include/intl -I../../../dist/include/unicharutil -I../../../dist/include/edit or -I../../../dist/include/windowwatcher -I../../../dist/include/xpconnect -I../ ../../dist/include/js -I../../../dist/include/webshell_tests -I../../../dist/inc lude -I../../../dist/include/nspr -TP -nologo -W3 -nologo -Gy -FdnsStat icComponents.pdb -DNDEBUG -DTRIMMED -O1 -DWIDGET_DLL=\"libwidget_windows.dll\" -DGFXWIN_DLL=\"libgfx_windows.dll\" -MD -DX_DISPLAY_MISSING=1 -DMOZI LLA_VERSION=\"1.7.8\" -DHAVE_SNPRINTF=1 -D_WINDOWS=1 -D_WIN32=1 -DWIN32=1 -DXP_W IN=1 -DXP_WIN32=1 -DHW_THREADS=1 -DWINVER=0x400 -DSTDC_HEADERS=1 -DWIN32_LEAN_AN D_MEAN=1 -DNO_X11=1 -D_X86_=1 -DD_INO=d_ino -DMOZ_DEFAULT_TOOLKIT=\"windows\" -D MOZ_DISTRIBUTION_ID_UNQUOTED=org.mozilla -DMOZ_DISTRIBUTION_ID=\"org.mozilla\" - DMOZ_PHOENIX=1 -DMOZ_XUL_APP=1 -DMOZ_APP_NAME=\"firefox\" -DOJI=1 -DIBMBIDI=1 -D MOZ_VIEW_SOURCE=1 -DACCESSIBILITY=1 -DMOZ_XPINSTALL=1 -DMOZ_JSLOADER=1 -DMOZ_MAT HML=1 -DMOZ_LOGGING=1 -DMOZ_USER_DIR=\"Mozilla\" -DMOZ_XUL=1 -DMOZ_PROFILELOCKIN G=1 -DMOZ_DLL_SUFFIX=\".dll\" -DJS_THREADSAFE=1 -DNS_PRINT_PREVIEW=1 -DNS_PRINTI NG=1 -DMOZILLA_LOCALE_VERSION=\"1.7\" -DMOZILLA_REGION_VERSION=\"1.7\" -DMOZILLA _SKIN_VERSION=\"1.5\" -D_MOZILLA_CONFIG_H_ -DMOZILLA_CLIENT /cygdrive/c/FireFox Source/mozilla/fb-opt-static/webshell/tests/viewer/nsStaticComponents.cpp nsStaticComponents.cpp make[4]: *** No rule to make target `comctl32.lib', needed by `viewer.exe'. Sto p. make[4]: Leaving directory `/cygdrive/c/FireFoxSource/mozilla/fb-opt-static/webs hell/tests/viewer' make[3]: *** [libs] Error 2 make[3]: Leaving directory `/cygdrive/c/FireFoxSource/mozilla/fb-opt-static/webs hell/tests' make[2]: *** [tier_99] Error 2 make[2]: Leaving directory `/cygdrive/c/FireFoxSource/mozilla/fb-opt-static' make[1]: *** [default] Error 2 make[1]: Leaving directory `/cygdrive/c/FireFoxSource/mozilla/fb-opt-static' make: *** [build] Error 2 ------------ Embedding error stack (probably due to building with tests enabled failure) ----------- /cygdrive/c/FireFoxSource/mozilla/build/cygwin-wrapper c:/OpenSource/MozBuildToo ls/bin/nsinstall -t /cygdrive/c/FireFoxSource/mozilla/embedding/config/installed -chrome.txt ../../dist/Embed/chrome /cygdrive/c/FireFoxSource/mozilla/build/cygwin-wrapper c:/OpenSource/MozBuildToo ls/bin/nsinstall -t /cygdrive/c/FireFoxSource/mozilla/embedding/config/readme.ht ml ../../dist/Embed /cygdrive/c/FireFoxSource/mozilla/build/cygwin-wrapper c:/OpenSource/MozBuildToo ls/bin/nsinstall -t ../../embedding/lite/embed_lite.dll ../../dist/Embed/compone nts nsinstall: ..\..\embedding\lite\embed_lite.dll: No such file or directory make[2]: [embed_copy] Error 3 (ignored) /cygdrive/c/FireFoxSource/mozilla/build/cygwin-wrapper c:/OpenSource/MozBuildToo ls/bin/nsinstall -t ../../dist/bin/mfcembed.exe ../../dist/Embed nsinstall: ..\..\dist\bin\mfcembed.exe: No such file or directory make[2]: *** [embed_copy] Error 3 make[2]: Leaving directory `/cygdrive/c/FireFoxSource/mozilla/fb-opt-static/embe dding/config' make[1]: *** [libs] Error 2 make[1]: Leaving directory `/cygdrive/c/FireFoxSource/mozilla/fb-opt-static/embe dding/config' make: *** [all] Error 2 _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
