From: Norm D. <no...@dr...> - 2006-03-03 16:58:04
|
I'm having problems compiling libsyncml. http_client_internals.h:24:40: error: libsoup/soup-session-async.h: No such file or directory http_client_internals.h:25:30: error: libsoup/soup-uri.h: No such file or direct ory BUT when I did the configure, these are the options that came up -- which ones should be working? I have obex and libsoup both installed but it doesn't find it... =============================================== Unit Tests: Disabled Tracing: Enabled Tools: Enabled Libwbxml: Enabled The transports are: Http Client: Disabled Http Server: Disabled Obex Client: Disabled Obex Server: Disabled Done configuring. [root@lapzilla libsyncml]# find / -name "soup-session-async.h" /usr/include/libsoup-2.2/libsoup/soup-session-async.h Its there .... On Fri, 2006-03-03 at 13:56 +0100, Armin Bauer wrote: > Hi, > > i worked a lot on the syncml plugin and it is now ready to be tested. I > updated the syncml guide at http://www.opensync.org/wiki/syncml-guide to > show how the libraries and the syncml plugin can be installed. > > if you already checked out libsyncml from the repository you can use the > switch command to switch it to the trunk: svn switch > http://svn.opensync.org/libsyncml/trunk . > > I tested the synchronization against the file-sync plugin and evolution > 2.4. There are still some bugs i have to fix though. > > The syncml plugin supports syncml version 1.0, 1.1 and 1.2 and the > transport http and obex. The syncml guide also has a section with known > configurations which you can use. If the plugin works for your device, > please let me know so that i can add the device to the list. > > Best Regards, > Armin Bauer |