From: Markus W. <ma...@mw...> - 2005-11-06 11:47:00
|
Hi List! When trying to build the latest multisync from SVN I get the following: (either after running autoconf, configure, make or running buildtest) (by the way 0.90.17 has the same problem - at least for me ;) ) Or is something missing on my machine? Thanks, Markus Making install in tools make[1]: Entering directory `/home/markus/sync/multisync-0.90/multisync-0.90.18/tools' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/opensync-1.0 -Wall -Werror -I.. -g -O2 -MT msynctool.o -MD -MP -MF ".deps/msynctool.Tpo" -c -o msynctool.o msynctool.c; \ then mv -f ".deps/msynctool.Tpo" ".deps/msynctool.Po"; else rm -f ".deps/msynctool.Tpo"; exit 1; fi msynctool.c: In function `conflict_handler': msynctool.c:232: warning: `res' might be used uninitialized in this function make[1]: *** [msynctool.o] Error 1 make[1]: Leaving directory `/home/markus/sync/multisync-0.90/multisync-0.90.18/tools' make: *** [install-recursive] Error 1 |