Closed
Bug 145777
Opened 18 years ago
Closed 12 years ago
forward declare classes to avoid export dependency problems
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Not set
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•18 years ago
|
Comment 1•18 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•15 years ago
|
Product: Browser → Seamonkey
Updated•12 years ago
|
Assignee: mcafee → nobody
QA Contact: granrosebugs → build-config
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•