more problems:
configure succeeds with hires and sony toolkit enabled, but build fails:

$ make
make[1]: Entering directory
`/cygdrive/c/Docume~1/G/Desktop/plucker/viewer/cleaner'
/usr/bin/m68k-palmos-gcc -g  -Werror -Wall -O2    -c -o cleaner.o cleaner.c
In file included from /usr/share/prc-tools/include/PalmOS.h:26,
   from cleaner.h:4,
   from cleaner.c:26:
/usr/share/prc-tools/include/PalmTypes.h:159: M68KHwr.h: No such file or directory
In file included from cleaner.h:4,
   from cleaner.c:26:
/usr/share/prc-tools/include/PalmOS.h:27: SystemPublic.h: No such file or direct ory
/usr/share/prc-tools/include/PalmOS.h:28: UIPublic.h: No such file or directory
make[1]: *** [cleaner.o] Error 1
make[1]: Leaving directory `/cygdrive/c/Docume~1/G/Desktop/plucker/viewer/cleaner'
make: *** [cleaner_app] Error 2

although locate reveals the files do exist:

$ locate M68KHwr.h
/usr/share/prc-tools/include/Core/Hardware/M68KHwr.h
$ locate UIPublic.h
/usr/share/prc-tools/include/Core/UI/UIPublic.h
$ locate SystemPublic.h
/usr/share/prc-tools/include/Core/System/SystemPublic.h

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/share/prc-tools/include/Core/System/ 
-I/usr/share/prc-tools/include/Core/Hardware/

Any more thoughts?

-- 
Eugene "Gman" Vasserman
[EMAIL PROTECTED]
http://uranium.cataclasm.org/~eugene/
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to