Closed
Bug 278817
Opened 20 years ago
Closed 20 years ago
[Solaris] Fail to build firefox
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 278672
People
(Reporter: eagle.lu, Assigned: bryner)
Details
Attachments
(1 file)
|
2.40 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20041221 Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20041221 Fail to build firefox when building files under extension/spellcheck/myspell/src Reproducible: Always
On solaris, standard C data types such as "FILE" are defined in "std" namepsace, while on Linux, "FILE" is define globally and included in "std" namespace. I have successfully built firefox on both Linux and Solaris after adding this patch
Attachment #171624 -
Flags: review?(bryner)
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 278672 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 3•20 years ago
|
||
Comment on attachment 171624 [details] [diff] [review] add using namespace std Clearing review request field, fix already in CVS from bug 278672.
Attachment #171624 -
Flags: review?(bryner)
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•