On Mon, Mar 03, 2003, Eugene Y. Vasserman wrote: > /usr/share/prc-tools/include/PalmTypes.h:159: M68KHwr.h: No such file or directory
Check where m68k-palmos-gcc looks for the include files by running, $ m68k-palmos-gcc -dumpspecs > running make and explicitly specifying those file locations in include > fails as well (same message - file not found): > > $ make -I/usr/share/prc-tools/include/Core/UI -I/usr/... Well, you can't add the paths that way. You would have to modify the CFLAGS setting to include those paths. /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
