Hi,
Is there a way to compile SDL for iPhone with the Open Toolchain ?
I googled for this without success!
Thanks
Hi,
Is there a way to compile SDL for iPhone with the Open Toolchain ?
I googled for this without success!
Thanks
Yes, there is.
Have a look to this ticket if you have telesphoreo environment:
http://www.telesphoreo.org/ticket/159
If not grab the SDL_iphone.diff patch from it then:
CC=gcc-ldid ./configure --prefix=/usr/local --enable-iphone
–disable-video-x11 --disable-assembly
make
make install
BR,
JehanOn Fri, Jun 5, 2009 at 1:13 PM, M Hippo wrote:
Hi,
Is there a way to compile SDL for iPhone with the Open Toolchain ?
I googled for this without success!Thanks
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
–
Thanks,
Jehan