Closed Bug 641267 Opened 13 years ago Closed 6 years ago

Building for ARM fails on OSX

Categories

(Core :: Audio/Video: Playback, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: mossop, Unassigned)

References

Details

Attachments

(1 file)

Attached patch working patchSplinter Review
When we build obj_int_extract.c we build it for OSX but then attempt to use it on elf objects so it fails.

The patch works but is a hack to force elf parsing and has to include an elf.h since OSX does not ship one.
this got me a little further but then it bombed out with 

In file included from /Users/ianmelven/Documents/src/firefox/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.cc:34:
/Users/ianmelven/Documents/src/firefox/mozilla/toolkit/crashreporter/google-breakpad/src/common/../common/stabs_reader.h:53:19: error: a.out.h: No such file or directory
/Users/ianmelven/Documents/src/firefox/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.cc: In member function ‘bool google_breakpad::StabsReader::Process()’:
/Users/ianmelven/Documents/src/firefox/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.cc:94: error: ‘N_UNDF’ was not declared in this scope

i did originally get an error with obj_int_extract and the patch in the bug got me past it
Component: Audio/Video → Audio/Video: Playback
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: