dimahardie / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

[client/mac] crash_report minidump symbolication tool no longer builds #433

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout trunk @794
2. Build crash_report.xcodeproj

What is the expected output? What do you see instead?
The tool should build. The changes in 794 to Moduleh.h[cc] were not tested with 
all code that uses them. Specifically the changes from FILE* to std::ostream& 
were not properly propagated to all platforms.

What version of the product are you using? On what operating system?
trunk@794+ Mac OS X 10.6 with 10.5 SDK.

Please provide any additional information below.

Original issue reported on code.google.com by j.p.dann on 15 Jul 2011 at 12:33

GoogleCodeExporter commented 8 years ago
Looks like this should have been fixed in r819

Original comment by smokey.ardisson@gmail.com on 14 Sep 2011 at 4:01