Closed
Bug 524969
Opened 16 years ago
Closed 16 years ago
Various breakpad files missing #include <cstdio>
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 510920
People
(Reporter: ats-mozilla, Unassigned)
Details
Attachments
(1 file)
1.98 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091028 Shiretoko/3.5.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091028 Shiretoko/3.5.4
Several of the breakpad source files use things defined in stdio.h, but fail to #include <cstdio>; this results in the version of breakpad included in Firefox 3.5.4 not compiling with GCC 4.4.1.
Reproducible: Always
Steps to Reproduce:
1. Configure Firefox so that breakpad's enabled.
2. Compile.
Actual Results:
Compilation fails in several places inside toolkit/crashreporter/google-breakpad/src.
Expected Results:
Compilation suceeds (as it does for the rest of Firefox).
I'll attach a patch.
Reporter | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•