Closed
Bug 806382
Opened 13 years ago
Closed 13 years ago
ostream header is not wrapped, hidden symbols with gcc 4.1.2 and x86_64
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 893508
People
(Reporter: jhorak, Unassigned)
Details
There's missing stl wrapper for ostream in case gcc 4.1.2 is used for compilation.
It's included in:
http://mxr.mozilla.org/mozilla-central/source/gfx/angle/src/compiler/preprocessor/new/Token.h
To fix this problem append ostream to stl-headers:
http://mxr.mozilla.org/comm-central/source/mozilla/config/stl-headers
Comment 1•13 years ago
|
||
I'm surprised you can build at all with gcc 4.1.2.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•