Oh, yet another series of different errors:

[EMAIL PROTECTED] ~/plucker/viewer
$ make
make[1]: Entering directory `/home/G/plucker/viewer/cleaner'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/G/plucker/viewer/cleaner'
make[1]: Entering directory `/home/G/plucker/viewer/armlets'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/G/plucker/viewer/armlets'
/usr/bin/m68k-palmos-gcc -g -DNEWGCC -DERROR_CHECK_LEVEL=ERROR_CHECK_NONE -DHAVE_CONFIG_H -Werror -Wall -O2 -isystem . -c -o document.o document.c
cc1: warnings being treated as errors
document.c: In function `ParagraphNumToByteOffset':
document.c:271: warning: implicit declaration of function `GetParagraphOffset'
make: *** [document.o] Error 1


For some reason, erasing the entire CVS dir and re-importing did the trick for the first error set. However, for some reason, only the second make succeeds - the first produces the same error. So, now I'm stuck on the implicit declaration error, which would not be a problem without the -Werror flag... suggestions?
Thanks,
Eugene


Thus spake Eugene Y. Vasserman on 11/27/2004 10:04 PM:
Been having some trouble building plucker viewer from CVS for some time using the 5r4 Palm SDK. The build environment is Cygwin.
Here is the palmdev-prep output:
[EMAIL PROTECTED] ~/plucker/viewer
$ palmdev-prep.exe
Checking SDKs in /PalmDev
sdk-5r4 headers in 'include', libraries in 'lib'
sdk-6 INVALID -- no headers


When GCC is given no -palmos options, SDK '5r4' will be used by default

Writing SDK details to configuration files...
palmdev-prep: warning: can't open '/PalmDev/sdk-5r4/include/Core/CoreTraps.h': No error
...done


./configure goes fine using all default options:

Viewer options for 1.9

  Wait indicator:             thought-bubble
  Default launcher category:  none
  Gesture debug indicator:    disabled
  Error check level:          none
  Debug log:                  disabled
  Debug labels:               disabled
  Scroll:                     to bottom
  Armlets Support:            disabled
  HiRes Support:              enabled
  Rotate Support:             enabled
  Anti-aliased Font Support:  enabled
  VFS User Font Support:      enabled
  Annotation Support:         enabled
  Transliteration Support:    enabled
  Skins Support:              disabled
  Palm DIA Support:           enabled
  FiveWay Support:            disabled
  Handera Support:            disabled
  Handspring Support:         disabled
  Sony Support:               disabled
  I-mode Support:             disabled
  AxxPac Support:             disabled
  PalmCUnit support:          disabled
  Return to prev app:         disabled
  Right-to-Left Support:      disabled
  Rot13 Support:              disabled

However, make returns:

[EMAIL PROTECTED] ~/plucker/viewer
$ make
make[1]: Entering directory `/home/G/plucker/viewer/cleaner'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/G/plucker/viewer/cleaner'
make[1]: Entering directory `/home/G/plucker/viewer/armlets'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/G/plucker/viewer/armlets'
/usr/bin/m68k-palmos-gcc -g -DNEWGCC -DERROR_CHECK_LEVEL=ERROR_CHECK_NONE -DHAVE_CONFIG_H -Werror -Wall -O2 -isystem . -c -o hires.o hires.c
hires.c:235: arguments given to macro `SetHiResFunctions'
hires.c:286: arguments given to macro `HiResInitialize'
hires.c:329: arguments given to macro `HiResType'
hires.c:487: arguments given to macro `PalmGetDensity'
hires.c:575: arguments given to macro `SonyHiResRefNum'
hires.c:733: arguments given to macro `PalmGetCoordinateSystem'


Anyone have any ideas?
Thanks,
Eugene


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

Reply via email to