hi,
i am trying to build the syncml plugin from the snapshot on a lucid box.
Installing works fine but there seems to be no OBEX support installed:
joei@joenix:~/apps/opensync/syncml-plugin/build$ syncml-ds-tool -u
ERROR: OBEX Transport not enabled in this build
** Message: syncml-ds-tool failed.
For installing I used checkinstall.
And ccmake ./build gives me:
BUILD_TESTING
ON
CMAKE_BACKWARDS_COMPATIBILITY
2.4
CMAKE_BUILD_TYPE
CMAKE_INSTALL_PREFIX
/usr
DART_TESTING_TIMEOUT
1500
ENABLE_HTTP
ON
ENABLE_OBEX
ON
EXECUTABLE_OUTPUT_PATH
LIBDATA_INSTALL_DIR
/usr/lib
LIBRARY_OUTPUT_PATH
LIB_SUFFIX
OPENSYNC_CMAKE_MODULES
/usr/share/libopensync1/cmake/modules
PKGCONFIG_EXECUTABLE
/usr/bin/pkg-config
Heres the make output:
joei@joenix:~/apps/opensync/syncml-plugin$ mkdir build && cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-- The C compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- checking for one of the modules 'libopensync1;>=0.40'
-- found libopensync1, version 0.40-snapshot
-- checking for one of the modules 'glib-2.0'
-- found glib-2.0, version 2.24.1
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/glib-2.0/include
-- Looking for include files HAVE_GLIB_GREGEX_H
-- Looking for include files HAVE_GLIB_GREGEX_H - found
-- Looking for include files HAVE_GLIB_GCHECKSUM_H
-- Looking for include files HAVE_GLIB_GCHECKSUM_H - found
-- checking for one of the modules 'libxml-2.0'
-- found libxml-2.0, version 2.7.6
-- checking for one of the modules 'libsyncml-3.0'
-- found libsyncml-3.0, version 0.5.100
-- checking for one of the modules 'libsyncml-3.0>=0.5.99'
-- found libsyncml-3.0, version 0.5.100
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/joei/apps/opensync/syncml-plugin/build
joei@joenix:~/apps/opensync/syncml-plugin/build$ make
-- checking for one of the modules 'libsyncml-3.0>=0.5.99'
-- found libsyncml-3.0, version 0.5.100
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/joei/apps/opensync/syncml-plugin/build
Scanning dependencies of target syncml-plugin
[ 11%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o
[ 22%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_common.o
[ 33%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_devinf.o
[ 44%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_callbacks.o
/home/joei/apps/opensync/syncml-plugin/src/syncml_callbacks.c: In
function ‘_recv_event’:
/home/joei/apps/opensync/syncml-plugin/src/syncml_callbacks.c:136:
warning: format not a string literal and no format arguments
[ 55%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_ds_client.o
[ 66%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_ds_server.o
[ 77%] Building C object
src/CMakeFiles/syncml-plugin.dir/syncml_obex_client.o
[ 88%] Building C object
src/CMakeFiles/syncml-plugin.dir/syncml_http_client.o
[100%] Building C object
src/CMakeFiles/syncml-plugin.dir/syncml_http_server.o
Linking C shared module syncml-plugin.so
[100%] Built target syncml-plugin
i got stuck on this one... thanks for your help
|