Closed
Bug 5901
Opened 26 years ago
Closed 26 years ago
xpidl_idl.c fails to compile
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jim_nance, Assigned: mike+mozilla)
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
From a checkout done at about 8:00AM EDT on May 4, I get this error trying
to build xpidl_idl.c under Digital Unix 4.0D:
cc: Error: ../../../../mozilla/xpcom/tools/xpidl/xpidl_idl.c, line 225: In the
initializer for first_entry.directory, "stack" is not constant, but occurs in a
context that requires a constant expression. This is an extension of the
language.
IncludePathEntry first_entry = { stack->include_path->directory,
---------------------------------------------^
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
This was fixed with sspitzer's checkin this morning.
I build with --enable-pedantic now :)
You need to log in
before you can comment on or make changes to this bug.
Description
•