Closed
Bug 28967
Opened 25 years ago
Closed 25 years ago
Remove WASTE and IC includes from widget
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
M14
People
(Reporter: sfraser_bugs, Assigned: mikepinkerton)
Details
Although the widget.mcp project is no longer looking for ICGlueCFM-PPC.lib
(removed by Simon Fraser on Feb 8), it is still looking for some header
files from WASTE and Internet Config, which gave me a build error when
following the build instructions that no longer tell people to install these
things in the CodeWarrior folder. I discovered that the two header files
required live in {Compiler}:MSL:MSL_C:MSL_MacOS:Src:(WASTE):Include:.
CodeWarrior won't search folders with parentheses, so I renamed the
"(WASTE)" folder to "WASTE", and then widget.mcp build just fine. The whole
browser worked just fine as well, (with the exception that I couldn't build
mailnews, but that's another error). Should the build instructions be
updated to reflect this renaming? Or should the WASTE.h and ICAPI.h files
be moved into the Mozilla source tree somewhere?
Error : the file 'WASTE.h' cannot be opened
nsTextAreaWidget.h line 28 #include "WASTE.h"
Error : the file 'ICAPI.h' cannot be opened
nsFileWidget.cpp line 26 #include <ICAPI.h>
| Assignee | ||
Comment 1•25 years ago
|
||
who is including these files? is it sioux? those should be fixed to not rely on
waste, right?
| Reporter | ||
Comment 2•25 years ago
|
||
Use the force, dude:
Error : the file 'WASTE.h' cannot be opened
nsTextAreaWidget.h line 28 #include "WASTE.h"
Error : the file 'ICAPI.h' cannot be opened
nsFileWidget.cpp line 26 #include <ICAPI.h>
| Assignee | ||
Comment 3•25 years ago
|
||
/me cowers in a corner, realizing he's a complete idiot ;)
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: fix in hand.
Target Milestone: M14
| Assignee | ||
Comment 4•25 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: fix in hand.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•