From: Norm D. <no...@dr...> - 2006-04-19 12:17:24
|
Further to this problem, a hint from John Najarian suggested an issue with libsoup.so. Well I went hunting around and thought I might have had an older version installed so I uninstalled everything to do with libsoup. Rebuilt and re-installed from the cvs but I still get the wrong version coming back -- pkg-config --modversion libsoup-2.2 2.2.7 More searching determined that the problem was actually with my distro (ARCH Linux) and where it put libsoup when it installed Evolution. Its not under /usr/lib or /usr/include but rather under /opt/gnome. I rebuilt libsoup with the correct prefix for my distro and it built and installed ok this time. I will continue on... thanks for the help John. Norm On Tue, 2006-04-18 at 19:10 -0400, Norm Dressler wrote: > I downloaded the cvs for libsoup but the configure script for libsyncml > doesn't find it for the http server. Is there an updated libsoup I > should be using? > > Norm > > On Wed, 2006-04-19 at 00:06 +0200, Armin Bauer wrote: > > Hi, > > > > a new libsyncml version is finally ready and is now in libsyncml trunk. > > It fixes a lot of bugs and problems and also adds support for large > > object handling (probably needed if your phone has pictures associated > > with a contact). The syncml plugin was updated as well to make use of > > the new features. > > > > > > The guides to install the library from the docs > > (http://libsyncml.opensync.org/wiki/doc) are still valid. Please note > > that the wbxml patch was updated as well to fix a issue with certain > > Nokia phones. so you might want to repatch the wbxml library if you own > > a newer nokia phone. There are also some new command line options: > > > > --maxObjSize <limit> This specifies the maximum object size that > > libsyncml should receive > > > > --addUTC Forces libsyncml to always add the UTC node even if the > > protocol is 1.0. Some older phones _require_ this. > > > > --allowLateStatus This tells libsyncml to ignore a protocol > > violation where a status is sent after a command > > > > --noPendingReplies Forces libsyncml to wait for all status for the > > current message so that there are no pending replies. > > > > > > My Nokia 6680 needs these options for example: > > > > syncml-obex-client -u 0 --identifier "PC Suite" --sync vcard Contacts > > --wbxml --recvLimit 10000 --maxObjSize 734000 --allowLateStatus > > > > > > > > > > Please try if libsyncml works now for your phone. If it does i would > > appreciate if you send me the options you used so that i can build a > > table with phone models and required options. > > > > > > Thanks to everybody who helped me with debugging libsyncml by providing > > bug reports and traces! > > > > > > Best Regards, > > Armin Bauer > > > > > > ------------------------------------------------------- > 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 |