From: Thorsten K. <kramert@.informatik.uni-freiburg.de> - 2006-01-27 16:09:13
|
I've got several questions about opensync: 1) I have to to write a syncml-library (in C++) und find your project. I think your architecture pays to have a closer look. Then I try to compile: libopensync-0.18: works fine multisync-0.90.18: works fine libopensync-plugin-file-0.18: works fine But libopensync-plugin-kdepim-0.18 produces an error: $make install /bin/sh ./libtool --mode=install /usr/bin/install -c -p 'kdepim_lib.la' '/home/thorsten/opensync/bin//lib/opensync/plugins/kdepim_lib.la' /usr/bin/install -c -p .libs/kdepim_lib.so foo/kdepim_lib.so /usr/bin/install -c -p .libs/kdepim_lib.lai foo/kdepim_lib.la /usr/bin/install: cannot stat `.libs/kdepim_lib.lai': No such file or directory 2) On your project page you have got a libsyncml-library, but no downloadable plugin for syncml is on your webpage. In your user guide about syncml plugin, your mentioned it via svn. But the given links svn co http://svn.opensync.org/libsyncml/trunk/ libsyncml svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin produces the following error: REPORT from '/libsyncml/!svn/vcc/default': 400 Bad Request (http://svn.opensync.org) Is your server currently down? 3) Is it right that your current version of libsyncml does only support SyncMl v1.2? 4) Do you know how many devices are supported by your lib? Regards, Thorsten |