Hi there,
I just downloaded and installed PODS 1.0. I created a test app using the project wizard, and chose "Managed Make 68K C/C++ Project", and used the defaults for the remaining dialogs. For "Project Code Generation" I selected "Sample" to get a functioning sample application.
When the app is built, the following errors are reported in the makefile. Any idea what the problem is?
Regards, Ingemar
-------------------------------------------------------- make clean all MAKE Version 5.2 Copyright (c) 1987, 1998 Inprise Corp. Error makefile 19: Command syntax error Error makefile 27: Command syntax error Error makefile 41: Command syntax error Error makefile 42: Command syntax error Error makefile 52: Colon expected Error makefile 55: Command syntax error *** 6 errors during make *** Build complete for project test1 --------------------------------------------------------
The problem is with your path. You have an incompatible version of "make" (in this case, one from a Borland toolset) accessible in your PATH environment variable before the version supplied by Cygwin. Adjust your PATH to fix this, and everything should be much happier.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
