From: LoneStar <lon...@ge...> - 2005-10-03 06:28:20
|
Which version of pilot-link do you have? I believe the plugin want 0.11.x, not 0.12. Matthew Kay wrote: >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' > > |