Hi, The opensync-plugin 0.4x isn't still usable :(
The plugin can be built, but after a first test I can list it : msynctool --listplugins don't see the plugin :( If you checkout the opensync-0.4x branch, you have to apply this patch to solve the compilation issue : diff --git a/opensync-plugin-0.4x/configure.ac b/opensync-plugin-0.4x/configure.ac index 1ff435d..bf26ddc 100644 --- a/opensync-plugin-0.4x/configure.ac +++ b/opensync-plugin-0.4x/configure.ac @@ -36,10 +36,10 @@ PKG_CHECK_MODULES([BARRY], [libbarry-0 libusb]) AC_SUBST(TREE_BUILD_CXXFLAGS) AC_SUBST(TREE_BUILD_LDFLAGS) -OPENSYNC_CONFIGDIR=$(pkg-config --variable=configdir opensync-1.0) -OPENSYNC_PLUGINDIR=$(pkg-config --variable=plugindir opensync-1.0) -OPENSYNC_FORMATSDIR=$(pkg-config --variable=formatsdir opensync-1.0) -OPENSYNC_HEADERDIR=$(pkg-config --variable=headerdir opensync-1.0) +OPENSYNC_CONFIGDIR=$(pkg-config --variable=configdir libopensync) +OPENSYNC_PLUGINDIR=$(pkg-config --variable=plugindir libopensync) +OPENSYNC_FORMATSDIR=$(pkg-config --variable=formatsdir libopensync) +OPENSYNC_HEADERDIR=$(pkg-config --variable=headerdir libopensync) AC_SUBST(OPENSYNC_CONFIGDIR) ## This is the place where you can install the default configuration files AC_SUBST(OPENSYNC_PLUGINDIR) ## This is the dir where you plugin will be installed I'm working on this plugin. I have packaged opensync from SVN snapshot : [nico...@dahlia opensync-plugin-0.4x]$ dpkg -l | grep opensync ii libopensync1exp5 20081121 ii libopensync1exp5-dev 20081121 ii opensync-format-vformat 20081111 ii opensync-plugin-evolution 20081111 ii opensync-plugin-irmc 20081111 ii opensync-plugin-syncml 20081111 ii opensyncutils 20081121 If you help me to write the Barry opensync plugin, I can share my package. Also, Barry opensync plugin requires that you use Barry from GIT. Regards, Nicolas Le vendredi 30 janvier 2009 à 10:06 -0700, Nathanael Noblet a écrit : > I would love to test this, however I'm getting a bit lost in what to > download. Could a snapshot system be setup so I could easily grab the > 0.40 alpha version to compile and test? > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ Barry-devel mailing list > Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel -- Nicolas VIVIEN ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel