From: Norm D. <no...@dr...> - 2005-08-16 17:00:13
|
Hi again... Well, I have installed the libsyncml, libwbxml2, and libsoup as per the install doc but when it came to compiling the syncml plugin, I had the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/opensync-1.0 -I/usr/local/include/libsyncml-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -Werror -I/usr/local/include/opensync-1.0 -I/usr/local/include/libsyncml-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -O2 -MT syncml_plugin.lo -MD -MP -MF .deps/syncml_plugin.Tpo -c syncml_plugin.c -fPIC -DPIC -o .libs/syncml_plugin.o syncml_plugin.c: In function `syncml_http_server_init': syncml_plugin.c:316: error: incompatible type for argument 2 of `smlDsServerNew'syncml_plugin.c:316: warning: passing arg 3 of `smlDsServerNew' from incompatible pointer type syncml_plugin.c:316: error: too few arguments to function `smlDsServerNew' make[2]: *** [syncml_plugin.lo] Error 1 make[2]: Leaving directory `/home/norm/opensync/syncml-plugin/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/norm/opensync/syncml-plugin' make: *** [all] Error 2 Any suggestions what could be wrong? I did as the manual said -- autoreconf -sfi, ./configure then make... Norm |