You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(10) |
Apr
(30) |
May
(11) |
Jun
(8) |
Jul
(28) |
Aug
(113) |
Sep
(74) |
Oct
(43) |
Nov
(111) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(70) |
Feb
(78) |
Mar
(110) |
Apr
(99) |
May
(106) |
Jun
(128) |
Jul
(65) |
Aug
(123) |
Sep
(80) |
Oct
(128) |
Nov
(80) |
Dec
(54) |
2007 |
Jan
(89) |
Feb
(83) |
Mar
(56) |
Apr
(56) |
May
(69) |
Jun
(29) |
Jul
(89) |
Aug
(44) |
Sep
(32) |
Oct
(114) |
Nov
(36) |
Dec
(46) |
2008 |
Jan
(88) |
Feb
(100) |
Mar
(63) |
Apr
(27) |
May
(39) |
Jun
(61) |
Jul
(35) |
Aug
(11) |
Sep
(9) |
Oct
(19) |
Nov
(28) |
Dec
(72) |
2009 |
Jan
(33) |
Feb
(4) |
Mar
(15) |
Apr
(24) |
May
(17) |
Jun
(17) |
Jul
(11) |
Aug
(30) |
Sep
(19) |
Oct
(8) |
Nov
(10) |
Dec
(5) |
2010 |
Jan
(5) |
Feb
(10) |
Mar
(12) |
Apr
(1) |
May
(8) |
Jun
(4) |
Jul
(9) |
Aug
(29) |
Sep
(6) |
Oct
(19) |
Nov
(4) |
Dec
(3) |
2011 |
Jan
(9) |
Feb
|
Mar
|
Apr
(7) |
May
(2) |
Jun
(9) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
|
2012 |
Jan
(2) |
Feb
(5) |
Mar
(5) |
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(9) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
From: Martin S. <gro...@ph...> - 2005-11-09 07:20:55
|
On Wednesday 09 November 2005 05:08, Armin Bauer wrote: >> >> ==>libopensync-plugin-kde >> >> checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and >> libraries) not found. Please check your installation! >> For more details about this problem, look at the end of config.log. >> error: Bad exit status from /var/tmp/rpm-tmp.1259 (%build) >> > > does a normal make of the plugin succeed? is it possible to get more > information why it couldnt find the qt libs? (maybe from config.log?) Try export QTDIR=/usr/lib/qt-3.3/ && ./configure works in FC4. -Martin |
From: Armin B. <arm...@de...> - 2005-11-09 04:08:19
|
Zachary C. Whitley wrote: > I've built the rpms and posted them to > > http://www.zacharywhitley.com/opensync > > multisync, libopensync-plugin-palm, and libopensync-plugin-kde haven't > been built yet because of build errors. > > ==>libopensync-plugin-palm > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/opensync-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/libxml2 -Wall -Werror -O2 -g -pipe > -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 > -fasynchronous-unwind-tables -MT palm_sync.lo -MD -MP > -MF .deps/palm_sync.Tpo -c palm_sync.c -fPIC -DPIC -o .libs/palm_sync.o > cc1: warnings being treated as errors > palm_sync.c: In function 'psyncTodoCommit': > palm_sync.c:886: warning: ignoring return value of 'sscanf', declared > with attribute warn_unused_result > palm_sync.c:951: warning: ignoring return value of 'sscanf', declared > with attribute warn_unused_result > palm_sync.c: In function 'psyncContactCommit': > palm_sync.c:1117: warning: ignoring return value of 'sscanf', declared > with attribute warn_unused_result > palm_sync.c:1193: warning: ignoring return value of 'sscanf', declared > with attribute warn_unused_result > palm_sync.c: In function 'psyncEventCommit': > palm_sync.c:1357: warning: ignoring return value of 'sscanf', declared > with attribute warn_unused_result > palm_sync.c:1423: warning: ignoring return value of 'sscanf', declared > with attribute warn_unused_result > make[2]: *** [palm_sync.lo] Error 1 > make[2]: Leaving directory > `/usr/src/redhat/BUILD/libopensync-plugin-palm-0.18/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/usr/src/redhat/BUILD/libopensync-plugin-palm-0.18' > make: *** [all] Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.36689 (%build) > ah. didnt know that ignoring sscanf returns gives errors with some compilers. i fixed this in my code and will test it tomorrow. then ill make an updated release of the palm-plugin. > > ==>libopensync-plugin-kde > > checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and > libraries) not found. Please check your installation! > For more details about this problem, look at the end of config.log. > error: Bad exit status from /var/tmp/rpm-tmp.1259 (%build) > does a normal make of the plugin succeed? is it possible to get more information why it couldnt find the qt libs? (maybe from config.log?) > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.1259 (%build) > > qt-devel package is installed. > > # rpm -qa | grep -i qt > qt-devel-3.3.4-17.4.fc4.kde > qt-3.3.4-17.4.fc4.kde > > > The libs in fc4 are in /usr/lib/qt-3.3/ > > ==>multisync > > Making all in synce_sync > make[2]: Entering directory > `/usr/src/redhat/BUILD/multisync-0.90.18/gui/synce_sync' > make[2]: *** No rule to make target `all'. Stop. > make[2]: Leaving directory > `/usr/src/redhat/BUILD/multisync-0.90.18/gui/synce_sync' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/redhat/BUILD/multisync-0.90.18/gui' > make: *** [all] Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.88934 (%build) > the problem is that the gui/ directory is a completely separate source directory (with its own configure etc). they also belong into different packages with different dependencies. I am now going to split the source into the -cli version and the -gui version (the stuff thats currently in gui/). Can anyone help me with making the rpm building work then? Armin > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.88934 (%build) > > |
From: <bu...@gm...> - 2005-11-08 19:01:24
|
Hi all, these may be stupid questions, but - not being a coding expert - I'd like to do some opensync testing and I'm lost already at the very beginning. How to configure the irmc plugin? Whatever combination of old multisync keywords and other guesses (for connectmedium and irname) I use, the result I get is "Segmentation fault". I could do some debugging - tell me what (opensync specific options? strace?). (Should I post a ticket?) I'm trying to sync siemens s65 to file system. It used to work partially with old multisync and evolution (vcard versions problems), through irmc. Or if I can't even configure the plugins I should not even try to use them (yet)? Or maybe it is better to try syncml instead? I have opensync 0.18 (with plugins), yesterday's tarballs, Ubuntu Breezy. cheers Rafal |
From: Zachary C. W. <ma...@za...> - 2005-11-08 17:48:26
|
I've built the rpms and posted them to http://www.zacharywhitley.com/opensync multisync, libopensync-plugin-palm, and libopensync-plugin-kde haven't been built yet because of build errors. ==>libopensync-plugin-palm gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/opensync-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -Werror -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -MT palm_sync.lo -MD -MP -MF .deps/palm_sync.Tpo -c palm_sync.c -fPIC -DPIC -o .libs/palm_sync.o cc1: warnings being treated as errors palm_sync.c: In function 'psyncTodoCommit': palm_sync.c:886: warning: ignoring return value of 'sscanf', declared with attribute warn_unused_result palm_sync.c:951: warning: ignoring return value of 'sscanf', declared with attribute warn_unused_result palm_sync.c: In function 'psyncContactCommit': palm_sync.c:1117: warning: ignoring return value of 'sscanf', declared with attribute warn_unused_result palm_sync.c:1193: warning: ignoring return value of 'sscanf', declared with attribute warn_unused_result palm_sync.c: In function 'psyncEventCommit': palm_sync.c:1357: warning: ignoring return value of 'sscanf', declared with attribute warn_unused_result palm_sync.c:1423: warning: ignoring return value of 'sscanf', declared with attribute warn_unused_result make[2]: *** [palm_sync.lo] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/libopensync-plugin-palm-0.18/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/libopensync-plugin-palm-0.18' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.36689 (%build) ==>libopensync-plugin-kde checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. error: Bad exit status from /var/tmp/rpm-tmp.1259 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.1259 (%build) qt-devel package is installed. # rpm -qa | grep -i qt qt-devel-3.3.4-17.4.fc4.kde qt-3.3.4-17.4.fc4.kde The libs in fc4 are in /usr/lib/qt-3.3/ ==>multisync Making all in synce_sync make[2]: Entering directory `/usr/src/redhat/BUILD/multisync-0.90.18/gui/synce_sync' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory `/usr/src/redhat/BUILD/multisync-0.90.18/gui/synce_sync' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/multisync-0.90.18/gui' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.88934 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.88934 (%build) -- Zachary C. Whitley |
From: Jan <spa...@lk...> - 2005-11-08 16:43:42
|
hi everybody, are there already (unofficial or even only intended for own usage) debian/ubuntu packages of one of the two most recent versions of opensync/multisync. I would really like to test the software but the build process also really threatening me. regards Jan |
From: Eduardo P. H. <eha...@co...> - 2005-11-08 15:53:51
|
On Tue, Nov 08, 2005 at 04:36:21PM +0100, Michal Svec wrote: >=20 > On Tue, 8 Nov 2005, Eduardo Pereira Habkost wrote: >=20 > >>Well it seems not only 'path' is an important argument, but also 'type' > >>and maybe others ;-) > > > >Yes. :) >=20 > Does "Yes" mean other arguments are important too? Sorry for not being clear. Yes, other arguments should be necessary. >=20 > This is the config I use, username, password, path and now type are clear= ,=20 > but how about the others? I have no clue about "usestringtable" for=20 > example: >=20 > <config> > <username></username> > <password></password> > <path>/dev/rfcomm0</path> > <type>2</type> > <usestringtable>1</usestringtable> > <onlyreplace>0</onlyreplace> > <contact_db>addressbook</contact_db> > <calendar_db>calendar</calendar_db> > <task_db>tasks</task_db> > </config> >=20 > Have you managed to get syncml over obex working? I don't know many details about the other parameters, but as far as I know, at least the XXX_db parameters are necessary, too. There are some details yet-to-be-implemented for some type of devices. Do you know if your device supports SyncML 1.2? For SyncML 1.1 some stuff need to be implemented, yet, as SyncML 1.1 uses a different way of asking a client to start a synchronization. --=20 Eduardo |
From: Michal S. <re...@at...> - 2005-11-08 15:36:33
|
On Tue, 8 Nov 2005, Eduardo Pereira Habkost wrote: >> Well it seems not only 'path' is an important argument, but also 'type' >> and maybe others ;-) > > Yes. :) Does "Yes" mean other arguments are important too? This is the config I use, username, password, path and now type are clear, but how about the others? I have no clue about "usestringtable" for example: <config> <username></username> <password></password> <path>/dev/rfcomm0</path> <type>2</type> <usestringtable>1</usestringtable> <onlyreplace>0</onlyreplace> <contact_db>addressbook</contact_db> <calendar_db>calendar</calendar_db> <task_db>tasks</task_db> </config> Have you managed to get syncml over obex working? Regards Michal |
From: Eduardo P. H. <eha...@ra...> - 2005-11-08 15:24:53
|
On Tue, Nov 08, 2005 at 04:08:37PM +0100, Michal Svec wrote: >=20 > Hi! Hi, >=20 > Well it seems not only 'path' is an important argument, but also 'type'= =20 > and maybe others ;-) Yes. :) >=20 > Some more documentation would be really useful, the best would be if it's= =20 > documented directly in the XML config file, something like: >=20 > <!-- > Transport type, one of: > 0 =3D unknown > 1 =3D serial > 2 =3D bluetooth > 3 =3D irda > 4 =3D net > --!> > <type>2</type> >=20 > Provided that the type is really the one from: > /usr/include/libsyncml-1.0/libsyncml/obex_client.h Yes, it is. Actually I think we should use strings on the XML configuration, not magic numbers. >=20 > I'll rather wait for Armin to shed some light on this and confirm it's=20 > actually possible to make it working at all :-} --=20 Eduardo |
From: Michal S. <re...@at...> - 2005-11-08 15:08:44
|
Hi! Well it seems not only 'path' is an important argument, but also 'type' and maybe others ;-) Some more documentation would be really useful, the best would be if it's documented directly in the XML config file, something like: <!-- Transport type, one of: 0 = unknown 1 = serial 2 = bluetooth 3 = irda 4 = net --!> <type>2</type> Provided that the type is really the one from: /usr/include/libsyncml-1.0/libsyncml/obex_client.h I'll rather wait for Armin to shed some light on this and confirm it's actually possible to make it working at all :-} Regards Michal On Tue, 8 Nov 2005, Michal Svec wrote: > > Hi! > > I used this guide on using SyncML: > http://www.opensync.org/wiki/syncml-guide > > Instead of syncml-http-server I used syncml-obex-client. If I'm not mistaken > its primary argument is 'path', which is some device/file for communication. > > I tested it yesterday with Nokia 6230i and Bluetooth, so I put there > /dev/rfcomm0, but it didn't work, I got this (not really useful) message: > <--- ERROR --- smlTransportObexClientConnect: No success > > So, any hints what's wrong? > I could provide the traces if interesting. > > Regards > Michal > > > > > On Sun, 6 Nov 2005, Markus Wagner wrote: > >> Hi List! >> >> Finally I managed to build opensync, multisync and also the plugins >> file-sync, >> kdepim and syncml - all recent SVN versions. >> >> Now, I would like to sync my mobile phone (Samsung SGH-D600, which >> supposedly >> is SyncML capable). Since I don't see how transport via http should be >> established, I want to use OBEX as transport. >> >> Is there any documentation/howto on the wiki or anywhere else how I have to >> configure the SyncML plugin; the phone and so on?! Maybe also some basic >> ideas how things are supposed to work over bt/obex. ... ?! >> >> I am not wrong, that kitchensync yet does not offer any configuration >> options? >> >> Thanks a lot for help - if I can be any help by providing any information >> on >> phone, debug msgs, and so on, let me know. >> >> Markus >> >> BTW: Syncing btw. file and kdepim works - at least something is happening >> :-) >> (I am using gentoo, have kde 3.5beta2, and wbxml2 installed as well) >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: >> Tame your development challenges with Apache's Geronimo App Server. >> Download >> it for free - -and be entered to win a 42" plasma tv or your very own >> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >> _______________________________________________ >> Opensync-users mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensync-users >> > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Pierre O. <drz...@dr...> - 2005-11-08 12:28:28
|
Zachary C. Whitley wrote: > > but got the following error for multisync: > Making all in synce_sync > make[2]: Entering directory > `/usr/src/redhat/BUILD/multisync-0.90.18/gui/synce_sync' > make[2]: *** No rule to make target `all'. Stop. > make[2]: Leaving directory > `/usr/src/redhat/BUILD/multisync-0.90.18/gui/synce_sync' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/redhat/BUILD/multisync-0.90.18/gui' > make: *** [all] Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.73772 (%build) > It seems herr Bauer forgot the Makefile.in :) Rgds Pierre |
From: Pierre C. <kam...@ho...> - 2005-11-08 12:07:44
|
the libopensync-0.18 and libopensync-plugin-palm-0.18 are out. Can you upgrade to this versions, as many bugs are fixed between. Pierre Cassimans >From: "jimmy.yin" <Jim...@Su...> >Reply-To: Jim...@Su... >To: ope...@li... >Subject: [Opensync-users] build palm_sync plugin fail >Date: Tue, 08 Nov 2005 18:45:37 +0800 > >Hi, there > >I downloaded opensync-0.14.tar.gz and tried to build it. > >I failed with palm_sync plugin, which said: > >jimmy@tigerwood:~/work/opensync/opensync-0.14/plugins/palm_sync/src> >make >if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. >-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include >-I/usr/include/libxml2 -g -O2 -MT palm_sync.lo -MD -MP -MF >".deps/palm_sync.Tpo" -c -o palm_sync.lo palm_sync.c; \ >then mv -f ".deps/palm_sync.Tpo" ".deps/palm_sync.Plo"; else rm -f >".deps/palm_sync.Tpo"; exit 1; fi > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 >-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -O2 -MT >palm_sync.lo -MD -MP -MF .deps/palm_sync.Tpo -c palm_sync.c -fPIC -DPIC >-o .libs/palm_sync.o >palm_sync.c: In function `get_changeinfo': >palm_sync.c:487: error: `OSyncChangeFormat' undeclared (first use in >this function) >palm_sync.c:487: error: (Each undeclared identifier is reported only >once >palm_sync.c:487: error: for each function it appears in.) >palm_sync.c:487: error: parse error before "format" >palm_sync.c:498: error: `format' undeclared (first use in this function) >palm_sync.c:498: error: `OSYNC_VCARD' undeclared (first use in this >function) >palm_sync.c:501: error: `OSYNC_VCALENDAR' undeclared (first use in this >function) >palm_sync.c:504: error: `OSYNC_VTODO' undeclared (first use in this >function) >palm_sync.c:548: error: too few arguments to function >`osync_change_set_data' >palm_sync.c: In function `add_change': >palm_sync.c:613: error: `OSYNC_VCARD' undeclared (first use in this >function) >palm_sync.c:616: error: `OSYNC_VCALENDAR' undeclared (first use in this >function) >palm_sync.c:619: error: `OSYNC_VTODO' undeclared (first use in this >function) >make: *** [palm_sync.lo] Error 1 > >How can I get the declaration of them? > >Thanks, >Jimmy > > > >------------------------------------------------------- >SF.Net email is sponsored by: >Tame your development challenges with Apache's Geronimo App Server. >Download >it for free - -and be entered to win a 42" plasma tv or your very own >Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >_______________________________________________ >Opensync-users mailing list >Ope...@li... >https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: mailinglists <mai...@in...> - 2005-11-08 11:08:56
|
afaik the obex transport is not yet usable. Am Dienstag, den 08.11.2005, 10:22 +0100 schrieb Michal Svec: > Hi! > > I used this guide on using SyncML: > http://www.opensync.org/wiki/syncml-guide > > Instead of syncml-http-server I used syncml-obex-client. If I'm not > mistaken its primary argument is 'path', which is some device/file for > communication. > > I tested it yesterday with Nokia 6230i and Bluetooth, so I put there > /dev/rfcomm0, but it didn't work, I got this (not really useful) message: > <--- ERROR --- smlTransportObexClientConnect: No success > > So, any hints what's wrong? > I could provide the traces if interesting. > > Regards > Michal > > > > > On Sun, 6 Nov 2005, Markus Wagner wrote: > > > Hi List! > > > > Finally I managed to build opensync, multisync and also the plugins file-sync, > > kdepim and syncml - all recent SVN versions. > > > > Now, I would like to sync my mobile phone (Samsung SGH-D600, which supposedly > > is SyncML capable). Since I don't see how transport via http should be > > established, I want to use OBEX as transport. > > > > Is there any documentation/howto on the wiki or anywhere else how I have to > > configure the SyncML plugin; the phone and so on?! Maybe also some basic > > ideas how things are supposed to work over bt/obex. ... ?! > > > > I am not wrong, that kitchensync yet does not offer any configuration options? > > > > Thanks a lot for help - if I can be any help by providing any information on > > phone, debug msgs, and so on, let me know. > > > > Markus > > > > BTW: Syncing btw. file and kdepim works - at least something is happening :-) > > (I am using gentoo, have kde 3.5beta2, and wbxml2 installed as well) > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > _______________________________________________ > > Opensync-users mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensync-users > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > ++++++++++++ WERBUNG +++++++++++++++ http://www.inetsolutions.de ISP / Qualitäts-Webhosting Homepagebaukasten / CMS Webpacks ab 0,21 EUR |
From: jimmy.yin <Jim...@Su...> - 2005-11-08 10:47:18
|
Hi, there I downloaded opensync-0.14.tar.gz and tried to build it. I failed with palm_sync plugin, which said: jimmy@tigerwood:~/work/opensync/opensync-0.14/plugins/palm_sync/src> make if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -O2 -MT palm_sync.lo -MD -MP -MF ".deps/palm_sync.Tpo" -c -o palm_sync.lo palm_sync.c; \ then mv -f ".deps/palm_sync.Tpo" ".deps/palm_sync.Plo"; else rm -f ".deps/palm_sync.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -O2 -MT palm_sync.lo -MD -MP -MF .deps/palm_sync.Tpo -c palm_sync.c -fPIC -DPIC -o .libs/palm_sync.o palm_sync.c: In function `get_changeinfo': palm_sync.c:487: error: `OSyncChangeFormat' undeclared (first use in this function) palm_sync.c:487: error: (Each undeclared identifier is reported only once palm_sync.c:487: error: for each function it appears in.) palm_sync.c:487: error: parse error before "format" palm_sync.c:498: error: `format' undeclared (first use in this function) palm_sync.c:498: error: `OSYNC_VCARD' undeclared (first use in this function) palm_sync.c:501: error: `OSYNC_VCALENDAR' undeclared (first use in this function) palm_sync.c:504: error: `OSYNC_VTODO' undeclared (first use in this function) palm_sync.c:548: error: too few arguments to function `osync_change_set_data' palm_sync.c: In function `add_change': palm_sync.c:613: error: `OSYNC_VCARD' undeclared (first use in this function) palm_sync.c:616: error: `OSYNC_VCALENDAR' undeclared (first use in this function) palm_sync.c:619: error: `OSYNC_VTODO' undeclared (first use in this function) make: *** [palm_sync.lo] Error 1 How can I get the declaration of them? Thanks, Jimmy |
From: Michal S. <re...@at...> - 2005-11-08 09:24:54
|
Hi! BTW is there any source what devices use which protocol and thus are / are not supported in opensync? It'd be definitely useful for users, who often do not know which protocol is spoken by a particular gadget and it's tricky to find that information. Maybe we could start something like that on Wiki? Regards Michal |
From: Michal S. <re...@at...> - 2005-11-08 09:22:18
|
Hi! I used this guide on using SyncML: http://www.opensync.org/wiki/syncml-guide Instead of syncml-http-server I used syncml-obex-client. If I'm not mistaken its primary argument is 'path', which is some device/file for communication. I tested it yesterday with Nokia 6230i and Bluetooth, so I put there /dev/rfcomm0, but it didn't work, I got this (not really useful) message: <--- ERROR --- smlTransportObexClientConnect: No success So, any hints what's wrong? I could provide the traces if interesting. Regards Michal On Sun, 6 Nov 2005, Markus Wagner wrote: > Hi List! > > Finally I managed to build opensync, multisync and also the plugins file-sync, > kdepim and syncml - all recent SVN versions. > > Now, I would like to sync my mobile phone (Samsung SGH-D600, which supposedly > is SyncML capable). Since I don't see how transport via http should be > established, I want to use OBEX as transport. > > Is there any documentation/howto on the wiki or anywhere else how I have to > configure the SyncML plugin; the phone and so on?! Maybe also some basic > ideas how things are supposed to work over bt/obex. ... ?! > > I am not wrong, that kitchensync yet does not offer any configuration options? > > Thanks a lot for help - if I can be any help by providing any information on > phone, debug msgs, and so on, let me know. > > Markus > > BTW: Syncing btw. file and kdepim works - at least something is happening :-) > (I am using gentoo, have kde 3.5beta2, and wbxml2 installed as well) > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Zachary C. W. <ma...@za...> - 2005-11-07 01:57:54
|
I've successfully built rpms for the following packages on fc4 libopensync-plugin-evolution2-debuginfo-0.18-1 libopensync-0.18-1 libopensync-plugin-file-debuginfo-0.18-1 libopensync-tools-0.18-1 libopensync-plugin-python-0.18-1 libopensync-devel-0.18-1 libopensync-plugin-evolution2-devel-0.18-1 libopensync-plugin-python-debuginfo-0.18-1 libopensync-debuginfo-0.18-1 libopensync-plugin-file-0.18-1 libopensync-plugin-evolution2-0.18-1 but got the following error for multisync: Making all in synce_sync make[2]: Entering directory `/usr/src/redhat/BUILD/multisync-0.90.18/gui/synce_sync' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory `/usr/src/redhat/BUILD/multisync-0.90.18/gui/synce_sync' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/multisync-0.90.18/gui' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.73772 (%build) -- Zachary C. Whitley |
From: Armin B. <arm...@de...> - 2005-11-07 00:11:06
|
Hi, After quite some new stuff and improvements have accumulated, I finally released OpenSync 0.18. The changes are: - Fixed bugs with newer automake - Added some fixes for 64-bit platforms - Added more support for RPM - Fixed a random crash where a thread specific variable was released - Fixed gcc4 warnings - Fixed reseting of slow-sync - Removed autogen.sh, use autoreconf -sfi instead! - Tons of bugfixes and small improvements - Fixed a hashtable update race condition in the KDE plugin - Initial release of the irmc plugin The initial release of the palm plugin was made: - First release of the palm plugin - Made the palm plugin work with pilot-link 0.12 - Fixed several conversion errors - The plugin can now receive hotsync events and alert opensync As always you can download the latest release from http://www.opensync.org/wiki/download as well as from sourceforge.net: http://sourceforge.net/project/showfiles.php?group_id=134148 I would like to thank everybody that help me in creating OpenSync by writing code, providing bug reports or just by showing interest in the project. Thanks! Im currently looking for ways to get opensync included into distributions. If you can upload packages to a distro and are willing to help this project, please contact me! Armin |
From: Markus W. <ma...@mw...> - 2005-11-06 16:36:17
|
Hi List! Finally I managed to build opensync, multisync and also the plugins file-sync, kdepim and syncml - all recent SVN versions. Now, I would like to sync my mobile phone (Samsung SGH-D600, which supposedly is SyncML capable). Since I don't see how transport via http should be established, I want to use OBEX as transport. Is there any documentation/howto on the wiki or anywhere else how I have to configure the SyncML plugin; the phone and so on?! Maybe also some basic ideas how things are supposed to work over bt/obex. ... ?! I am not wrong, that kitchensync yet does not offer any configuration options? Thanks a lot for help - if I can be any help by providing any information on phone, debug msgs, and so on, let me know. Markus BTW: Syncing btw. file and kdepim works - at least something is happening :-) (I am using gentoo, have kde 3.5beta2, and wbxml2 installed as well) |
From: Armin B. <arm...@de...> - 2005-11-06 14:24:35
|
Markus Wagner wrote: > Hi List! > > When trying to build the latest multisync from SVN I get the following: > (either after running autoconf, configure, make or running buildtest) > (by the way 0.90.17 has the same problem - at least for me ;) ) > Or is something missing on my machine? > > Thanks, > Markus > > Making install in tools > make[1]: Entering directory > `/home/markus/sync/multisync-0.90/multisync-0.90.18/tools' > 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 > msynctool.c: In function `conflict_handler': > msynctool.c:232: warning: `res' might be used uninitialized in this function > make[1]: *** [msynctool.o] Error 1 > make[1]: Leaving directory > `/home/markus/sync/multisync-0.90/multisync-0.90.18/tools' > make: *** [install-recursive] Error 1 > Hi, thanks for the info! i fixed this in subversion now. Please update both the msynctool and opensync. Armin > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Stefan S. <ste...@we...> - 2005-11-06 12:14:48
|
Hi, as promised I put my OpenSync-SVN-ebuilds and my SynCE-CVS-ebuilds (for the Gentoo distribution) with the attachment of this eMail on the mailing list. Because I just have Gnome on my desktop machine they are only tested with the Gnome desktop environment. Please follow the steps for 3rd-party overlays from gentoo-doc (http://gentoo-wiki.com/TIP_Overlays) to install this ebuilds. Feel free to adapt but please let everybody else know about it! In addition I wrote a script which checks OpenSync-SVN-repository for updates and if there is an update detected it will re-emerge the necessary ebuild. All files are intended to work with/for Gnome, SynCE-Gnome-parts and OpenSync-Evo2- and -SynCE-Plugin. Regards, Stefan Am Samstag, den 05.11.2005, 21:15 +0000 schrieb Pierre Cassimans: > Armin, >=20 > thx alot. Gonna make the ebuilds right away. >=20 > Regards, >=20 > Pierre >=20 > >From: Armin Bauer <arm...@de...> > >To: Pierre Cassimans <kam...@ho...> > >CC: ste...@we..., ope...@li... > >Subject: Re: [Opensync-users] opensync plugins > >Date: Sat, 05 Nov 2005 20:09:54 +0100 > > > >Hi, > > > >i uploaded multisync-0.90.17 to sourceforge now. I'll see what i can do > >to prepare a new opensync/multisync release the next days so that the > >releases are more up to date. > > > >Regards, > >Armin > > > >Pierre Cassimans wrote: > > > mailing list ;) > > > > > > > > >> From: Stefan Struhs <ste...@we...> > > >> To: Pierre Cassimans > > >> <kam...@ho...>,ope...@li... > > >> Subject: Re: [Opensync-users] opensync plugins > > >> Date: Fri, 04 Nov 2005 17:15:58 +0100 > > >> > > >> > > >> What is "ml"? Can you give me an explanation/link? > > >> > > >> Regards, > > >> Stefan > > >> > > >> > > >> "Pierre Cassimans" <kam...@ho...> schrieb am 04.11.05=20 > >13:19:19: > > >> > > >> >From: Stefan Struhs <ste...@we...> > > >> >To: Pierre Cassimans <kam...@ho...>, > > >> >ope...@li... > > >> >Subject: Re: [Opensync-users] opensync plugins > > >> >Date: Fri, 04 Nov 2005 09:21:17 +0100 > > >> > > > >> > > > >> >Hi, > > >> > > > >> >I am also using gentoo and have some ebuilds for svn (for SynCE I h= ave > > >> >cvs-ebuilds). > > >> > > > >> >Are you or is anybody else interested? > > >> > > > >> >Regards, > > >> >Stefan > > >> > > > >> > > > >> > > > >> >"Pierre Cassimans" <kam...@ho...> schrieb am 03.11.05 > > >> 10:25:39: > > >> > > > >> >Hi, > > >> > > > >> >first of all, nice work ! > > >> > > > >> >I'm working on a gentoo distribution and would like to write some > > >> ebuilds > > >> >for opensync to fit in the portage system (gentoo's package managem= ent > > >> >system). > > >> > > > >> >For that i have to download the source code of the project. Problem= is=20 > >i > > >> >can't get them from a trac site if they are attached as a download > > >> file. I > > >> >saw you putted the libopensync-0.17.tar.gz and > > >> multisync-0.90.14.tar.gz on > > >> >the sourceforge sites. That is exactly what i needed :) . But is it > > >> >possible > > >> >to put the plugins sources there too? That would be realy great. > > >> > > > >> >Kind regards, > > >> > > > >> >Pierre Cassimans > > >> > > > >> > > > >> > > > >> > > > >> >------------------------------------------------------- > > >> >SF.Net email is sponsored by: > > >> >Tame your development challenges with Apache's Geronimo App Server. > > >> >Download > > >> >it for free - -and be entered to win a 42" plasma tv or your very o= wn > > >> >Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.p= hp > > >> >_______________________________________________ > > >> >Opensync-users mailing list > > >> >Ope...@li... > > >> >https://lists.sourceforge.net/lists/listinfo/opensync-users > > >> > > > >> >-- > > >> >Dipl.-Psych. Stefan Struhs > > >> >Tuttlinger Stra=EF=BF=BDe 7 > > >> >70619 Stuttgart-Sillenbuch > > >> >Germany > > >> > > > >> >phone +49 (711) 123 97 13 > > >> >pc-fax +49 (711) 123 97 11 > > >> >eMail-fax +49 (941) 599 22 22 42 > > >> >mobile +49 (176) 21 00 73 88 > > >> >eMail ma...@st... > > >> >______________________________________________________________ > > >> >Verschicken Sie romantische, coole und witzige Bilder per SMS! > > >> >Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=3D021193 > > >> > > > >> > > >> > > >> ><< smime.p7s >> > > >> > > >> > > >> Always nice to have :) > > >> > > >> can you post it on the ml or give a link to it? > > >> > > >> Regards, > > >> > > >> Pierre > > >> > > >> > > >> > > >> > > >> ------------------------------------------------------- > > >> SF.Net email is sponsored by: > > >> Tame your development challenges with Apache's Geronimo App Server. > > >> Download > > >> it for free - -and be entered to win a 42" plasma tv or your very ow= n > > >> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.ph= p > > >> _______________________________________________ > > >> Opensync-users mailing list > > >> Ope...@li... > > >> https://lists.sourceforge.net/lists/listinfo/opensync-users > > >> > > >> -- > > >> Dipl.-Psych. Stefan Struhs > > >> Tuttlinger Stra=EF=BF=BDe 7 > > >> 70619 Stuttgart-Sillenbuch > > >> Germany > > >> > > >> phone +49 (711) 123 97 13 > > >> pc-fax +49 (711) 123 97 11 > > >> eMail-fax +49 (941) 599 22 22 42 > > >> mobile +49 (176) 21 00 73 88 > > >> eMail ma...@st... > > >>=20 > >________________________________________________________________________= __ > > >> > > >> Erweitern Sie FreeMail zu einem noch leistungsst=EF=BF=BDrkeren=20 > >E-Mail-Postfach! > > >> Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=3D021131 > > >> > > > > > > > > >> << smime.p7s >> > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: > > > Tame your development challenges with Apache's Geronimo App Server. > > > Download > > > it for free - -and be entered to win a 42" plasma tv or your very own > > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > > _______________________________________________ > > > Opensync-users mailing list > > > Ope...@li... > > > https://lists.sourceforge.net/lists/listinfo/opensync-users > > > > > >=20 >=20 > ><< signature.asc >> >=20 >=20 --=20 Stefan Struhs Tuttlinger Stra=DFe 7 70619 Stuttgart-Sillenbuch Deutschland phone +49 (711) 123 97 13 pc-fax +49 (711) 123 97 11 eMail-fax +49 (941) 599 22 22 42 cell +49 (176) 21 00 73 88 eMail ma...@st... |
From: Markus W. <ma...@mw...> - 2005-11-06 12:11:47
|
On Friday 04 November 2005 09:21, Stefan Struhs wrote: > I am also using gentoo and have some ebuilds for svn (for SynCE I have > cvs-ebuilds). > > Are you or is anybody else interested? Defenitely! For what parts?! Opensync, multisync and which plugins? Personally I follow with great interest the SyncML part on the one side and kdepim plugins on the other side - should open a big circle of users with mobile phones... :-) Markus |
From: Markus W. <ma...@mw...> - 2005-11-06 11:47:00
|
Hi List! When trying to build the latest multisync from SVN I get the following: (either after running autoconf, configure, make or running buildtest) (by the way 0.90.17 has the same problem - at least for me ;) ) Or is something missing on my machine? Thanks, Markus Making install in tools make[1]: Entering directory `/home/markus/sync/multisync-0.90/multisync-0.90.18/tools' 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 msynctool.c: In function `conflict_handler': msynctool.c:232: warning: `res' might be used uninitialized in this function make[1]: *** [msynctool.o] Error 1 make[1]: Leaving directory `/home/markus/sync/multisync-0.90/multisync-0.90.18/tools' make: *** [install-recursive] Error 1 |
From: Pierre C. <kam...@ho...> - 2005-11-05 21:15:40
|
Armin, thx alot. Gonna make the ebuilds right away. Regards, Pierre >From: Armin Bauer <arm...@de...> >To: Pierre Cassimans <kam...@ho...> >CC: ste...@we..., ope...@li... >Subject: Re: [Opensync-users] opensync plugins >Date: Sat, 05 Nov 2005 20:09:54 +0100 > >Hi, > >i uploaded multisync-0.90.17 to sourceforge now. I'll see what i can do >to prepare a new opensync/multisync release the next days so that the >releases are more up to date. > >Regards, >Armin > >Pierre Cassimans wrote: > > mailing list ;) > > > > > >> From: Stefan Struhs <ste...@we...> > >> To: Pierre Cassimans > >> <kam...@ho...>,ope...@li... > >> Subject: Re: [Opensync-users] opensync plugins > >> Date: Fri, 04 Nov 2005 17:15:58 +0100 > >> > >> > >> What is "ml"? Can you give me an explanation/link? > >> > >> Regards, > >> Stefan > >> > >> > >> "Pierre Cassimans" <kam...@ho...> schrieb am 04.11.05 >13:19:19: > >> > >> >From: Stefan Struhs <ste...@we...> > >> >To: Pierre Cassimans <kam...@ho...>, > >> >ope...@li... > >> >Subject: Re: [Opensync-users] opensync plugins > >> >Date: Fri, 04 Nov 2005 09:21:17 +0100 > >> > > >> > > >> >Hi, > >> > > >> >I am also using gentoo and have some ebuilds for svn (for SynCE I have > >> >cvs-ebuilds). > >> > > >> >Are you or is anybody else interested? > >> > > >> >Regards, > >> >Stefan > >> > > >> > > >> > > >> >"Pierre Cassimans" <kam...@ho...> schrieb am 03.11.05 > >> 10:25:39: > >> > > >> >Hi, > >> > > >> >first of all, nice work ! > >> > > >> >I'm working on a gentoo distribution and would like to write some > >> ebuilds > >> >for opensync to fit in the portage system (gentoo's package management > >> >system). > >> > > >> >For that i have to download the source code of the project. Problem is >i > >> >can't get them from a trac site if they are attached as a download > >> file. I > >> >saw you putted the libopensync-0.17.tar.gz and > >> multisync-0.90.14.tar.gz on > >> >the sourceforge sites. That is exactly what i needed :) . But is it > >> >possible > >> >to put the plugins sources there too? That would be realy great. > >> > > >> >Kind regards, > >> > > >> >Pierre Cassimans > >> > > >> > > >> > > >> > > >> >------------------------------------------------------- > >> >SF.Net email is sponsored by: > >> >Tame your development challenges with Apache's Geronimo App Server. > >> >Download > >> >it for free - -and be entered to win a 42" plasma tv or your very own > >> >Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > >> >_______________________________________________ > >> >Opensync-users mailing list > >> >Ope...@li... > >> >https://lists.sourceforge.net/lists/listinfo/opensync-users > >> > > >> >-- > >> >Dipl.-Psych. Stefan Struhs > >> >Tuttlinger Stra�e 7 > >> >70619 Stuttgart-Sillenbuch > >> >Germany > >> > > >> >phone +49 (711) 123 97 13 > >> >pc-fax +49 (711) 123 97 11 > >> >eMail-fax +49 (941) 599 22 22 42 > >> >mobile +49 (176) 21 00 73 88 > >> >eMail ma...@st... > >> >______________________________________________________________ > >> >Verschicken Sie romantische, coole und witzige Bilder per SMS! > >> >Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > >> > > >> > >> > >> ><< smime.p7s >> > >> > >> > >> Always nice to have :) > >> > >> can you post it on the ml or give a link to it? > >> > >> Regards, > >> > >> Pierre > >> > >> > >> > >> > >> ------------------------------------------------------- > >> SF.Net email is sponsored by: > >> Tame your development challenges with Apache's Geronimo App Server. > >> Download > >> it for free - -and be entered to win a 42" plasma tv or your very own > >> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > >> _______________________________________________ > >> Opensync-users mailing list > >> Ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/opensync-users > >> > >> -- > >> Dipl.-Psych. Stefan Struhs > >> Tuttlinger Stra�e 7 > >> 70619 Stuttgart-Sillenbuch > >> Germany > >> > >> phone +49 (711) 123 97 13 > >> pc-fax +49 (711) 123 97 11 > >> eMail-fax +49 (941) 599 22 22 42 > >> mobile +49 (176) 21 00 73 88 > >> eMail ma...@st... > >> >__________________________________________________________________________ > >> > >> Erweitern Sie FreeMail zu einem noch leistungsst�rkeren >E-Mail-Postfach! > >> Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131 > >> > > > > > >> << smime.p7s >> > > > > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. > > Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > _______________________________________________ > > Opensync-users mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensync-users > > > ><< signature.asc >> |
From: Armin B. <arm...@de...> - 2005-11-05 19:09:56
|
Hi, i uploaded multisync-0.90.17 to sourceforge now. I'll see what i can do to prepare a new opensync/multisync release the next days so that the releases are more up to date. Regards, Armin Pierre Cassimans wrote: > mailing list ;) >=20 >=20 >> From: Stefan Struhs <ste...@we...> >> To: Pierre Cassimans >> <kam...@ho...>,ope...@li... >> Subject: Re: [Opensync-users] opensync plugins >> Date: Fri, 04 Nov 2005 17:15:58 +0100 >> >> >> What is "ml"? Can you give me an explanation/link? >> >> Regards, >> Stefan >> >> >> "Pierre Cassimans" <kam...@ho...> schrieb am 04.11.05 13:19:= 19: >> >> >From: Stefan Struhs <ste...@we...> >> >To: Pierre Cassimans <kam...@ho...>, >> >ope...@li... >> >Subject: Re: [Opensync-users] opensync plugins >> >Date: Fri, 04 Nov 2005 09:21:17 +0100 >> > >> > >> >Hi, >> > >> >I am also using gentoo and have some ebuilds for svn (for SynCE I hav= e >> >cvs-ebuilds). >> > >> >Are you or is anybody else interested? >> > >> >Regards, >> >Stefan >> > >> > >> > >> >"Pierre Cassimans" <kam...@ho...> schrieb am 03.11.05 >> 10:25:39: >> > >> >Hi, >> > >> >first of all, nice work ! >> > >> >I'm working on a gentoo distribution and would like to write some >> ebuilds >> >for opensync to fit in the portage system (gentoo's package managemen= t >> >system). >> > >> >For that i have to download the source code of the project. Problem i= s i >> >can't get them from a trac site if they are attached as a download >> file. I >> >saw you putted the libopensync-0.17.tar.gz and >> multisync-0.90.14.tar.gz on >> >the sourceforge sites. That is exactly what i needed :) . But is it >> >possible >> >to put the plugins sources there too? That would be realy great. >> > >> >Kind regards, >> > >> >Pierre Cassimans >> > >> > >> > >> > >> >------------------------------------------------------- >> >SF.Net email is sponsored by: >> >Tame your development challenges with Apache's Geronimo App Server. >> >Download >> >it for free - -and be entered to win a 42" plasma tv or your very own= >> >Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php= >> >_______________________________________________ >> >Opensync-users mailing list >> >Ope...@li... >> >https://lists.sourceforge.net/lists/listinfo/opensync-users >> > >> >-- >> >Dipl.-Psych. Stefan Struhs >> >Tuttlinger Stra=EF=BF=BDe 7 >> >70619 Stuttgart-Sillenbuch >> >Germany >> > >> >phone +49 (711) 123 97 13 >> >pc-fax +49 (711) 123 97 11 >> >eMail-fax +49 (941) 599 22 22 42 >> >mobile +49 (176) 21 00 73 88 >> >eMail ma...@st... >> >______________________________________________________________ >> >Verschicken Sie romantische, coole und witzige Bilder per SMS! >> >Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=3D021193 >> > >> >> >> ><< smime.p7s >> >> >> >> Always nice to have :) >> >> can you post it on the ml or give a link to it? >> >> Regards, >> >> Pierre >> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: >> Tame your development challenges with Apache's Geronimo App Server. >> Download >> it for free - -and be entered to win a 42" plasma tv or your very own >> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >> _______________________________________________ >> Opensync-users mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensync-users >> >> --=20 >> Dipl.-Psych. Stefan Struhs >> Tuttlinger Stra=EF=BF=BDe 7 >> 70619 Stuttgart-Sillenbuch >> Germany >> >> phone +49 (711) 123 97 13 >> pc-fax +49 (711) 123 97 11 >> eMail-fax +49 (941) 599 22 22 42 >> mobile +49 (176) 21 00 73 88 >> eMail ma...@st... >> ______________________________________________________________________= ____ >> >> Erweitern Sie FreeMail zu einem noch leistungsst=EF=BF=BDrkeren E-Mail= -Postfach! >> Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=3D021131 >> >=20 >=20 >> << smime.p7s >> >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users >=20 |
From: Pierre C. <kam...@ho...> - 2005-11-04 21:41:36
|
mailing list ;) >From: Stefan Struhs <ste...@we...> >To: Pierre Cassimans ><kam...@ho...>,ope...@li... >Subject: Re: [Opensync-users] opensync plugins >Date: Fri, 04 Nov 2005 17:15:58 +0100 > > >What is "ml"? Can you give me an explanation/link? > >Regards, >Stefan > > >"Pierre Cassimans" <kam...@ho...> schrieb am 04.11.05 13:19:19: > > >From: Stefan Struhs <ste...@we...> > >To: Pierre Cassimans <kam...@ho...>, > >ope...@li... > >Subject: Re: [Opensync-users] opensync plugins > >Date: Fri, 04 Nov 2005 09:21:17 +0100 > > > > > >Hi, > > > >I am also using gentoo and have some ebuilds for svn (for SynCE I have > >cvs-ebuilds). > > > >Are you or is anybody else interested? > > > >Regards, > >Stefan > > > > > > > >"Pierre Cassimans" <kam...@ho...> schrieb am 03.11.05 10:25:39: > > > >Hi, > > > >first of all, nice work ! > > > >I'm working on a gentoo distribution and would like to write some ebuilds > >for opensync to fit in the portage system (gentoo's package management > >system). > > > >For that i have to download the source code of the project. Problem is i > >can't get them from a trac site if they are attached as a download file. >I > >saw you putted the libopensync-0.17.tar.gz and multisync-0.90.14.tar.gz >on > >the sourceforge sites. That is exactly what i needed :) . But is it > >possible > >to put the plugins sources there too? That would be realy great. > > > >Kind regards, > > > >Pierre Cassimans > > > > > > > > > >------------------------------------------------------- > >SF.Net email is sponsored by: > >Tame your development challenges with Apache's Geronimo App Server. > >Download > >it for free - -and be entered to win a 42" plasma tv or your very own > >Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > >_______________________________________________ > >Opensync-users mailing list > >Ope...@li... > >https://lists.sourceforge.net/lists/listinfo/opensync-users > > > >-- > >Dipl.-Psych. Stefan Struhs > >Tuttlinger Straße 7 > >70619 Stuttgart-Sillenbuch > >Germany > > > >phone +49 (711) 123 97 13 > >pc-fax +49 (711) 123 97 11 > >eMail-fax +49 (941) 599 22 22 42 > >mobile +49 (176) 21 00 73 88 > >eMail ma...@st... > >______________________________________________________________ > >Verschicken Sie romantische, coole und witzige Bilder per SMS! > >Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > > ><< smime.p7s >> > > >Always nice to have :) > >can you post it on the ml or give a link to it? > >Regards, > >Pierre > > > > >------------------------------------------------------- >SF.Net email is sponsored by: >Tame your development challenges with Apache's Geronimo App Server. >Download >it for free - -and be entered to win a 42" plasma tv or your very own >Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >_______________________________________________ >Opensync-users mailing list >Ope...@li... >https://lists.sourceforge.net/lists/listinfo/opensync-users > >-- >Dipl.-Psych. Stefan Struhs >Tuttlinger Straße 7 >70619 Stuttgart-Sillenbuch >Germany > >phone +49 (711) 123 97 13 >pc-fax +49 (711) 123 97 11 >eMail-fax +49 (941) 599 22 22 42 >mobile +49 (176) 21 00 73 88 >eMail ma...@st... >__________________________________________________________________________ >Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach! >Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131 > ><< smime.p7s >> |