Converting unix SDL project to xcode
Hi all,
I'm new here but my search on figuring out my problem led me here, so... here I am
I'm currently trying to convert Exult (http://exult.sf.net) to an Xcode project. The ultimate goal is to port it to iphone at some point but I thought that getting it to compile in xcode would help
Exult compiles fine in terminal through the automake tools and I'm currently am able to make snapshots of Exult for OS X 10.4 - 10.6 (ppc, i386, x86_64).
My preparations for xcode:
- installed the SDL framework
- compiled and installed Ogg and Vorbis framework
- started a new Xcode project from the SDL template (that compiled and ran)
- drag'n'dropped the clean Exult source to the project (into "other sources").
Now when I built I get all kind of errors, mostly related to undefinded uint stuff. Probably all the stuff that gets figured out by ./configure on using automake tools is not set.
I tried to find clues in ScumVM's iphone project file but didn't get much of a clue
Does anyone have a pointer as to what I'm doing wrong?
I'm new here but my search on figuring out my problem led me here, so... here I am

I'm currently trying to convert Exult (http://exult.sf.net) to an Xcode project. The ultimate goal is to port it to iphone at some point but I thought that getting it to compile in xcode would help

Exult compiles fine in terminal through the automake tools and I'm currently am able to make snapshots of Exult for OS X 10.4 - 10.6 (ppc, i386, x86_64).
My preparations for xcode:
- installed the SDL framework
- compiled and installed Ogg and Vorbis framework
- started a new Xcode project from the SDL template (that compiled and ran)
- drag'n'dropped the clean Exult source to the project (into "other sources").
Now when I built I get all kind of errors, mostly related to undefinded uint stuff. Probably all the stuff that gets figured out by ./configure on using automake tools is not set.
I tried to find clues in ScumVM's iphone project file but didn't get much of a clue

Does anyone have a pointer as to what I'm doing wrong?
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Debugging in XCode without project? | mattz | 5 | 4,670 |
Dec 5, 2009 01:21 PM Last Post: bronxbomber92 |
|
| Converting image files | NelsonMandella | 5 | 2,930 |
Jul 16, 2009 02:34 PM Last Post: AnotherJake |
|
| I would like to be able to browse an xCode project on my PC | aerospaceman | 8 | 5,685 |
Jun 29, 2009 07:11 PM Last Post: aerospaceman |
|
| XCode doesn't realize a library has changed unless you force your project to build. | XSTNX | 6 | 4,942 |
Jun 8, 2009 10:25 AM Last Post: XSTNX |
|
| Stupid UNIX/svn question | stevejohnson | 5 | 3,781 |
Dec 1, 2008 02:34 AM Last Post: leRiCl |
|

