Closed Bug 270817 Opened 20 years ago Closed 19 years ago

Compiler error in nsStaticComponents

Categories

(Firefox Build System :: General, defect)

x86
Linux
defect
Not set
major

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: zbraniecki, Assigned: bryner)

Details

gandalf@darkstar:/server/cvs/mozilla/browser/app$ make
/usr/bin/gmake export
gmake[1]: Entering directory `/server/cvs/mozilla/browser/app'
Creating .deps
gmake[2]: Entering directory `/server/cvs/mozilla/browser/app/profile'
gmake[3]: Entering directory `/server/cvs/mozilla/browser/app/profile/chrome'
gmake[3]: Nothing to be done for `export'.
gmake[3]: Leaving directory `/server/cvs/mozilla/browser/app/profile/chrome'
gmake[3]: Entering directory `/server/cvs/mozilla/browser/app/profile/extensions'
gmake[4]: Entering directory
`/server/cvs/mozilla/browser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}'
gmake[4]: Nothing to be done for `export'.
gmake[4]: Leaving directory
`/server/cvs/mozilla/browser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}'
gmake[3]: Leaving directory `/server/cvs/mozilla/browser/app/profile/extensions'
gmake[2]: Leaving directory `/server/cvs/mozilla/browser/app/profile'
set -e;   \
for i in ./profile/firefox.js; \
do /usr/bin/perl ../../config/preprocessor.pl  -DAB_CD=en-US
-DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -D_BUILD_STATIC_BIN=1
-DFIREFOX_ICO=\"../../dist/branding/firefox.ico\"
-DDOCUMENT_ICO=\"../../dist/branding/document.ico\" -DAPP_VERSION=\"0.9.1+\"
-DBUILD_ID=\"0000000000\" -DMOZILLA_VERSION=\"1.8a5\" -DD_INO=d_ino
-DSTDC_HEADERS=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_SIGINFO_T=1 -DHAVE_INT16_T=1
-DHAVE_INT32_T=1 -DHAVE_INT64_T=1 -DHAVE_UINT=1 -DHAVE_UNAME_DOMAINNAME_FIELD=1
-DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1
-DHAVE_SYS_BITYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GNU_LIBC_VERSION_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1
-DHAVE_X11_XKBLIB_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_STATFS_H=1
-DHAVE_SYS_CDEFS_H=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1 -DFUNCPROTO=15 -DHAVE_XSHM=1
-D_REENTRANT=1 -DHAVE_RANDOM=1 -DHAVE_STRERROR=1 -DHAVE_LCHOWN=1 -DHAVE_FCHMOD=1
-DHAVE_SNPRINTF=1 -DHAVE_MEMMOVE=1 -DHAVE_RINT=1 -DHAVE_STAT64=1
-DHAVE_LSTAT64=1 -DHAVE_FLOCKFILE=1 -DHAVE_LOCALTIME_R=1 -DHAVE_STRTOK_R=1
-DHAVE_RES_NINIT=1 -DHAVE_GNU_GET_LIBC_VERSION=1 -DHAVE_LANGINFO_CODESET=1
-DVA_COPY=va_copy -DHAVE_VA_COPY=1 -DHAVE_I18N_LC_MESSAGES=1
-DMOZ_DEFAULT_TOOLKIT=\"gtk\" -DMOZ_WIDGET_GTK=1 -DMOZ_ENABLE_XREMOTE=1
-DMOZ_X11=1 -DMOZ_DISTRIBUTION_ID=\"org.mozilla\" -DMOZ_PHOENIX=1
-DMOZ_XUL_APP=1 -DMOZ_APP_NAME=\"firefox\" -DMOZ_ENABLE_COREXFONTS=1
-DMOZ_EXTRA_X11CONVERTERS=1 -DOJI=1 -DIBMBIDI=1 -DMOZ_VIEW_SOURCE=1
-DACCESSIBILITY=1 -DMOZ_XPINSTALL=1 -DMOZ_JSLOADER=1 -DMOZ_MATHML=1 -DMOZ_XTF=1
-DMOZ_LOGGING=1 -DDETECT_WEBSHELL_LEAKS=1 -DMOZ_ENABLE_OLD_ABI_COMPAT_WRAPPERS=1
-DHAVE___CXA_DEMANGLE=1 -DMOZ_DEMANGLE_SYMBOLS=1 -DMOZ_USER_DIR=\".mozilla\"
-DMOZ_XUL=1 -DMOZ_PROFILELOCKING=1 -DMOZ_DLL_SUFFIX=\".so\" -DXP_UNIX=1
-DUNIX_ASYNC_DNS=1 -DJS_THREADSAFE=1 -DNS_PRINT_PREVIEW=1 -DNS_PRINTING=1
-DMOZ_REFLOW_PERF=1 -DMOZ_REFLOW_PERF_DSP=1 -DMOZILLA_LOCALE_VERSION=\"1.8a\"
-DMOZILLA_REGION_VERSION=\"1.8a\" -DMOZILLA_SKIN_VERSION=\"1.5\"  $i >
../../dist/bin/defaults/pref/`basename $i`; \
done
/usr/bin/perl ../../config/preprocessor.pl -DAB_CD=en-US -DOSTYPE=\"Linux2.6\"
-DOSARCH=\"Linux\" -D_BUILD_STATIC_BIN=1
-DFIREFOX_ICO=\"../../dist/branding/firefox.ico\"
-DDOCUMENT_ICO=\"../../dist/branding/document.ico\" -DAPP_VERSION=\"0.9.1+\"
-DBUILD_ID=\"0000000000\" -DMOZILLA_VERSION=\"1.8a5\" -DD_INO=d_ino
-DSTDC_HEADERS=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_SIGINFO_T=1 -DHAVE_INT16_T=1
-DHAVE_INT32_T=1 -DHAVE_INT64_T=1 -DHAVE_UINT=1 -DHAVE_UNAME_DOMAINNAME_FIELD=1
-DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1
-DHAVE_SYS_BITYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GNU_LIBC_VERSION_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1
-DHAVE_X11_XKBLIB_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_STATFS_H=1
-DHAVE_SYS_CDEFS_H=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1 -DFUNCPROTO=15 -DHAVE_XSHM=1
-D_REENTRANT=1 -DHAVE_RANDOM=1 -DHAVE_STRERROR=1 -DHAVE_LCHOWN=1 -DHAVE_FCHMOD=1
-DHAVE_SNPRINTF=1 -DHAVE_MEMMOVE=1 -DHAVE_RINT=1 -DHAVE_STAT64=1
-DHAVE_LSTAT64=1 -DHAVE_FLOCKFILE=1 -DHAVE_LOCALTIME_R=1 -DHAVE_STRTOK_R=1
-DHAVE_RES_NINIT=1 -DHAVE_GNU_GET_LIBC_VERSION=1 -DHAVE_LANGINFO_CODESET=1
-DVA_COPY=va_copy -DHAVE_VA_COPY=1 -DHAVE_I18N_LC_MESSAGES=1
-DMOZ_DEFAULT_TOOLKIT=\"gtk\" -DMOZ_WIDGET_GTK=1 -DMOZ_ENABLE_XREMOTE=1
-DMOZ_X11=1 -DMOZ_DISTRIBUTION_ID=\"org.mozilla\" -DMOZ_PHOENIX=1
-DMOZ_XUL_APP=1 -DMOZ_APP_NAME=\"firefox\" -DMOZ_ENABLE_COREXFONTS=1
-DMOZ_EXTRA_X11CONVERTERS=1 -DOJI=1 -DIBMBIDI=1 -DMOZ_VIEW_SOURCE=1
-DACCESSIBILITY=1 -DMOZ_XPINSTALL=1 -DMOZ_JSLOADER=1 -DMOZ_MATHML=1 -DMOZ_XTF=1
-DMOZ_LOGGING=1 -DDETECT_WEBSHELL_LEAKS=1 -DMOZ_ENABLE_OLD_ABI_COMPAT_WRAPPERS=1
-DHAVE___CXA_DEMANGLE=1 -DMOZ_DEMANGLE_SYMBOLS=1 -DMOZ_USER_DIR=\".mozilla\"
-DMOZ_XUL=1 -DMOZ_PROFILELOCKING=1-DMOZ_DLL_SUFFIX=\".so\" -DXP_UNIX=1
-DUNIX_ASYNC_DNS=1 -DJS_THREADSAFE=1 -DNS_PRINT_PREVIEW=1 -DNS_PRINTING=1
-DMOZ_REFLOW_PERF=1 -DMOZ_REFLOW_PERF_DSP=1 -DMOZILLA_LOCALE_VERSION=\"1.8a\"
-DMOZILLA_REGION_VERSION=\"1.8a\" -DMOZILLA_SKIN_VERSION=\"1.5\"  brand.dtd.in
>brand.dtd
/server/cvs/mozilla/config/nsinstall -D ../../dist/branding
cp ./mozicon16.xpm ../../dist/branding/mozicon16.xpm
cp ./mozicon50.xpm ../../dist/branding/mozicon50.xpm
cp ./document.png ../../dist/branding/document.png
gmake[1]: Leaving directory `/server/cvs/mozilla/browser/app'
/usr/bin/gmake libs
gmake[1]: Entering directory `/server/cvs/mozilla/browser/app'
nsBrowserApp.cpp
c++ -o nsBrowserApp.o -c -DAB_CD=en-US -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\"
-D_BUILD_STATIC_BIN=1 -DFIREFOX_ICO=\"../../dist/branding/firefox.ico\"
-DDOCUMENT_ICO=\"../../dist/branding/document.ico\" -DAPP_VERSION=\"0.9.1+\"
-DBUILD_ID=\"0000000000\" -I../../toolkit/xre -I../../dist/include/appshell
-I../../dist/include/string
-I../../dist/include/xpcom-I../../dist/include/xulapp -I../../dist/include/xpcom
-I../../dist/include/string -I../../dist/include -I../../dist/include
-I/server/cvs/mozilla/dist/include/nspr     -I/usr/X11R6/include    
-I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion
-Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe 
-DDEBUG -D_DEBUG -DDEBUG_gandalf -DTRACING -g -fno-inline  -I/usr/X11R6/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsBrowserApp.pp
nsBrowserApp.cpp
nsStaticComponents.cpp
c++ -o nsStaticComponents.o -c -DAB_CD=en-US -DOSTYPE=\"Linux2.6\"
-DOSARCH=\"Linux\" -D_BUILD_STATIC_BIN=1
-DFIREFOX_ICO=\"../../dist/branding/firefox.ico\"
-DDOCUMENT_ICO=\"../../dist/branding/document.ico\" -DAPP_VERSION=\"0.9.1+\"
-DBUILD_ID=\"0000000000\" -I../../toolkit/xre -I../../dist/include/appshell
-I../../dist/include/string -I../../dist/include/xpcom
-I../../dist/include/xulapp -I../../dist/include/xpcom
-I../../dist/include/string -I../../dist/include -I../../dist/include
-I/server/cvs/mozilla/dist/include/nspr     -I/usr/X11R6/include    
-I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion
-Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe 
-DDEBUG -D_DEBUG -DDEBUG_gandalf -DTRACING -g -fno-inline  -I/usr/X11R6/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h
-Wp,-MD,.deps/nsStaticComponents.pp nsStaticComponents.cpp
c++ -o firefox-bin -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall
-Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic
-fshort-wchar -pthread -pipe  -DDEBUG -D_DEBUG -DDEBUG_gandalf -DTRACING -g
-fno-inline  nsBrowserApp.o nsStaticComponents.o            -L../../dist/bin
-L../../dist/lib -L../../dist/lib/components -lxpcom_compat_c -lxpconnect
-lxpctest-luconv -lucvmath -li18n -loji -lnecko -lnecko2 -lpref -lcaps -lrdf
-lhtmlpars -lgfxps -lgfxxprint -lgfx_gtk -limglib2 -lgkplugin -lwidget_gtk
-lxremote_client -lgklayout -lmork -ldocshell -lembedcomponents -lwebbrwsr
-leditor -ltxmgr -lcomposer -lnsappshell -laccessibility -lchrome -lpipboot
-lpipnss -lpippki -lfileview -lmozfind -lxremoteservice -lappcomps
-ltoolkitcomps -lcookie -lxmlextras -lautoconfig -ltransformiix
-luniversalchardet -ltypeaheadfind -lwsproxytest -lwebsrvcs -lbrowsercomps
-lunicharutil_s -lucvutil_s -ljsj -lgtksuperwin -lgtkxtbin -lgfxshared_s
-lgfxft2_s -lgfxpsshar -lxlibrgb -lxprintutil -lgkgfx -lxulapp_s
../../dist/lib/libxulapp_s.a -L../../dist/bin -lmozjs -L../../dist/bin -lxpcom
-lxpcom_core  -L/server/cvs/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -lpthread
-ldl  -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl
-lXext -lX11 -lm  -L/usr/X11R6/lib -lX11  -ldl -lm  -L../../dist/lib/components
-L../../dist/lib -lmozpng -L../../dist/lib -lmozjpeg -L../../dist/lib -lmozz 
-L../../dist/bin -L../../dist/lib ../../dist/lib/libcrmf.a -lsmime3 -lssl3
-lnss3 -lsoftokn3   -L/usr/X11R6/lib -lXt -L/usr/X11R6/lib -lXp-lXext -lX11
-L../../dist/lib -lxpcom_compat
nsStaticComponents.o(.text+0xd): In function `xpcomObsoleteModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `xpcomObsoleteModule_gModuleInfo'
nsStaticComponents.o(.text+0x29): In function `xpconnect_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `xpconnect_gModuleInfo'
nsStaticComponents.o(.text+0x45): In function `xpconnect_test_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `xpconnect_test_gModuleInfo'
nsStaticComponents.o(.text+0x61): In function `nsUConvModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsUConvModule_gModuleInfo'
nsStaticComponents.o(.text+0x7d): In function `nsUCvMathModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsUCvMathModule_gModuleInfo'
nsStaticComponents.o(.text+0x99): In function `nsI18nModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsI18nModule_gModuleInfo'
nsStaticComponents.o(.text+0xb5): In function `nsCJVMManagerModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsCJVMManagerModule_gModuleInfo'
nsStaticComponents.o(.text+0xd1): In function
`necko_core_and_primary_protocols_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `necko_core_and_primary_protocols_gModuleInfo'
nsStaticComponents.o(.text+0xed): In function
`necko_secondary_protocols_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `necko_secondary_protocols_gModuleInfo'
nsStaticComponents.o(.text+0x109): In function `nsPrefModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsPrefModule_gModuleInfo'
nsStaticComponents.o(.text+0x125): In function
`nsSecurityManagerModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsSecurityManagerModule_gModuleInfo'
nsStaticComponents.o(.text+0x141): In function `nsRDFModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsRDFModule_gModuleInfo'
nsStaticComponents.o(.text+0x15d): In function `nsParserModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsParserModule_gModuleInfo'
nsStaticComponents.o(.text+0x179): In function `nsGfxPSModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsGfxPSModule_gModuleInfo'
nsStaticComponents.o(.text+0x195): In function `nsGfxXprintModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsGfxXprintModule_gModuleInfo'
nsStaticComponents.o(.text+0x1b1): In function `nsGfxGTKModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsGfxGTKModule_gModuleInfo'
nsStaticComponents.o(.text+0x1cd): In function `nsImageLib2Module_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsImageLib2Module_gModuleInfo'
nsStaticComponents.o(.text+0x1e9): In function `nsPluginModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsPluginModule_gModuleInfo'
nsStaticComponents.o(.text+0x205): In function `nsWidgetGTKModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsWidgetGTKModule_gModuleInfo'
nsStaticComponents.o(.text+0x221): In function `XRemoteClientModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `XRemoteClientModule_gModuleInfo'
nsStaticComponents.o(.text+0x23d): In function `nsLayoutModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsLayoutModule_gModuleInfo'
nsStaticComponents.o(.text+0x259): In function `nsMorkModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsMorkModule_gModuleInfo'
nsStaticComponents.o(.text+0x275): In function `docshell_provider_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `docshell_provider_gModuleInfo'
nsStaticComponents.o(.text+0x291): In function `embedcomponents_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `embedcomponents_gModuleInfo'
nsStaticComponents.o(.text+0x2ad): In function
`Browser_Embedding_Module_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `Browser_Embedding_Module_gModuleInfo'
nsStaticComponents.o(.text+0x2c9): In function `nsEditorModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsEditorModule_gModuleInfo'
nsStaticComponents.o(.text+0x2e5): In function
`nsTransactionManagerModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsTransactionManagerModule_gModuleInfo'
nsStaticComponents.o(.text+0x301): In function `nsComposerModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsComposerModule_gModuleInfo'
nsStaticComponents.o(.text+0x31d): In function `appshell_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `appshell_gModuleInfo'
nsStaticComponents.o(.text+0x339): In function `nsAccessibilityModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsAccessibilityModule_gModuleInfo'
nsStaticComponents.o(.text+0x355): In function `nsChromeModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsChromeModule_gModuleInfo'
nsStaticComponents.o(.text+0x3c5): In function `nsFileViewModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsFileViewModule_gModuleInfo'
nsStaticComponents.o(.text+0x3e1): In function `nsFindComponent_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsFindComponent_gModuleInfo'
nsStaticComponents.o(.text+0x3fd): In function `XRemoteServiceModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `XRemoteServiceModule_gModuleInfo'
nsStaticComponents.o(.text+0x419): In function `application_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `application_gModuleInfo'
nsStaticComponents.o(.text+0x451): In function `nsCookieModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsCookieModule_gModuleInfo'
nsStaticComponents.o(.text+0x46d): In function `nsXMLExtrasModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsXMLExtrasModule_gModuleInfo'
nsStaticComponents.o(.text+0x489): In function `nsAutoConfigModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsAutoConfigModule_gModuleInfo'
nsStaticComponents.o(.text+0x4a5): In function `TransformiixModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `TransformiixModule_gModuleInfo'
nsStaticComponents.o(.text+0x4c1): In function
`nsUniversalCharDetModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsUniversalCharDetModule_gModuleInfo'
nsStaticComponents.o(.text+0x4dd): In function `nsTypeAheadFind_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsTypeAheadFind_gModuleInfo'
nsStaticComponents.o(.text+0x4f9): In function `WSPProxyTestModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `WSPProxyTestModule_gModuleInfo'
nsStaticComponents.o(.text+0x515): In function `nsWebServicesModule_NSGetmodule':
/server/cvs/mozilla/browser/app/nsStaticComponents.cpp.in:50: undefined
reference to `nsWebServicesModule_gModuleInfo'
collect2: ld returned 1 exit status
gmake[1]: *** [firefox-bin] Error 1
gmake[1]: Leaving directory `/server/cvs/mozilla/browser/app'
make: *** [all] Error 2
gandalf@darkstar:/server/cvs/mozilla/browser/app$
.mozconfig

. $topsrcdir/browser/config/mozconfig

ac_add_options --disable-optimize
ac_add_options --enable-debug
ac_add_options --disable-shared
ac_add_options --enable-static
> gmake[1]: Leaving directory `/server/cvs/mozilla/browser/app'

this would be firefox-land
Assignee: nobody → bryner
Product: Browser → Firefox
QA Contact: core.build-config → asa
I was just bit by this while building trunk firefox (my first attempt at this, I
only built mozilla before).
The common lines in .mozconfig are:
ac_add_options --disable-shared
ac_add_options --enable-static


WFM
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in before you can comment on or make changes to this bug.