From: Felix H. <fe...@on...> - 2006-05-31 17:41:56
|
On Friday 26 May 2006 16:00, Felix Homann wrote: > Hi, > > after upgrading libsyncml I get the following error message when starting > msynctool: > > Member 1 of type syncml-obex-client had an error while connecting: Unknown > content type "-1208303096" > > The number in quotes is different everytime. The problem seems to be related to msynctool. I've tried using syncml-obex-client directly and everything was fine. Here's the version of msynctool I'm using: $msynctool --version This is msynctool version "0.90.18" using OpenSync version "0.18" Unfortunately msynctool from SVN won't compile on my system (Debian/Sid). Here's the error message: ################################ if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/opensync-1.0 -Wall -Werror -I.. -g -O2 -MT msynctool.o -MD -MP -MF ".deps/msynctool.Tpo" -c -o msynctool.o msynctool.c; \ then mv -f ".deps/msynctool.Tpo" ".deps/msynctool.Po"; else rm -f ".deps/msynctool.Tpo"; exit 1; fi cc1: warnings being treated as errors msynctool.c: In function 'configure': msynctool.c:482: warning: implicit declaration of function 'osync_member_need_config' make[2]: *** [msynctool.o] Error 1 make[2]: Leaving directory `/home/fex/download/OpenSync/src/multisync-cli/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/fex/download/OpenSync/src/multisync-cli' make: *** [all] Error 2 ################################ What can I do? Kind regards, Felix |