From: Daniel G. <dg...@su...> - 2008-12-15 19:28:58
|
On Monday 15 December 2008 20:12:59 Habib Seifzadeh wrote: > Dear Danial, Interesting, so far only my last-name got written wrong ;) > > > The SYNCML SDP record doesn't seem to be "visible" when doing regular > > (broadcast) SDP query. Could you try latest syncml-ds-tool with "obex" > > transport on channel 6 via Bluetooth.. > > Like Robin, I don't have any package which contains "syncml-ds-tool". My > linux box is Ubuntu 8.10. After searching in the opensync.org site, I found > that this program has been included in syncml after the 0.5 version. Is it > true? Right syncml-ds-tool get introduced by libsyncml 0.5.0 > > So, I got the latest version of syncml and wanted to compile it from its > source. The INSTALL file suggested to run: > > mkdir build > cd build > cmake -DCMAKE_INSTALL_PREFIX=$prefix /path/to/libsyncml/source/ > make > make test > make install > > I had no rpoblem until make command, it issued the following errors: > > [ 2%] Building C object > libsyncml/CMakeFiles/syncml.dir/transports/obex_client_samsung.o In file > included from > /home/habib/ttt/libsyncml/transports/obex_client_samsung.c:25: > /home/habib/ttt/libsyncml/transports/obex_client_internals.h:26:27: error: > openobex/obex.h: No such file or directory Looks like our cmake build-env checks for OpenOBEX are weak. Do you have openobex devel packages installed? best regards, Daniel |