Closed
Bug 82298
Opened 24 years ago
Closed 24 years ago
Build failure resulting from 1.5 checkin to headers.mk
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stdowa+bugzilla, Assigned: wtc)
Details
My build is failing while trying to build security, with the following error
message:
../../../../dist/private/security\secmodi.h(41) : fatal error C1083: Cannot open
include file: 'mcom_db.h': No such file or directory
gmake.exe[1]: *** [WIN32_O.OBJ/cmmfchal.obj] Error 2
gmake.exe[1]: Leaving directory `C:/mozilla/moz_src/mozilla/security/nss/lib/crm
f'
gmake.exe: *** [install] Error 2
gmake.exe: Leaving directory `C:/mozilla/moz_src/mozilla/security/nss/lib'
NMAKE : fatal error U1077: 'gmake.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.
If i revert wtc's 1.5 checkin to security/coreconf/headers.mk, which was
changing "INCLUDES += -I$(SOURCE_XP_DIR)/include" to
"INCLUDES += $(MOZILLA_INCLUDES)", my build completes successfully.
| Assignee | ||
Comment 1•24 years ago
|
||
Thanks for the bug report. I just checked in a fix.
Please update your mozilla/security/coreconf/headers.mk.
It should work now.
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•24 years ago
|
||
My build works fine now.
| Assignee | ||
Comment 3•24 years ago
|
||
Thanks for verifying. Marked the bug fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•