From: Armin B. <arm...@de...> - 2006-05-24 20:37:42
|
Stefan Wolf wrote: > Hi, >=20 > compilation of the syncml-plugin fails: > =20 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/opensync-1.0 -I/usr/inc= lude/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libsyncml-1.0 -I= /usr/include/libxml2 -Wall -Werror -I/usr/include/opensync-1.0 -I/usr/inc= lude/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libsyncml-1.0 -I= /usr/include/libxml2 -g -O2 -MT=20 > syncml_plugin.lo -MD -MP -MF .deps/syncml_plugin.Tpo -c=20 > syncml_plugin.c -fPIC -DPIC -o .libs/syncml_plugin.o > syncml_plugin.c:38: error: syntax error before "_format_to_contenttype"= > syncml_plugin.c:39: warning: return type defaults to `int' > syncml_plugin.c: In function `_format_to_contenttype': > syncml_plugin.c:41: error: `SML_CONTENT_TYPE_VCARD' undeclared (first u= se in=20 > this function) > syncml_plugin.c:41: error: (Each undeclared identifier is reported only= once > syncml_plugin.c:41: error: for each function it appears in.) > syncml_plugin.c:44: error: `SML_CONTENT_TYPE_VCAL' undeclared (first us= e in=20 > this function) > (Just the first error....) >=20 > Any Ideas? very strange. the merge didnt complete correctly. it missed some changes in the dev branch. i remerged the branches and now it compiles correctly (should have tested this before, sorry. but on the other hand, i never saw a broken merge before). Armin |