If you have any messages like below and you have problem when you are compiling;
make clean all MAKE Version 5.2 Copyright (c) 1987, 2000 Borland Error makefile 223: Command syntax error Error makefile 226: Command syntax error Error makefile 231: Command syntax error *** 3 errors during make *** :) This means you have another compiler e.g. Borland C++ and unfortunately PODS uses this make.exe at first. To solve this problem go to Window->Preferences -> C/C++ -> New Make Projects ans set to: Build Command = C:\Progs\PalmOSCygwin\bin\make This is a place of where Cygwin Make.exe is. If you have any project also change same as above Project ->C/C++ Make Project When i was compiling i tought that they are using borland compiler. lol. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
