What steps will reproduce the problem? 1. no create make 2. 3.
What is the expected output? What do you see instead? no rule for create .....stop
What version of the product are you using? On what operating system? last version of winchain Windows vista
Please provide any additional information below.
Comment #1
Posted on Dec 9, 2007 by Quick Beari encounter the exact same problem
latest version of winchain, and windows xp.
guess its not os related
Comment #2
Posted on Dec 9, 2007 by Massive Rabbitset the privilege in vista???
Comment #3
Posted on Jan 2, 2008 by Helpful BirdComment deleted
Comment #4
Posted on Jan 2, 2008 by Helpful BirdThe 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.
Comment #5
Posted on Jan 10, 2008 by Massive DogI'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.
Comment #6
Posted on Oct 15, 2008 by Happy GiraffeFor 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.
- Makefile 1.26KB
Comment #7
Posted on Feb 2, 2009 by Massive RabbitInfo.plist I must be capital...
Comment #8
Posted on Mar 25, 2010 by Massive Giraffei'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
Status: New
Labels:
Type-Defect
Priority-Medium