From: Stefan S. <ste...@we...> - 2005-09-01 14:45:26
|
Hi, compiling the most recent SynCE-plugin (svn) with the most recent OpenSync (svn) leads to the following error: if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Werror -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/opensync-1.0 -O3 -march=athlon-xp -mcpu=athlon-xp -pipe -MT synce_file.lo -MD -MP -MF ".deps/synce_file.Tpo" -c -o synce_file.lo synce_file.c; \ then mv -f ".deps/synce_file.Tpo" ".deps/synce_file.Plo"; else rm -f ".deps/synce_file.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Werror -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/local/include/opensync-1.0 -O3 -march=athlon-xp -mcpu=athlon-xp -pipe -MT synce_file.lo -MD -MP -MF .deps/synce_file.Tpo -c synce_file.c -fPIC -DPIC -o .libs/synce_file.o synce_file.c: In function `FileHash': synce_file.c:87: warning: `%c' yields only last 2 digits of year in some locales make[2]: *** [synce_file.lo] Fehler 1 make[2]: Leaving directory `/var/tmp/portage/opensync-plugin-synce-svn-0.03/work/opensync-plugin-synce-svn-0.03/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/var/tmp/portage/opensync-plugin-synce-svn-0.03/work/opensync-plugin-synce-svn-0.03' make: *** [all] Fehler 2 Am I doing something wrong? Regards, Stefan |