At 03:03 PM 7/22/2005, you wrote:
I get the following error when I build.
make: *** No rule to make target `src/AppResources.h', needed by `Debug/AppMain.d'. Stop. How can I tell PODS that the file AppResources.h is just a header and should not even be a target? Any thoughts would be welcome.

This is a 'make' error -- it knows that AppMain.c depends on src/AppResources.h, but that file doesn't exist so 'make' tries to create it, but it can't because it doesn't have a rule.

The fix is to actually provide this header file. It's possible that it's been saved to the wrong location or it was never generated.


-- Ben Combee, Senior Software Engineer, palmOne, Inc.
   "Combee on Palm OS" weblog: http://palmos.combee.net/
   Developer Forum Archives:   http://news.palmos.com/read/all_forums/


--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to