From: Armin B. <arm...@de...> - 2006-03-03 12:56:14
Attachments:
signature.asc
|
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 |
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 |
From: Daniel G. <dg...@su...> - 2006-03-03 17:37:56
|
On Fri, 2006-03-03 at 11:57 -0500, Norm Dressler wrote: > 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 can you paste last 3 lines (the line with gcc and parameters are very helpful :)) Did you installed the latest CVS snapshot (2.2.90) of libsoup? Did you set PKG_CONFIG_PATH (before configure!) to your libsoup-cvs build? To get the version and the include path of libsoup try: pkg-config --modversion libsoup-2.2 pkg-config --cflags libsoup-2.2 best regards, Daniel |
From: Norm D. <no...@dr...> - 2006-03-03 17:57:31
|
All software is the latest freshly grabbed from svn or cvs. if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../.. -Wall -Werror -g -O2 -MT libhttp_client_la-http_client.lo -MD -MP -MF ".deps/libhttp_client_la-http_client.Tpo" -c -o libhttp_client_la-http_client.lo `test -f 'http_client.c' || echo './'`http_client.c; \ then mv -f ".deps/libhttp_client_la-http_client.Tpo" ".deps/libhttp_client_la-http_client.Plo"; else rm -f ".deps/libhttp_client_la-http_client.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../.. -Wall -Werror -g -O2 -MT libhttp_client_la-http_client.lo -MD -MP -MF .deps/libhttp_client_la-http_client.Tpo -c http_client.c -fPIC -DPIC -o .libs/libhttp_client_la-http_client.o In file included from http_client.c:27: 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 directory In file included from http_client.c:27: http_client_internals.h:28: error: syntax error before 'SoupSession' On Fri, 2006-03-03 at 18:41 +0100, Daniel Gollub wrote: > On Fri, 2006-03-03 at 11:57 -0500, Norm Dressler wrote: > > 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 > can you paste last 3 lines (the line with gcc and parameters are very > helpful :)) > > Did you installed the latest CVS snapshot (2.2.90) of libsoup? > Did you set PKG_CONFIG_PATH (before configure!) to your libsoup-cvs > build? > > To get the version and the include path of libsoup try: > pkg-config --modversion libsoup-2.2 > pkg-config --cflags libsoup-2.2 > > best regards, > Daniel > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: <bu...@gm...> - 2006-03-03 18:02:29
|
Dnia 03-03-2006, pią o godzinie 12:57 -0500, Norm Dressler napisał(a): > All software is the latest freshly grabbed from svn or cvs. Did you patch libspoup? (Patch should be located in libsyncml/misc) It is necessary also for the latest cvs version of libsoup. Cheers, Rafał |
From: Norm D. <no...@dr...> - 2006-03-03 18:07:04
|
Yes, just like the web-page indicated. Although there are 2 patches in libsyncml/misc, the web site posted by Armin says to only patch with misc/libsoup-async-dns.patch, which I did. Norm On Fri, 2006-03-03 at 19:02 +0100, Rafał Próchniak wrote: > Dnia 03-03-2006, pią o godzinie 12:57 -0500, Norm Dressler napisał(a): > > All software is the latest freshly grabbed from svn or cvs. > > Did you patch libspoup? > (Patch should be located in libsyncml/misc) > > It is necessary also for the latest cvs version of libsoup. > > Cheers, > Rafał > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Norm D. <no...@dr...> - 2006-03-03 19:49:48
|
More info -- It looks like the problem might be linked to the version of libsoup being found. pkg-config --modversion libsoup-2.2 gives a version of 2.2.7 but the configure.ac script looks for 2.2.90 which results in no libsoup and the error below. Oddly, there was a previously installed libsoup package used by my OS (Arch Linux) but when I built libsoup from source, I gave a prefix=/usr and it was overwritten with the compiled/patched version, which I assume is version 2.2.90? PKG_CHECK_MODULES(LIBSOUP, libsoup-2.2 >= 2.2.90, HAVE_LIBSOUP=yes, HAVE_LIBSOUP=no) if test "x${HAVE_LIBSOUP}" = "xyes"; then Regardless, for whatever reason its not catching the new libsoup -- if I change the configure.ac, and do an autoreconf -sfi, I get past the first error only to get a new one. Any suggestions around my problem? Thx Norm On Fri, 2006-03-03 at 13:07 -0500, Norm Dressler wrote: > Yes, just like the web-page indicated. Although there are 2 patches in > libsyncml/misc, the web site posted by Armin says to only patch with > misc/libsoup-async-dns.patch, which I did. > > Norm > > On Fri, 2006-03-03 at 19:02 +0100, Rafał Próchniak wrote: > > Dnia 03-03-2006, pią o godzinie 12:57 -0500, Norm Dressler napisał(a): > > > All software is the latest freshly grabbed from svn or cvs. > > > > Did you patch libspoup? > > (Patch should be located in libsyncml/misc) > > > > It is necessary also for the latest cvs version of libsoup. > > > > Cheers, > > Rafał > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > > that extends applications into web and mobile media. Attend the live webcast > > and join the prime developer group breaking into this new coding territory! > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > _______________________________________________ > > Opensync-users mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensync-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: <bu...@gm...> - 2006-03-03 20:12:19
|
Dnia 03-03-2006, pią o godzinie 14:49 -0500, Norm Dressler napisał(a): > More info -- > > It looks like the problem might be linked to the version of libsoup > being found. I had similar issues compiling other programs with some non-packaged libraries involved (although configured with proper prefixes). Look for all instances of libsoup (like all .pc files, all links to libraries) - maybe there is something left from older versions? That is why - if I am not sure - I always compile external/patched libraries to some local (meaning /home) prefixes and use PKG_CONFIG_PATH or other variables. When I want to try a new version, I just delete the whole folder. I hope this helps, otherwise I have no ideas (just to make sure I compiled today's svn libsyncml and had no problems). Just an example: $ pkg-config --modversion libsoup-2.2 $ 2.2.6.1 $ PKG_CONFIG_PATH=/home/burlap/sync/alternative/lib/pkgconfig pkg-config --modversion libsoup-2.2 $ 2.2.90 Cheers, Rafał |
From: mailinglists <mai...@in...> - 2006-03-04 14:25:18
|
Hi Armin! Nice to hear of this big progress. Thanks for your efforts. I just tried to install it, but it seems libsoup has been updated yesterday and the patch does not apply cleanly any more. /tobi Am Freitag, den 03.03.2006, 13:56 +0100 schrieb Armin Bauer: > 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 ++++++++++++ WERBUNG +++++++++++++++ http://www.inetsolutions.de Webhosting / Homepagebaukasten / CMS Webpacks ab 0,21 EUR ++++++++++++ WERBUNG +++++++++++++++ http://www.inetladen.de Handys / Zubehör / Multimedia Über 10000 Artikel |