From: Matthew K. <m_...@fa...> - 2005-10-02 21:21:08
|
Hi, 1) I just tried to install the palm plugin from subversion, but I get errors at compile time. (See below.) mercury:/usr/local/src/opensync-palm# make make all-recursive make[1]: Entering directory `/usr/local/src/opensync-palm' Making all in src make[2]: Entering directory `/usr/local/src/opensync-palm/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/opensync-1.0 -Wall -Werror -g -O2 -MT palm_sync.lo -MD -MP -MF ".deps/palm_sync.Tpo" \ -c -o palm_sync.lo `test -f 'palm_sync.c' || echo './'`palm_sync.c; \ then mv -f ".deps/palm_sync.Tpo" ".deps/palm_sync.Plo"; \ else rm -f ".deps/palm_sync.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/opensync-1.0 -Wall -Werror -g -O2 -MT palm_sync.lo -MD -MP -MF .deps/palm_sync.Tpo -c palm_sync.c -fPIC -DPIC -o .libs/palm_sync.o cc1: warnings being treated as errors palm_sync.c: In function '_psyncDBOpen': palm_sync.c:76: warning: passing argument 4 of 'dlp_ReadAppBlock' makes integer from pointer without a cast palm_sync.c:76: warning: passing argument 5 of 'dlp_ReadAppBlock' makes pointer from integer without a cast palm_sync.c: In function '_psyncDBGetNthEntry': palm_sync.c:111: warning: passing argument 4 of 'dlp_ReadRecordByIndex' from incompatible pointer type palm_sync.c:111: error: too many arguments to function 'dlp_ReadRecordByIndex' palm_sync.c: In function '_psyncDBGetNextModified': palm_sync.c:139: warning: passing argument 3 of 'dlp_ReadNextModifiedRec' from incompatible pointer type palm_sync.c:139: error: too many arguments to function 'dlp_ReadNextModifiedRec' palm_sync.c: In function '_connectDevice': palm_sync.c:279: warning: passing argument 2 of 'pi_bind' from incompatible pointer type palm_sync.c:279: error: too many arguments to function 'pi_bind' palm_sync.c: In function '_psyncTodoCreate': palm_sync.c:573: warning: passing argument 2 of 'unpack_ToDo' from incompatible pointer type palm_sync.c: In function 'psyncTodoCommit': palm_sync.c:676: warning: passing argument 2 of 'pack_ToDo' from incompatible pointer type palm_sync.c:703: warning: passing argument 2 of 'pack_ToDo' from incompatible pointer type palm_sync.c: In function '_psyncContactCreate': palm_sync.c:747: warning: passing argument 2 of 'unpack_Address' from incompatible pointer type palm_sync.c: In function 'psyncContactCommit': palm_sync.c:911: warning: passing argument 2 of 'pack_Address' from incompatible pointer type palm_sync.c:938: warning: passing argument 2 of 'pack_Address' from incompatible pointer type palm_sync.c: In function '_psyncEventCreate': palm_sync.c:993: warning: passing argument 2 of 'unpack_Appointment' from incompatible pointer type palm_sync.c: In function 'psyncEventCommit': palm_sync.c:1098: warning: passing argument 2 of 'pack_Appointment' from incompatible pointer type palm_sync.c:1125: warning: passing argument 2 of 'pack_Appointment' from incompatible pointer type make[2]: *** [palm_sync.lo] Error 1 make[2]: Leaving directory `/usr/local/src/opensync-palm/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/opensync-palm' make: *** [all] Error 2 |