Thread: compile app for iphone?
-
11-24-2007, 01:32 PM #1
compile app for iphone?
i already read the sticky, but i think i need something different.
i downloaded the i-app-a-day sources and modified some apps, but how can i compile it now? just use normal c compiler or what?
sorry for being stupid
i only know php so i dont really know how to handle the code after i done modifying him.
and btw, im using windows xp.
tnx for the help.
-
11-24-2007, 06:43 PM #2
To compile iPhone programs, you must install the iPhone toolchain:
http://iphone.fiveforty.net/wiki/ind...tion_-_Windows
Then you can use the make command inside a Cygwin shell to compile an application.
-
The Following User Says Thank You to NetMage For This Useful Post:
Turner_ (11-25-2007)
-
11-25-2007, 06:04 PM #3
TY

i started this tutorial but im stuck in Step 5 : Building LLVM for some reason
when i type:
$ ./configure --enable-optimized
i get this error:
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking type of operating system we're going to host on... Cygwin
checking target architecture... x86
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler
cannot create executables
See `config.log' for more details.
how can i fix it? tried googling it but all i get was unix problem with no answer for me.
ty again!
-
11-26-2007, 04:36 PM #4
did you install everything you need to in the cygwin setup?(e.g. autoconf2.1, autoconf2.5, automake1.9...) all that stuff?



LinkBack URL
About LinkBacks
Reply With Quote
