From: Daniel G. <dg...@su...> - 2008-12-15 20:44:35
|
On Monday 15 December 2008 21:34:15 Habib Seifzadeh wrote: > > On Monday 15 December 2008 20:12:59 Habib Seifzadeh wrote: > > > Dear Danial, > > > > Interesting, so far only my last-name got written wrong ;) > > So sorry.... :-( > > > > [ 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? > > You're right.... > I installed OpenOBEX devel packages and the syncml-ds-tool installed > successfully, But how can I use it? When I type "syncml-ds-tool", it says: > > ERROR: Command failed. The recipient encountered an unexpected condition > which prevented it from fulfilling the request. OBEX Transport not enabled > in this build That's bad - could you "flush" the cmake cache by deleting the build directory and re-rerun cmake from scratch? I guess on the first run when openobex-devel wasn't installed the obex built kept being disabled. The obex-error is just about an missing OBEX conditional i guess... > > It sounds this program hasn't any --help parameter or man page. Or may be I > haven't installed it correctly. |