Closed
Bug 18074
Opened 25 years ago
Closed 25 years ago
build fails due to missing include file
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: jim_nance, Assigned: blizzard)
Details
Today and yesterday I am having compile problems under Solaris due to a
missing #include <ctype.h> in widget/src/xlib/nsAppShell.cpp
Here is the compiler output:
/scratch/jnance/mozilla/mozilla/widget/src/xlib/nsAppShell.cpp: In function
`static void nsAppShell::HandleKeyPressEvent(XEvent *, nsWidget *)':
/scratch/jnance/mozilla/mozilla/widget/src/xlib/nsAppShell.cpp:718: `isprint'
undeclared (first use this function)
/scratch/jnance/mozilla/mozilla/widget/src/xlib/nsAppShell.cpp:718: (Each
undeclared identifier is reported only once
/scratch/jnance/mozilla/mozilla/widget/src/xlib/nsAppShell.cpp:718: for each
function it appears in.)
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Assignee: leger → blizzard
Status: ASSIGNED → NEW
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Fix checked in.
Component: Browser-General → Build Config
QA Contact: leger → granrose
Target Milestone: M12
granrose, can you mark Verified if this looks good? we no longer have Solaris.
Thanks!
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
verified.
Assignee | ||
Comment 4•25 years ago
|
||
Please ignore the spam. Changing address.
Assignee: blizzard → blizzard
Status: VERIFIED → NEW
Assignee | ||
Comment 5•25 years ago
|
||
bustage from my reassign
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 6•25 years ago
|
||
bustage from my reassign
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•