I am not sure this applies for everyone, but I had to
tweak my Makefile to make the PalmOS port work properly
(Debian Linux, "Woody" release). It seems that the
header files for SDK 4 do not have path names in their
includes <StringMgr.h> instead of
<Core/System/StringMgr.h>, so I patched the Makefile to
use a palm SDK base include directory, then recursively
find all directories below it. It looks a little
sloppy and there might be a more elegant way of doing
this--but it works for me. What would also be nice
(but I do not have the skill to do) would be to patch
the Configure script to locate the SDK include
directory, as not everyone's will be in the same
location. Also, since the Makefile uses $(shell find
...), it works on Unix fine, but only on Windows with
Cygwin (or similar) installed.
Okay, enough of a novel from me. Use the patch (in
some form) if you want or completely ignore it....
palmos/Makefile diffs