Closed
Bug 304325
Opened 19 years ago
Closed 19 years ago
build problem in nsProfile.cpp:415
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: christian.symmons, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20050113 Red Hat/1.4.3-3.0.7.centos.1 Build Identifier: when building firefox 1.0.6 i get... /home/chris/cleanfox/mozilla/profile/src/nsProfile.cpp: In method `nsresult nsProfile::StartupWithArgs (nsICmdLineService *, int)': /home/chris/cleanfox/mozilla/profile/src/nsProfile.cpp:415: no matching function for call to `nsDerivedSafe<nsIXULChromeRegistry>::SelectLocaleForProfile (nsCString &, const PRUnichar *)' /home/chris/cleanfox/mozilla/profile/src/nsProfile.cpp:424: no matching function for call to `nsDerivedSafe<nsIXULChromeRegistry>::SelectLocaleForProfile (nsCString &, const PRUnichar *)' /home/chris/cleanfox/mozilla/profile/src/nsProfile.cpp: In method `nsresult nsProfile::CreateNewProfileWithLocales (const PRUnichar *, const PRUnichar *, const PRUnichar *, const PRUnichar *, int)': /home/chris/cleanfox/mozilla/profile/src/nsProfile.cpp:1725: no matching function for call to `nsDerivedSafe<nsIXULChromeRegistry>::SelectLocaleForProfile (nsCAutoString &, const PRUnichar *)' /home/chris/cleanfox/mozilla/profile/src/nsProfile.cpp:1736: no matching function for call to `nsDerivedSafe<nsIXULChromeRegistry>::GetSelectedSkin (nsDependentCString, nsCAutoString &)' /home/chris/cleanfox/mozilla/profile/src/nsProfile.cpp:1739: no matching function for call to `nsDerivedSafe<nsIXULChromeRegistry>::SelectSkinForProfile (nsCAutoString &, const PRUnichar *)' /home/chris/cleanfox/mozilla/profile/src/nsProfile.cpp:1761: no matching function for call to `nsDerivedSafe<nsIXULChromeRegistry>::SelectLocaleForProfile (nsCAutoString &, const PRUnichar *)' gmake[4]: *** [nsProfile.o] Error 1 gmake[4]: Leaving directory `/home/chris/cleanfox/mozilla/obj-i686-pc-linux-gnu/profile/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/home/chris/cleanfox/mozilla/obj-i686-pc-linux-gnu/profile' gmake[2]: *** [tier_9] Error 2 gmake[2]: Leaving directory `/home/chris/cleanfox/mozilla/obj-i686-pc-linux-gnu' gmake[1]: *** [default] Error 2 gmake[1]: Leaving directory `/home/chris/cleanfox/mozilla/obj-i686-pc-linux-gnu' gmake: *** [build] Error 2 found a guide that says export MOZ_PHOENIX=1 should be set in order to fix this problem. but unfortunatly it dosnt Reproducible: Always Steps to Reproduce: 1.download and extract http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.6/source/firefox-1.0.6-source.tar.bz2 2.export MOZ_PHOENIX=1 3.build Actual Results: error message (see details)
Comment 1•19 years ago
|
||
You are not using the mozconfig settings in mozilla/browser/config/mozconfig, which are required
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•6 years ago
|
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.
Description
•