Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03020 Compiling Critical (emulator) Always Mar 12, 2009, 16:23 May 22, 2011, 16:12
Tester r0ni View Status Public Platform SDLMAME
Assigned To Resolution Fixed OS MacOS X
Status [?] Resolved Driver
Version 0.130 Fixed in Version 0.130u1 Build PowerPC
Fixed in Git Commit Github Pull Request #
Summary 03020: cross-compile fails
Description zlib is building as i686, even with BIGENDIAN=1 setting.
Steps To Reproduce cross-compile SDLMAME 0.130 for PPC on Intel Mac with XCode 3.1.2 on OS X 10.5.6 using this command:

make -j3 TARGETOS=macosx BIGENDIAN=1
Additional Information I have watched my terminal while compiling occurs, the zlib is the only affected library compiling as i686. This results in the binaries not linking, as zlib is for a different arch.
Github Commit
Flags
Regression Version 0.129u5
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.04003
r0ni
Tester
Mar 19, 2009, 17:25
A change by Vas Crabb to sdlmame (sdl.mak) fixed this issue.