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 |