From: Veerapuram V. <vva...@no...> - 2005-09-26 15:04:31
|
Hi, I am running SuSE 10 and installed the libopensync, multisync0.90 and evo2-sync plugin. I compiled the palm-sync plugin and installed it from source. When I try to edit the options for palm-sync plugins using "multisync0.90" UI, it throws "Unable to find MSyncPlugin" error message on the console. Any help would be highly appreciated. TIA, V. Varadhan |
From: Armin B. <arm...@de...> - 2005-09-26 18:56:35
Attachments:
signature.asc
|
Veerapuram Varadhan wrote: > Hi, > > I am running SuSE 10 and installed the libopensync, multisync0.90 and > evo2-sync plugin. > > I compiled the palm-sync plugin and installed it from source. When I > try to edit the options for palm-sync plugins using "multisync0.90" UI, > it throws "Unable to find MSyncPlugin" error message on the console. > > Any help would be highly appreciated. > I didnt add the gui for the palm plugin yet. multisync0.90 is a port of the old multisync gui and was more of a test that everything works as expected. The best tool for accessing opensync at the moment is the command line client "msynctool". Another possibility is to use the KDE gui "kitchensync". Please see http://www.opensync.org/wiki/kitchensync for this. Armin > TIA, > > V. Varadhan > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your very > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
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 |
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' > > |
From: Armin B. <arm...@de...> - 2005-10-03 09:51:35
Attachments:
signature.asc
|
LoneStar wrote: > Which version of pilot-link do you have? I believe the plugin want > 0.11.x, not 0.12. This is correct. there was a api change between 0.11 and 0.12 and i wasnt able to talk to the pilot link author yet to get some questions about these changes answered. So for now it need 0.11.x but it will eventually by changed to use 0.12 Armin > > 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' >> >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |