Open GoogleCodeExporter opened 9 years ago
i encounter the exact same problem
latest version of winchain, and windows xp.
guess its not os related
Original comment by willemst...@gmail.com
on 9 Dec 2007 at 3:34
set the privilege in vista???
Original comment by franchi....@gmail.com
on 9 Dec 2007 at 4:58
[deleted comment]
The generated Makefile only works correctly if you generate your application in
a
subfolder of /iphone-apps, otherwise you get thise 'no rule' - Problem.
Hope that helps.
Original comment by kaw...@gmail.com
on 2 Jan 2008 at 8:46
I'm having the exact same problem... i run make and it says it doesn't know how
to
make Info.plist, then it goes to main.m (if i rename info.plist), like it isn't
sure
how to build any part of the program.
Original comment by orion2...@gmail.com
on 10 Jan 2008 at 8:39
For those who cannot compile. It's a just one line fix. With this fix I was
able to
compile the sample application:
$(INFOPLIST_ABS):
See my attached make file.
Original comment by serge.ku...@gmail.com
on 15 Oct 2008 at 3:46
Attachments:
Info.plist I must be capital...
Original comment by efe.colo...@gmail.com
on 2 Feb 2009 at 6:31
i'm getting this error when compiling. basically the makefile fail to make the
main.o
file
D:\cygwin\iphone-apps\test>D:\cygwin\bin\make.exe
/cygwin/bin/mkdir -p /test.app
/cygwin/bin/cp /cygwin/iphone-apps/test/Info.plist /test.app/
/cygwin/bin/mkdir -p /
/cygwin/usr/local/bin/arm-apple-darwin-gcc -g -O2 -Wall -c /cygwin/iphone-apps/
test/main.m -o /main.o
make: *** [/main.o] Error 53
please help
Original comment by alimc...@gmail.com
on 25 Mar 2010 at 8:25
Original issue reported on code.google.com by
franchi....@gmail.com
on 8 Dec 2007 at 11:41