Closed
Bug 157161
Opened 22 years ago
Closed 22 years ago
build fails in nsAutoLock.h, rh71
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mcafee, Assigned: netscape)
Details
My build is failing in nsAutoLock.h, looks like a
recent change to this file. This is a redhat 7.1 machine.
In file included from nsMemoryImpl.cpp:43:
../../dist/include/xpcom/nsAutoLock.h:155: parse error before `{'
../../dist/include/xpcom/nsAutoLock.h:158: warning: ISO C++ forbids defining
types within return type
../../dist/include/xpcom/nsAutoLock.h:158: two or more data types in declaration
of `operator delete'
../../dist/include/xpcom/nsAutoLock.h:158: `operator delete' must return type `void'
../../dist/include/xpcom/nsAutoLock.h:160: parse error before `public'
../../dist/include/xpcom/nsAutoLock.h:177: `mLock' was not declared in this scope
../../dist/include/xpcom/nsAutoLock.h:177: warning: ISO C++ forbids declaration
of `PR_Lock' with no
type
../../dist/include/xpcom/nsAutoLock.h:177: `int PR_Lock' redeclared as different
kind of symbol
/u/mcafee/cmonkey/mozilla/dist/include/nspr/prlock.h:102: previous declaration
of `void PR_Lock (PRLock
*)'
../../dist/include/xpcom/nsAutoLock.h:178: parse error before `}'
../../dist/include/xpcom/nsAutoLock.h:180: destructors must be member functions
...
Assignee | ||
Comment 1•22 years ago
|
||
Looks like configure wasn't re-run. Try re-running configure.
Reporter | ||
Comment 2•22 years ago
|
||
yes, that was it. Thanks. Marking invalid.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•