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: arun k. <aru...@gm...> - 2008-04-05 22:34:40
|
hi. i am trying to install opensync in my system . it has (Red Hat 4.1.1-51).. here i am getting some trouble while installing . please help me regarding this -- Thanks & Regards, g.arunkumar |
From: Dirk L. <di...@cs...> - 2008-04-02 18:03:47
|
Hi, I'm trying to sync my SE W950 using the svn version of opensync on a Debian Etch system. I'm currently getting the following error message: ~/build/bin/msynctool --sync filesyncml --wait Synchronizing group "filesyncml" The previous synchronization was unclean. Slow-syncing data sink of member 2 of type syncml-http-server had an error: Unable to find sink for data data sink of member 1 of type file-sync just connected event sink of member 1 of type file-sync just connected note sink of member 1 of type file-sync just connected contact sink of member 1 of type file-sync just connected Main sink of member 1 of type file-sync just connected /home/dirkl/svn/opensync_dev/libsyncml/libsyncml/sml_session.c:1361:E:smlSessionGetSessionID: Assertion "session" failed I'm not sure whether the assertion is just a consequence of not finding a sink or whether it is an unrelated problem. But in both cases I'm don't really know what the first error message means. Below is my current config. Trace and logfiles for the failing run are attached to this mail. Thanks, Dirk 1) for the syncml plugin <?xml version="1.0"?> <config> <!-- username to use. Leave empty to not require a username --> <username>dirkl</username> <!-- the password for the username --> <password>XXX</password> <!-- The url that you want the server to listen on. This has to be set on the mobile as well. example: "/" --> <url>/</url> <!-- The port where to listen. This has to be set on the mobile as well. --> <port>8080</port> <!-- If wbxml is enabled, defines wether the wbxml should use string tables --> <usestringtable>0</usestringtable> <!-- Never send ADD command, but send REPLACE (not needed normally) --> <onlyreplace>0</onlyreplace> <!-- Workaround around for mobile phones which only use local timestamps and _no_ UTC timestamps! --> <onlyLocaltime>0</onlyLocaltime> <!-- Sets the maximum allowed size in bytes of incoming messages (some device need this option set). Example: 10000 --> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <!-- Contact database --> <database> <name>Contacts</name> <objtype>contact</objtype> <objformat>vcard21</objformat> </database> <!-- Calendar database --> <database> <name>Calendar</name> <objtype>event</objtype> <objformat>vevent20</objformat> </database> <!-- Note database --> <database> <name>Notes</name> <objtype>note</objtype> <objformat>vnote11</objformat> </database> </config> 2) for the file plugin <?xml version="1.0"?> <config> <directory> <path>/home/dirkl/temp/opensync</path> <objtype>data</objtype> </directory> <!-- Field objformat set the object format which should be used to store. objformat is optional - by default objformat is "file". --> <directory> <path>/home/dirkl/temp/opensync/contacts</path> <objtype>contact</objtype> <objformat>vcard30</objformat> <converterpath_config></converterpath_config> </directory> <directory> <path>/home/dirkl/temp/opensync/events</path> <objtype>event</objtype> <objformat>vevent20</objformat> <converterpath_config></converterpath_config> </directory> </config> |
From: Ron S. <ron...@gm...> - 2008-04-02 14:32:12
|
Evening all I am trying to sync a windows mobile device against with opensync. I want to run it against the syncml-http-server. On the windows mobile I am using funambol. When running the sync command they find each other but on the pocket pc, funambol stays on "connecting...." On the server there is this error in the log (made with exporting SYNCML_TRACE) [1207075430.846619] <--- ERROR --- smlXmlDevInfParse: Unknown devinf type name "windowsmobile" [1207075430.846671] <--- ERROR --- smlDevInfParse: Unknown devinf type name "windowsmobile" [1207075430.846716] <--- ERROR --- _recv_devinf: Unknown devinf type name "windowsmobile" As opensync I am using ron@eagle:~/temp$ msynctool --version This is msynctool version "0.22" using OpenSync version "0.22" -- I reject your reality and substitute my own --- Adam Savage, the mythbusters |
From: jcmajor <jc...@gm...> - 2008-04-02 14:20:09
|
Hi guys Just got my P1i and am having difficulties syncing like everyone else. sdptool browse does not turn up the SyncML channel, but sdptool records shows channel 3 See attached: http://www.nabble.com/file/p16447077/p1i-records p1i-records Have tried with obex and with http. For http I get (as per someone before): Member 1 of type file-sync just connected WARNING: Unable to find command handler (Put: ./devinf12 -> NULL) Member 2 of type syncml-http-server had an error while connecting: Unable to end node Member 1 of type file-sync just disconnected All clients have disconnected The sync failed: Unable to connect one of the members Error while synchronizing: Unable to connect one of the members For obex I get The previous synchronization was unclean. Slow-syncing Member 2 of type file-sync just connected Member 1 of type syncml-obex-client had an error while connecting: Request not successfull: 68 Member 2 of type file-sync just disconnected All clients have disconnected The sync failed: Unable to connect one of the members Error while synchronizing: Unable to connect one of the members HTH John Jörg Arlandt wrote: > > Hallo Robin (and other) > > am Montag, 4. Februar 2008 schriebst Du: > >> Last time I tried it, msynctool using OBEX over Bluetooth crashed the >> P1i, >> and I have seen similar reports elsewhere. > > pls, can you (or someone with p1i) make a "sdptool browse" and send me > the > output. > > Depends the output from the bluetooth adapter? > > I miss on my p1i the profile SYNCML or IRMC, so I got only this services: > Service Name: AVRCP Target > Service Name: AVRCP Controller > Service Name: m-Router Connectivity > Service Name: m-Router Connectivity > Service Name: Personal Ad-hoc User Service > Service Name: Group Ad-hoc Network Service > Service Name: Phonebook access PSE > Service Name: Audio Streaming Source > Service Name: SEMC HLA > Service Name: Dial-up Networking > Service Name: Headset Audio Gateway > Service Name: Hands-free Audio Gateway > Service Name: Object Push > Service Name: File transfer > > I think, i need SYNCML, or? > > >> YMMV >> -Robin > > Jörg Arlandt > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > > -- View this message in context: http://www.nabble.com/Sync-P1i-und-Linux-tp15231768p16447077.html Sent from the Opensync - User mailing list archive at Nabble.com. |
From: pramod g. <pra...@ya...> - 2008-04-02 04:20:42
|
Thanks for your quick reply. I am using opensync 0.22 and also the plugins are 0.22 version. The libsyncml is 0.4.5. Now I want a entity that will run on board(just like a mobile) which will respond to the incoming sync request from multisync-gui on linux PC. Thanks for your time and consideration. Pramod Halton Huo <Hal...@Su...> wrote: On Tue, 2008-04-01 at 18:29 +0530, pramod gurav wrote: > Hi list > I am using linux 2.6.18. I have installed bluez-libs, utils, > libopensync, syncml, plugins(syncml-obex, file-sync, kde-pim-sync, > gpe-sync), multisync-gui. What version of libopensync are you using? Guess you are under 0.2x, multisync-gui does not works for 0.3x. > I could sync the sony-erccson and nokia E50 with linux PC via > bluetooth . Now I have a custom ARM board(with BT module) runs linux. > which I am willing to use like a client for syncing. I cross compiled > all above things and put on board. I want my linux kdepim(contacts > calender, todos) to sync with the board. I would like to initiate > the sync from linux PC from multisync-gui(there I created a group > for board and added it as member to plugins kdepim-sync, > syncml-obex-client). So that I could sync my kdepim stuff to the > board. > > I have registered the syncml-obexclient service on board with > sdptool . > I need something that will run as a daemon on my board to respond to > the sync coming from server(my linux PC). What that should be? AFAIK, gnome-sync-tool[1] offer a likely feature to do that. I did not update it for the past half year for my work transition. Now I can be back to this project. [1] http://www.genunix.org/wiki/index.php/Opensync_new_gui_design > Thanks for your consideration and time. > > Best regards > > Pramod > > > > > ______________________________________________________________________ > Get the freedom to save as many mails as you wish. Click here to know > how. > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users Thanks and Best regards Pramod --------------------------------- Save all your chat conversations. Find them online. |
From: Halton H. <Hal...@Su...> - 2008-04-02 03:33:10
|
On Tue, 2008-04-01 at 18:29 +0530, pramod gurav wrote: > Hi list > I am using linux 2.6.18. I have installed bluez-libs, utils, > libopensync, syncml, plugins(syncml-obex, file-sync, kde-pim-sync, > gpe-sync), multisync-gui. What version of libopensync are you using? Guess you are under 0.2x, multisync-gui does not works for 0.3x. > I could sync the sony-erccson and nokia E50 with linux PC via > bluetooth . Now I have a custom ARM board(with BT module) runs linux. > which I am willing to use like a client for syncing. I cross compiled > all above things and put on board. I want my linux kdepim(contacts > calender, todos) to sync with the board. I would like to initiate > the sync from linux PC from multisync-gui(there I created a group > for board and added it as member to plugins kdepim-sync, > syncml-obex-client). So that I could sync my kdepim stuff to the > board. > > I have registered the syncml-obexclient service on board with > sdptool . > I need something that will run as a daemon on my board to respond to > the sync coming from server(my linux PC). What that should be? AFAIK, gnome-sync-tool[1] offer a likely feature to do that. I did not update it for the past half year for my work transition. Now I can be back to this project. [1] http://www.genunix.org/wiki/index.php/Opensync_new_gui_design > Thanks for your consideration and time. > > Best regards > > Pramod > > > > > ______________________________________________________________________ > Get the freedom to save as many mails as you wish. Click here to know > how. > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Ron S. <ron...@gm...> - 2008-04-01 18:55:05
|
Evening all I am trying to sync a windows mobile device against with opensync. I want to run it against the syncml-http-server. On the windows mobile I am using funambol. When running the sync command they find each other but on the pocket pc, funambol stays on "connecting...." On the server there is this error in the log (made with exporting SYNCML_TRACE) [1207075430.846619] <--- ERROR --- smlXmlDevInfParse: Unknown devinf type name "windowsmobile" [1207075430.846671] <--- ERROR --- smlDevInfParse: Unknown devinf type name "windowsmobile" [1207075430.846716] <--- ERROR --- _recv_devinf: Unknown devinf type name "windowsmobile" As opensync I am using ron@eagle:~/temp$ msynctool --version This is msynctool version "0.22" using OpenSync version "0.22" Installed with apt-get from the http://opensync.gforge.punktart.de/repo/opensync-0.21 repository. anybody any idea on how to solve this? Ron |
From: pramod g. <pra...@ya...> - 2008-04-01 12:59:09
|
Hi list I am using linux 2.6.18. I have installed bluez-libs, utils, libopensync, syncml, plugins(syncml-obex, file-sync, kde-pim-sync, gpe-sync), multisync-gui. I could sync the sony-erccson and nokia E50 with linux PC via bluetooth . Now I have a custom ARM board(with BT module) runs linux. which I am willing to use like a client for syncing. I cross compiled all above things and put on board. I want my linux kdepim(contacts calender, todos) to sync with the board. I would like to initiate the sync from linux PC from multisync-gui(there I created a group for board and added it as member to plugins kdepim-sync, syncml-obex-client). So that I could sync my kdepim stuff to the board. I have registered the syncml-obexclient service on board with sdptool . I need something that will run as a daemon on my board to respond to the sync coming from server(my linux PC). What that should be? Thanks for your consideration and time. Best regards Pramod 5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html |
From: Paul E. <blu...@bl...> - 2008-03-31 12:41:50
|
On Sunday 30 March 2008, Rami El Shafie wrote: > i'm using the libopensync 0.22 available through portage and the opie-sync > plugin 0.22 from svn which i compiled from source. That's quite old - even though it's a development version I would recommend that you try 0.3.x (trunk) instead. Cheers, Paul |
From: Rami El S. <ram...@gm...> - 2008-03-30 17:56:13
|
On Sunday 30 March 2008 19:43:28 Paul Eggleton wrote: > On Saturday 29 March 2008, Rami El Shafie wrote: > > I downloaded and compiled the opensync plugin for opie. Configuration > > went without further problems. However when i try to sync opie with > > kdepim, the sync fails at the following point: > > Which version of OpenSync are you using? > > Cheers, > Paul i'm using the libopensync 0.22 available through portage and the opie-sync plugin 0.22 from svn which i compiled from source. -- Rami El Shafie |
From: Paul E. <blu...@bl...> - 2008-03-30 17:43:33
|
On Saturday 29 March 2008, Rami El Shafie wrote: > I downloaded and compiled the opensync plugin for opie. Configuration went > without further problems. However when i try to sync opie with kdepim, the > sync fails at the following point: Which version of OpenSync are you using? Cheers, Paul |
From: Rami El S. <ram...@gm...> - 2008-03-29 22:42:41
|
Hi! I downloaded and compiled the opensync plugin for opie. Configuration went without further problems. However when i try to sync opie with kdepim, the sync fails at the following point: ... ... ... -- Received an entry libkcal-753688091.977 with data of size 4 from member 1 (kdepim-sync). Changetype ADDED Received an entry libkcal-378981068.404 with data of size 4 from member 1 (kdepim-sync). Changetype ADDED Received an entry libkcal-1387319578.173 with data of size 4 from member 1 (kdepim-sync). Changetype ADDED Received an entry libkcal-1046840855.393 with data of size 4 from member 1 (kdepim-sync). Changetype ADDED Received an entry libkcal-769686396.736 with data of size 4 from member 1 (kdepim-sync). Changetype ADDED Member 1 of type kdepim-sync just sent all changes All clients sent changes or error All conflicts have been reported Pipe closed! Exiting. Segmentation fault I'm using an ipaq h2200 with opie on familiar 0.8.4 and an i386 box running gentoo on a 2.6.18 kernel. Any help highly appreciated! -- Rami El Shafie |
From: Michael B. <mic...@cm...> - 2008-03-28 15:54:12
|
pramod gurav wrote: > I have successfully synced my mobile from my linux PC. > Now I want to sync the same thing from other PC. > I have made same setup on that PC also.. > But I am not able to sync > On PC-1 (which I have synced with mobile) I run > $msynctool --sync my-group2 --wait > > On PC-2 (which have no sync data) I run > $msynctool --sync my-group1 > > But it fails ... > What I have to do for this??? > Need I have some server on PC1 to respond to the sync of PC2. > please help me. The important question is what to you want to do? OpenSync is a synchronization engine where OpenSync (here the msynctool) is the master. So you run two masters and wonder why this does not work ;) If I understand your use case correctly then PC-1 is the place were the sync master should run and you have three clients - the mobile, PC-2 and the file system of PC-1. You can synchronize in three ways: 1. all stuff handled by OpenSync - msynctool on PC-1 - file-sync plugin (for fs of PC-1) - syncml-plugin for the mobile - syncml-http-plugin for PC-2 - syncml client like funambol on PC-2 2. conventional setup - msynctool on PC-1 - file-sync plugin (for fs of PC-1) - syncml-plugin for the mobile - rsync between PC-1 and PC-2 PC-2 looks for me like a normal client and PC-1 looks like the real sync master. Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: pramod g. <pra...@ya...> - 2008-03-28 15:29:55
|
Hi all I have successfully synced my mobile from my linux PC. Now I want to sync the same thing from other PC. I have made same setup on that PC also.. But I am not able to sync On PC-1 (which I have synced with mobile) I run $msynctool --sync my-group2 --wait On PC-2 (which have no sync data) I run $msynctool --sync my-group1 But it fails ... What I have to do for this??? Need I have some server on PC1 to respond to the sync of PC2. please help me. Thanks and Best regards Pramod Get the freedom to save as many mails as you wish. To know how, go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html |
From: Heikki L. <hei...@co...> - 2008-03-27 16:42:03
|
Hi Michael, Thanks for your answer. Maybe I take a step backwards and explain what I want.. I would like to use apache web server to handle the http transport (reliability and scalability). I have a backend DB containing the contact data. I need to implement apache module to do the syncml engine work. That module would get the wbxml payload as input, parse it and create response wbxml and let again the web server to transport it to the client. ... and it would be nice to be able to use libsyncml to do some of the work... Best regards, Heikki Michael Bell wrote: > Hi Heikki, > > Heikki Lindholm wrote: > >> I need to make a syncml engine handling only vcards but being able to >> handle many clients at the same time. >> >> I thought I could be using libsyncml. There seems to be parsing >> routines, like >> smlParserStart >> smlParserGetHeader >> smlParserGetCommand >> smlParserGetStatus >> >> but e.g. details of the elements parsed, like SmlHeader, are hidden >> in ..._internals.h files and those headers are not installed. > > These functions should not be published. The SyncML protocol stuff is > completely handled by the library. We simply need to reduce our header > files to a minimum. So why do you want to access SyncML directly. > > The vcards are only binary blobs for the library. Which must be > encapsulated and send. > >> What would be the correct way to approach the parsing and assembling? > > This is automatically done by the library. All the transport stuff is > done by libsyncml. SyncML is not fully transparent in terms of the > transport protocol. Therefore we have to implement the XML/WBXML and > the transport specifications. > > Best regards > > Michael |
From: Michael B. <mic...@cm...> - 2008-03-27 13:44:31
|
Hi Heikki, Heikki Lindholm wrote: > I need to make a syncml engine handling only vcards but being able to > handle many clients at the same time. > > I thought I could be using libsyncml. There seems to be parsing > routines, like > smlParserStart > smlParserGetHeader > smlParserGetCommand > smlParserGetStatus > > but e.g. details of the elements parsed, like SmlHeader, are hidden in > ..._internals.h files and those headers are not installed. These functions should not be published. The SyncML protocol stuff is completely handled by the library. We simply need to reduce our header files to a minimum. So why do you want to access SyncML directly. The vcards are only binary blobs for the library. Which must be encapsulated and send. > What would be the correct way to approach the parsing and assembling? This is automatically done by the library. All the transport stuff is done by libsyncml. SyncML is not fully transparent in terms of the transport protocol. Therefore we have to implement the XML/WBXML and the transport specifications. Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: Heikki L. <hei...@co...> - 2008-03-27 12:34:46
|
Hello, I need to make a syncml engine handling only vcards but being able to handle many clients at the same time. I thought I could be using libsyncml. There seems to be parsing routines, like smlParserStart smlParserGetHeader smlParserGetCommand smlParserGetStatus but e.g. details of the elements parsed, like SmlHeader, are hidden in ..._internals.h files and those headers are not installed. Am I doing something wrong (or just differently from opensync) or have I missed something? What would be the correct way to approach the parsing and assembling? Best regards, Heikki |
From: Ildar M. <il...@us...> - 2008-03-27 11:06:48
|
On 17.12.2007 22:15:28, Ildar Mulyukov wrote: > Dear Daniel, > thank you for your response. > On 17.12.2007 06:41:38, Daniel Gollub wrote: > > On Sunday 16 December 2007 20:56:42 Ildar Mulyukov wrote: >>> I've got a problem with my Nokia 3250 (this is Symbian 9 aka Series >>> 60 3rd edition) and syncml plugin. >> Interesting .. the logfiles shows that the mobile response with OBEX >> Error response code 0x43 (actually libsyncml should fail and return >> this... but another issue). 0x43 stand for "forbidden" - could you >> check your sync profile configuration on your phone if there is any >> authentication like username or password is set? > OK. I doublechecked username/password settings for "PC Suite" > profile. As well, I tried to set up name/pass to 1/1111 at phone and > syncml-obex-client.conf - as the result - ERROR --- _event_callback: > Auth required but not given. (see Attachment) >> And could you try instead of the "PC Suite" identifier string "PC >> Suite Data Sync" ... > It acts as knowing nothing about "PC Suite Data Sync": > * Upon syncing Sync application doesn't start on phone (as it normally > happens) > * Trace shows ERROR --- _smlManagerDataHandler: Request not > successful: 0x43 Ok. It works for me now. I don't know what has changed. I think a bug in the phone. Though I rebooted it a thousand times. Best regards, Ildar -- Ildar Mulyukov, free SW designer/programmer ================================================ email: il...@us... home: http://tuganger.narod.ru/ ALT Linux Sisyphus ================================================ |
From: Dirk L. <di...@cs...> - 2008-03-26 22:33:40
|
> Dirk Leinenbach schrieb: >> Wednesday, March 26, 2008, 11:05:08 AM, Michael Bell wrote: >> >>> Dirk Leinenbach schrieb: >> >>>> I'm not familiar with cmake so please excuse if me question is stupid. >>>> But isn't it be possible to check the existence of these libraries >>>> explicitly (as usually done in configure scripts) and give better >>>> error messages? >> >>> This is what OFF means. libsoup is not present or some parts of it are >>> missing ... and yes I'm a beginner in terms of cmake too. >> >> Ok, that's true but I interpreted the OFF as: library not present but >> also not mandatory; for a library which is necessary to compile the >> program I would prefer an error instead of a "warning". > The problem is that OpenObex or libsoup must be present and we does not > integrate a check if at minimum one is present. Can you please open a > ticket for this issue? I did. The ticket is #142. Dirk > Best regards > Michael -- Mit freundlichen Grüßen Dirk Leinenbach mailto:di...@cs... |
From: Michael B. <mic...@cm...> - 2008-03-26 10:19:58
|
Dirk Leinenbach schrieb: > Wednesday, March 26, 2008, 11:05:08 AM, Michael Bell wrote: > >> Dirk Leinenbach schrieb: > >>> I'm not familiar with cmake so please excuse if me question is stupid. >>> But isn't it be possible to check the existence of these libraries >>> explicitly (as usually done in configure scripts) and give better >>> error messages? > >> This is what OFF means. libsoup is not present or some parts of it are >> missing ... and yes I'm a beginner in terms of cmake too. > > Ok, that's true but I interpreted the OFF as: library not present but > also not mandatory; for a library which is necessary to compile the > program I would prefer an error instead of a "warning". The problem is that OpenObex or libsoup must be present and we does not integrate a check if at minimum one is present. Can you please open a ticket for this issue? Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: Dirk L. <di...@cs...> - 2008-03-26 10:13:09
|
Wednesday, March 26, 2008, 11:05:08 AM, Michael Bell wrote: > Dirk Leinenbach schrieb: >> I'm not familiar with cmake so please excuse if me question is stupid. >> But isn't it be possible to check the existence of these libraries >> explicitly (as usually done in configure scripts) and give better >> error messages? > This is what OFF means. libsoup is not present or some parts of it are > missing ... and yes I'm a beginner in terms of cmake too. Ok, that's true but I interpreted the OFF as: library not present but also not mandatory; for a library which is necessary to compile the program I would prefer an error instead of a "warning". Dirk > Perhaps Daniel can give a more sophisticated comment. > Michael |
From: Ron S. <ron...@gm...> - 2008-03-26 04:29:12
|
Hi all I am using opensync with a pda and evolution. I noticed i cannot overwrite or reload one side of the group. Is there a way of doing this with opensync? Ron |
From: Dirk L. <di...@cs...> - 2008-03-25 23:52:10
|
Wednesday, March 26, 2008, 12:47:49 AM, Dirk Leinenbach wrote: > Hi, > Wednesday, March 26, 2008, 12:35:50 AM, Graham Cobb wrote: >> On Tuesday 25 Mar 2008, Dirk Leinenbach wrote: >>> 1 [ 10%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o >>> /usr/bin/gcc -Dsyncml_plugin_EXPORTS -O2 -g -fPIC >>> -I/home/dirkl/svn/opensync_dev/syncml >>> -I/home/dirkl/svn/opensync_dev/syncml/build >>> -I/home/dirkl/build/include/opensync-1.0 -I/usr/include/glib-2.0 >>> -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 >>> -I/home/dirkl/build/include/libsyncml-1.0 -o >>> src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o -c >>> /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c In file included >>> from /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c:23: >>> /home/dirkl/svn/opensync_dev/syncml/src/syncml_common.h:66: error: expected >>> specifier-qualifier-list before ‘SmlTransportConnectionType’ make[2]: *** >> I see that error when I compile the SVN syncml plugin against a slightly older >> version of libsyncml. It seems the API has changed very recently (since the >> last released version of libsyncml). Make sure that if you are building the >> SVN version of the plugin you have also built the SVN version of libsyncml. > that's a possible explanation. I'm indeed using libopensync 0.46 > instead of the svn version. I'll try the svn version and report > to the list whether it worked. Yes, that solved the problem. Thanks again. Dirk >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> Opensync-users mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Dirk L. <di...@cs...> - 2008-03-25 23:47:50
|
Hi, Wednesday, March 26, 2008, 12:35:50 AM, Graham Cobb wrote: > On Tuesday 25 Mar 2008, Dirk Leinenbach wrote: >> 1 [ 10%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o >> /usr/bin/gcc -Dsyncml_plugin_EXPORTS -O2 -g -fPIC >> -I/home/dirkl/svn/opensync_dev/syncml >> -I/home/dirkl/svn/opensync_dev/syncml/build >> -I/home/dirkl/build/include/opensync-1.0 -I/usr/include/glib-2.0 >> -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 >> -I/home/dirkl/build/include/libsyncml-1.0 -o >> src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o -c >> /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c In file included >> from /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c:23: >> /home/dirkl/svn/opensync_dev/syncml/src/syncml_common.h:66: error: expected >> specifier-qualifier-list before ‘SmlTransportConnectionType’ make[2]: *** > I see that error when I compile the SVN syncml plugin against a slightly older > version of libsyncml. It seems the API has changed very recently (since the > last released version of libsyncml). Make sure that if you are building the > SVN version of the plugin you have also built the SVN version of libsyncml. that's a possible explanation. I'm indeed using libopensync 0.46 instead of the svn version. I'll try the svn version and report to the list whether it worked. Dirk > Graham > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Graham C. <g+o...@co...> - 2008-03-25 23:36:33
|
On Tuesday 25 Mar 2008, Dirk Leinenbach wrote: > 1 [ 10%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o > /usr/bin/gcc -Dsyncml_plugin_EXPORTS -O2 -g -fPIC > -I/home/dirkl/svn/opensync_dev/syncml > -I/home/dirkl/svn/opensync_dev/syncml/build > -I/home/dirkl/build/include/opensync-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 > -I/home/dirkl/build/include/libsyncml-1.0 -o > src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o -c > /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c In file included > from /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c:23: > /home/dirkl/svn/opensync_dev/syncml/src/syncml_common.h:66: error: expected > specifier-qualifier-list before ‘SmlTransportConnectionType’ make[2]: *** I see that error when I compile the SVN syncml plugin against a slightly older version of libsyncml. It seems the API has changed very recently (since the last released version of libsyncml). Make sure that if you are building the SVN version of the plugin you have also built the SVN version of libsyncml. Graham |