From: jimmy.yin <Jim...@Su...> - 2005-11-08 10:47:18
|
Hi, there I downloaded opensync-0.14.tar.gz and tried to build it. I failed with palm_sync plugin, which said: jimmy@tigerwood:~/work/opensync/opensync-0.14/plugins/palm_sync/src> make 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 -g -O2 -MT palm_sync.lo -MD -MP -MF ".deps/palm_sync.Tpo" -c -o palm_sync.lo 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 -g -O2 -MT palm_sync.lo -MD -MP -MF .deps/palm_sync.Tpo -c palm_sync.c -fPIC -DPIC -o .libs/palm_sync.o palm_sync.c: In function `get_changeinfo': palm_sync.c:487: error: `OSyncChangeFormat' undeclared (first use in this function) palm_sync.c:487: error: (Each undeclared identifier is reported only once palm_sync.c:487: error: for each function it appears in.) palm_sync.c:487: error: parse error before "format" palm_sync.c:498: error: `format' undeclared (first use in this function) palm_sync.c:498: error: `OSYNC_VCARD' undeclared (first use in this function) palm_sync.c:501: error: `OSYNC_VCALENDAR' undeclared (first use in this function) palm_sync.c:504: error: `OSYNC_VTODO' undeclared (first use in this function) palm_sync.c:548: error: too few arguments to function `osync_change_set_data' palm_sync.c: In function `add_change': palm_sync.c:613: error: `OSYNC_VCARD' undeclared (first use in this function) palm_sync.c:616: error: `OSYNC_VCALENDAR' undeclared (first use in this function) palm_sync.c:619: error: `OSYNC_VTODO' undeclared (first use in this function) make: *** [palm_sync.lo] Error 1 How can I get the declaration of them? Thanks, Jimmy |