On Wed, Aug 02, 2000 at 10:03:31PM -0300, Pierre CHATEL wrote:
> (Sorry for my bad english, i'm french)
> 
> I'm trying to install the last version of prc tools for the palm. I have
> downloaded all the files mentionned on the palm website (cygwin, sdk 3.5...)
> and added the "paths" to cygwin's and palmdev's directories in my
> autoexec.bat but i still have problems compiling programs.
> I tried "make" on the samples provided in the package but i get include
> errors:

> common.h: no such files or directory
> System/SysAll.h: no such files or directory
> UI/UIALL.h: no such files or directory

These are specific to earlier SDKs.

You need to replace them with

#include <PalmOS.h>
#include <PalmCompatibility.h>

and they should work.

If you are really lazy you can just copy the above two lines to
common.h in the right location, and simply touch UI/UIALL.h and
System/SysAll.h so they will be found but empty.

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

Reply via email to