rubel00 / imame4all

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

Compiling with Xcode #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Apologies for what might seem a simple question but I am trying to compile the 
code in Xcode but am having difficulties loading it up. 

How do you make in Xcode using a makefile? I have the developers account on iOS 
(and also android) and just want to tinker about with the code and try out 
various things

Thanks for your time
Gary

Original issue reported on code.google.com by tanya.pe...@googlemail.com on 28 Jun 2012 at 10:48

GoogleCodeExporter commented 8 years ago
Hello,
Install xcode command line tools (Preferences->downloads) and 'make PTR=0' from 
trunk directory.
You may need to manually compile src/build tools, I can remember exactly how I 
did, just a little patience (for png2bdc I finally compile but it fails to 
convert the png file, at the end I downloaded a compiled windows version and 
place the converted file in the correct place 'obj/.....')

This build main mame library needed for mame4ios xcode project.

Original comment by mot...@gmail.com on 31 Jan 2013 at 6:38

GoogleCodeExporter commented 8 years ago
Gary, If you can't just let me know, I will try to remember and even I could 
send you the compiled tools or the complete tree just to 'make'

Original comment by mot...@gmail.com on 31 Jan 2013 at 6:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Motote, that's sound weird. The tools must be compiled for the native platform 
where you are compiling mame. 

The easy way. Download macosx mame. Compile it and put the tools on mame4ios. 

Also you can unset crossbuild flag on mame4ios, but you have to deal with the 
gcc paths. 

Original comment by seleuco....@gmail.com on 31 Jan 2013 at 7:25

GoogleCodeExporter commented 8 years ago
To clarify. Where I said macosx mame is the mame 0.139 mame from mamedev

Original comment by seleuco....@gmail.com on 31 Jan 2013 at 7:27

GoogleCodeExporter commented 8 years ago
Ups, that sound much better.
I didn't realize and try to compile them by own (without makefile), png2bdc was 
a nightmare!
Thanks for the tip!

Original comment by mot...@gmail.com on 31 Jan 2013 at 11:40