Closed
Bug 290652
Opened 21 years ago
Closed 21 years ago
mozilla cvs does not compile on mac osx with -fast optimization
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 289586
People
(Reporter: dave.chand.mailinglist, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050414 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050414 Firefox/1.0.2
I am trying to compile firefox from cvs. I use the following optimizations flags
on os x Panther -fast -mcpu=7450 which leads to the following errors.
ld: Undefined symbols:
non-virtual thunk to nsHashPropertyBag::GetProperty(nsAString const&, nsIVariant**)
non-virtual thunk to nsHashPropertyBag::GetEnumerator(nsISimpleEnumerator**)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsBool(nsAString const&, int*)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsBool(nsAString const&, int)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsInt32(nsAString const&, int*)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsInt64(nsAString const&,
long long*)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsInt32(nsAString const&, int)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsInt64(nsAString const&,
long long)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsDouble(nsAString const&,
double*)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsUint32(nsAString const&,
unsigned int*)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsUint64(nsAString const&,
unsigned long long*)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsDouble(nsAString const&,
double)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsUint32(nsAString const&,
unsigned int)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsUint64(nsAString const&,
unsigned long long)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsAString(nsAString const&,
nsAString&)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsAString(nsAString const&,
nsAString const&)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsACString(nsAString const&,
nsACString&)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsACString(nsAString const&,
nsACString const&)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsInterface(nsAString const&,
nsID const&, void**)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsInterface(nsAString const&,
nsISupports*)
non-virtual thunk to nsHashPropertyBag::GetPropertyAsAUTF8String(nsAString
const&, nsACString&)
non-virtual thunk to nsHashPropertyBag::SetPropertyAsAUTF8String(nsAString
const&, nsACString const&)
make[4]: *** [firefox-bin] Error 1
make[4]: Leaving directory
`/Users/dave/src/mozilla/obj-powerpc-apple-darwin7.9.0/browser/app'
make[3]: *** [libs] Error 2
make[3]: Leaving directory
`/Users/dave/src/mozilla/obj-powerpc-apple-darwin7.9.0/browser'
make[2]: *** [tier_99] Error 2
make[2]: Leaving directory `/Users/dave/src/mozilla/obj-powerpc-apple-darwin7.9.0'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/Users/dave/src/mozilla/obj-powerpc-apple-darwin7.9.0'
make: *** [build] Error 2
Reproducible: Always
Steps to Reproduce:
1.compile firefox from the mozilla
2.use -fast -mcpu=7450 for both CFLAGS and CXXFLAGS.
3.
Actual Results:
Build fails
Expected Results:
build should succeeed, like it has been doing for a while
Updated•21 years ago
|
Assignee: firefox → nobody
Component: General → Build Config
QA Contact: general → build-config
*** This bug has been marked as a duplicate of 289586 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•7 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
•