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). 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? 2. Is a graphical interface for multisync-0.9 in the works? 3. Is there a planned time frame for a release of multisync-0.9 with roughly the same functionality as in 0.8? Thanks and best regards. -- Gonzalo Diethelm [EMAIL PROTECTED]
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 *