Don't modify the include paths in the header files. Instead:

Project --> Properties --> C/C++ Build --> PRC-Tools 68k Compiler -->
Includes

Then under 'Include paths (-I)'  click the yellow +++ button. Add paths
like:

/PalmDev/PalmSDK/Incs

where /PalmDev is 'C:\Program Files\PalmSource\Palm OS Developer Suite'

and PalmSDK is where you have all of your header files.

You just keep adding the files the compiler tells you you're missing until
everything compiles.



On 1/23/07, Tenchi <[EMAIL PROTECTED]> wrote:
>
> > The latest Palm SDK is screwed up.  Instead of doing:
> > #include <x/y/z.h>
> > they frequently do
> > #include <z.h>
> Yeah, I can see that.
>
> I am using Palm OS Developer Suite 1.2 for Windows. How can I add more
> directories to the include search path for the compiler? I think it goes
> to
> 'C:\Program Files\PalmSource\Palm OS Developer Suite\sdk-5r4\include' by
> default only.
>
> Or do I need to modify all affected header file with <z.h> to <x/y/z.h>?
> ......
>
>
> "Alexander R. Pruss" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > 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/
>

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

Reply via email to