Gonzalo Diethelm wrote:
On Tue, 2005-03-15 at 13:56 +0100, David Eriksson wrote:

Here we have MultiSync 0.9:

 http://svn.opensync.org/multisync/trunk

See http://www.opensync.org/wiki/download for more info.


Ok, got it. In order to compile opensync I had to add a missing include
to one of the files. Here is the patch (which also changes
PROJECT_NUMBER in Doxyfile, for reasons that I can't understand; I
didn't touch the file, and svn update doesn't do anything with it
either).

ups. i already had these changes but forgot to commit them. thanks for the help!


Now, I have installed opensync and multisync-0.9. There is a plugin for evo2, but there is no plugin for IR connection to a mobile phone (Sony Ericsson T616). Questions (honest, no flames intended or anything):

1. Are all plugins being ported from multisync-0.8 to 0.9?

Yes. The plan is to port all plugins once opensync reaches a level thats stable enough.


2. Is a graphical interface for multisync-0.9 in the works?

go to gui/ in multisync-0.90. The gui is a port of the gui from 0.8 and should be changed at some point to make use of the new features of opensync.


3. Is there a planned time frame for a release of multisync-0.9 with roughly the same functionality as in 0.8?


uhh. thats hard to say since the plugins have to be ported. But what works so far is the evo2, kde and the file-sync plugin and the syncengine itself of course. The next thing that will be completed is the syncml plugin.

Thanks and best regards.




------------------------------------------------------------------------

Index: Doxyfile
===================================================================
--- Doxyfile    (revision 371)
+++ Doxyfile    (working copy)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.

-PROJECT_NUMBER = 0.13
+PROJECT_NUMBER = 0.14

 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
Index: formats/data.c
===================================================================
--- formats/data.c      (revision 371)
+++ formats/data.c      (working copy)
@@ -21,6 +21,7 @@
 #include <opensync/opensync.h>
 #include <string.h>
 #include <stdlib.h>
+#include <glib.h>

 /** @defgroup data_plain data/plain format
  *

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to