The latest Palm SDK is screwed up. Instead of doing: #include <x/y/z.h> they frequently do #include <z.h>
Find all the missing files on your disk (e.g., in Unix/cygwin go to the top of the tree and run find . -name z.h -print) and add their directories to the include search path for the compiler. If you're using an OS with case sensitive filenames, you will also have to fix up the case of various directory names. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
