Closed
Bug 307478
Opened 19 years ago
Closed 19 years ago
Build failure with syntax error in nsDebug.h
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta4
People
(Reporter: trupesh, Assigned: trupesh)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
2.52 KB,
patch
|
trupesh
:
review+
benjamin
:
review+
asa
:
approval1.8b5+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Build Identifier: Tinder box build on AIX fails with the below error from 31st Aug, 10:52 AM. /trunk/mozilla/xpcom/glue/nsDebug.h", line 219.1: 1506-046 (S) Syntax error. gmake[1]: *** [pldhash.o] Error 1 gmake[1]: Leaving directory `/trunk/mozilla/obj-opt/xpcom/glue' gmake: *** [all] Error 2 Reproducible: Always
Changing C++ comment style to C comment style resolves the issue.
Attachment #195249 -
Flags: review+
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Attachment #195249 -
Flags: review+
Attachment #195249 -
Flags: approval1.8b5?
Updated•19 years ago
|
Assignee: nobody → trupesh
Component: Build Config → XPCOM
Product: Mozilla Application Suite → Core
Target Milestone: --- → mozilla1.8beta4
Version: unspecified → Trunk
Comment 2•19 years ago
|
||
Fix checked in on trunk. Leaving bug open in order to fix this on the branch as well. Checking in nsDebug.h; /cvsroot/mozilla/xpcom/glue/nsDebug.h,v <-- nsDebug.h new revision: 1.22; previous revision: 1.21 done
Status: NEW → ASSIGNED
pldhash.c shouldn't include nsDebug.h, which is a C++ header. It ought to be able to include prlog.h if all it needs is PR_ASSERT.
Comment 4•19 years ago
|
||
nsDebug.h is no longer a C++ header, and this code was expcitly introduced to avoid the NSPR dependency. See bug 306334.
Yikes, and it still uses the very C++-ish (for our tree) inter-caps filename?
Updated•19 years ago
|
Attachment #195249 -
Flags: approval1.8b5? → approval1.8b5+
Comment 7•19 years ago
|
||
(In reply to comment #6) > pwk, can you get this landed on branch also? I may not have a chance to get this landed for a couple of days.
Comment 8•19 years ago
|
||
this needs to get landed on the branch ASAP or it may not make it into the next release.
You need to log in
before you can comment on or make changes to this bug.
Description
•