Closed
Bug 145777
Opened 23 years ago
Closed 17 years ago
forward declare classes to avoid export dependency problems
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mcafee, Unassigned)
References
Details
[from bug 143399]
Need to forward declare classes and rearrange #include order to
avoid some export dependency problems, like this one:
nsIMIMEService.idl:52: can't open included file nsIURI.idl for reading
| Reporter | ||
Updated•23 years ago
|
Comment 1•23 years ago
|
||
We shouldn't try to tackle this until we've finished bug 143399, which will
guarantee that we're building directories in the correct order (which should
actually fix the specific problem listed above)
Blocks: 143399
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•17 years ago
|
Assignee: mcafee → nobody
QA Contact: granrosebugs → build-config
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•