Frank Wein wrote:
[EMAIL PROTECTED] wrote:
Thank you very much for this hint. This solved, in deed, the most
compilation errors. I'm sorry for this stupid question. ;-)
Nevertheless, I could not compile
xptcinvoke_asm_ipf64.s and
xptcstubs_asm_ipf64.s
with a GNU compiler. I had to use the Intel compiler.
But, now another compilation error occurs later:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++3 -o nsProfileAccess.o -c -DOSTYPE=\"Linux2.4.18-e\"
-DOSARCH=\"Linux\" -I./../dirserviceprovider/src
-I../../dist/include/xpcom -I../../dist/include/xpcom_obsolete
-I../../dist/include/string -I../../dist/include/content
-I../../dist/include/docshell -I../../dist/include/webbrwsr
-I../../dist/include/dom -I../../dist/include/js
-I../../dist/include/xpconnect -I../../dist/include/widget
-I../../dist/include/necko -I../../dist/include/uriloader
-I../../dist/include/intl -I../../dist/include/pref
-I../../dist/include/prefmigr -I../../dist/include/appshell
-I../../dist/include/uconv -I../../dist/include/windowwatcher
-I../../dist/include/profdirserviceprovider
-I../../dist/include/profile -I../../dist/include
-I/root/fb/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 -DNDEBUG -DTRIMMED -O2
-I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../mozilla-config.h
-Wp,-MD,.deps/nsProfileAccess.pp nsProfileAccess.cpp
nsProfile.cpp: In member function `virtual nsresult
nsProfile::StartupWithArgs(nsICmdLineService*, PRBool)':
nsProfile.cpp:414: error: 'class nsDerivedSafe<nsIXULChromeRegistry>'
has no member named 'SelectLocaleForProfile'
nsProfile.cpp:423: error: 'class nsDerivedSafe<nsIXULChromeRegistry>'
has no member named 'SelectLocaleForProfile'
nsProfile.cpp: In member function `virtual nsresult
nsProfile::CreateNewProfileWithLocales(const PRUnichar*, const
PRUnichar*, const PRUnichar*, const PRUnichar*, PRBool)':
nsProfile.cpp:1724: error: 'class nsDerivedSafe<nsIXULChromeRegistry>'
has no member named 'SelectLocaleForProfile'
nsProfile.cpp:1736: error: 'class nsDerivedSafe<nsIXULChromeRegistry>'
has no member named 'GetSelectedSkin'
nsProfile.cpp:1738: error: 'class nsDerivedSafe<nsIXULChromeRegistry>'
has no member named 'SelectSkinForProfile'
nsProfile.cpp:1760: error: 'class nsDerivedSafe<nsIXULChromeRegistry>'
has no member named 'SelectLocaleForProfile'
gmake[4]: *** [nsProfile.o] Error 1
Might it be that you forgot some required .mozconfig options for the
application you want to build (Firefox)? Can you post your .mozconfig here?
Frank
the .mozconfig file contains the following:
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_MAKE_FLAGS=-j2
MOZ_PHOENIX=1
BUILD_OFFICIAL=1
export MOZ_PHOENIX
export BUILD_OFFICIAL
mk_add_options MOZ_PHOENIX=1
mk_add_options BUILD_OFFICIAL=1
#ac_add_options --with-pthreads
#ac_add_options --with-system-nspr
#ac_add_options --enable-nspr-autoconf
ac_add_options --prefix=/usr/share/firefox
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --disable-calendar
ac_add_options --disable-xinerama
ac_add_options --disable-ctl
ac_add_options --disable-ldap
ac_add_options --disable-ldap-experimental
ac_add_options --disable-mailnews
ac_add_options --disable-js-ultrasparc
ac_add_options --disable-gtktest
ac_add_options --disable-shared
ac_add_options --enable-static
ac_add_options --enable-crypto
ac_add_options --enable-optimize="-O2"
ac_add_options --disable-installer
thank you for looking at that.
Norbert
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom