From: Graham C. <g+o...@co...> - 2008-03-25 23:36:33
|
On Tuesday 25 Mar 2008, Dirk Leinenbach wrote: > 1 [ 10%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o > /usr/bin/gcc -Dsyncml_plugin_EXPORTS -O2 -g -fPIC > -I/home/dirkl/svn/opensync_dev/syncml > -I/home/dirkl/svn/opensync_dev/syncml/build > -I/home/dirkl/build/include/opensync-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 > -I/home/dirkl/build/include/libsyncml-1.0 -o > src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o -c > /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c In file included > from /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c:23: > /home/dirkl/svn/opensync_dev/syncml/src/syncml_common.h:66: error: expected > specifier-qualifier-list before ‘SmlTransportConnectionType’ make[2]: *** I see that error when I compile the SVN syncml plugin against a slightly older version of libsyncml. It seems the API has changed very recently (since the last released version of libsyncml). Make sure that if you are building the SVN version of the plugin you have also built the SVN version of libsyncml. Graham |