Closed
Bug 57016
Opened 24 years ago
Closed 24 years ago
Standalone XPCOM does not include nsUnicharInputStream
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
People
(Reporter: dougt, Assigned: dougt)
Details
I am building a embedding target which uses the BUILD_MODULE macro. This (for
whatever reason) defines xpcom to be 'standalone'. In standalone, xpcom does
not include the implementation of the nsUnicharInputStream. Why this is, I can
not tell. Layout requires this to be present. So, after I am doing building, I
exit because layout can not find these needed implmentation.
dp added this the #ifndef here:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&root=/cvsroot&subdir=mozilla/xpcom/io&command=DIFF_FRAMESET&file=nsUnicharInputStream.cpp&rev2=3.23&rev1=3.22
In my build, I have taken this out and can still build standalone without any
trouble.
Any ideas about this? Can I remove this #ifndef safely? Or should I try to fix
layout not to use this implementation. Here are the callers:
http://lxr.mozilla.org/seamonkey/search?string=NS_NewConverterStream
Let's not split efforts across bugs. Marking dup of the original standalone
xpcom bug which is still open, bug 24515
.
*** This bug has been marked as a duplicate of 24515 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 2•24 years ago
|
||
Verified dupe of 24515, which seems to have assimilated this bug.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•