Closed
Bug 7300
Opened 26 years ago
Closed 26 years ago
Mac XPIDL 1.0d4 doesn't support forward declaration
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: beard)
Details
I cannot generate type library with the Mac XPIDL pluging 1.0d4 if the idl file contains a forward declaration like:
interface nsMsgHdr;
The compiler return an unknow error! I don't have this problem on Unix or Windows.
Comment 1•26 years ago
|
||
Looks like we need another spin of Mac xpidl. Shaver, do you have fixes ready
for this spin, or do you want to wait until the next one?
Reporter | ||
Comment 2•26 years ago
|
||
I have checked in an idl project that I cannot compile yet (it's not part of the build script). Please feel free to use it
for your testing:
mozilla/mailnews/base/macbuild/msgCoreIDL.mcp
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
You're correct. That's what 1.0d5 will correct. I will distribute that today.
I've verified that your msgCoreIDL.mcp project builds.
You need to log in
before you can comment on or make changes to this bug.
Description
•