bornintelligent / google-breakpad

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

Breakpad won't build against OS X 10.5 SDK #248

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  1. Build latest Mozilla trunk against 10.5 SDK

What is the expected output? What do you see instead?
  Instead of a successful build, there are errors in minidump_generator.cc.

What version of the product are you using? On what operating system?
  Version being used is the latest from Mozilla, which I believe is the
latest as far as this file goes.

Please provide any additional information below.
  This is down to the __DARWIN_UNIX03 flag, although I'm not certain why
it's set. In _structs.h (part of the SDK), registers have been prefixed
with __ if this flag is set. The attached build log shows the errors, and
the patch will be along shortly.

Original issue reported on code.google.com by darkwea...@gmail.com on 3 Apr 2008 at 8:41

Attachments:

GoogleCodeExporter commented 9 years ago
The changes made by this patch have been tested on my Mozilla build. It's my 
first
time using svn diff, but I think it worked fine.

The caveat is that I haven't had a crash on my Firefox build, so I haven't been 
able
to use Breakpad, but everything compiles fine now.

Original comment by darkwea...@gmail.com on 3 Apr 2008 at 8:54

Attachments:

GoogleCodeExporter commented 9 years ago
Here's an updated patch that also adds PPC support. It's been tested in my
application compiled against 10.5 SDK. It does generate crashdumps.

Original comment by kkowalczyk@gmail.com on 2 Dec 2008 at 2:05

Attachments:

GoogleCodeExporter commented 9 years ago
Neal, this is fixed with your recent landing, yes?

Original comment by stuart.morgan on 24 Apr 2009 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by neal...@gmail.com on 29 Apr 2009 at 5:46