|
From: Michael B. <mic...@cm...> - 2008-03-25 16:10:25
|
Dirk Leinenbach schrieb: > Tuesday, March 25, 2008, 4:10:55 PM, Christian Hilgers wrote: > >> Dirk Leinenbach schrieb: >>> Hi, >>> >>> I'm trying to compile libsyncml 0.46 in order to use it with the >>> syncml plugin of opensync. >>> >>> Since I found no specia information about the new build process using >>> cmake for libsyncml, I used the script from >>> http://www.opensync.org/wiki/devel-branch-0.30 and got the error >>> printed below. At first I guessed a missing libxml, but this library >>> has been installed. > >> it is libxml, but not the lib itself.The headers are missing >> for debian based: search for something with -dev > > well, the dev package libxml2-dev is also installed > >>> In file included from /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:27: >>> /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_elements_internals.h:24:30: error: libxml/xmlreader.h: Datei oder Verzeichnis nicht gefunden > >> It is complaining about xmlreader.h not libxml.so :) > > xmlreader.h is present in the system: > > # locate xmlreader.h > # /usr/include/libxml2/libxml/xmlreader.h Do the following files exist? /usr/lib/pkgconfig/libxml-2.0.pc /usr/include/libxml/ (usually a dynamic link) It looks like all of your pkgconfig files are missing. You can try to check the basic stuff by running "pkg-config --modversion libxml-2.0". After this you can continue with pkg-config --modversion openobex pkg-config --modversion libsoup-2.2 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 |