Compiling from the official SDK

Subforum for discussion and help with ScummVM's iPhone port

Moderator: ScummVM Team

Post Reply
polyex
Posts: 2
Joined: Wed Jun 15, 2011 4:48 pm

Compiling from the official SDK

Post by polyex »

I used git to download the latest in order to build from the official SDK:

From the wiki:
Do an Git clone of: git://github.com/scummvm/scummvm.git
Download http://worldsmainorganization.org/scumm ... ibs.tar.gz and extract it to the dists/iphone folder.
Open up dists/iphone/scummvm.xcodeproj
Compile away!


I get compile errors about SDL missing, is an SDL version of required? Where would it be? I could not find an active port of SDL for iphone.

Regards,
Adam
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

No SDL is required. Maybe you were accidentally building the Mac OS X target instead of one of the iPhone / iOS ones?
polyex
Posts: 2
Joined: Wed Jun 15, 2011 4:48 pm

Post by polyex »

I though that but, I am selecting the iphone as target. I did notice a lot of SDL files included in that particular targets build step.
Post Reply