On a Fedora 6 x86_64 system $ svn update At revision 15710.
./configure --enable-compile-warnings --enable-ofx --enable-hbci --enable-debug --prefix=/opt/gnucash-svn Terminates with errors, terminal log follows. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"gnc.app-util\" -I../../lib/libc -I../../src -I../../src -I../../src/gnc-module -I../../src/calculation -I../../src/core-utils -I../../src/engine -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../lib/libqof/qof -I../../lib/libqof/qof -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -Werror -Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -g -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -MT gnc-ui-util.lo -MD -MP -MF .deps/gnc-ui-util.Tpo -c gnc-ui-util.c -fPIC -DPIC -o .libs/gnc-ui-util.o cc1: warnings being treated as errors gnc-ui-util.c: In function 'number_to_words': gnc-ui-util.c:1654: warning: format '%lld' expects type 'long long int', but argument 3 has type 'gint64' gnc-ui-util.c:1654: warning: format '%lld' expects type 'long long int', but argument 4 has type 'gint64' make[4]: *** [gnc-ui-util.lo] Error 1 make[4]: Leaving directory `/home/dvherman/Source/gnucash/gnucash-svn/src/app-utils' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/dvherman/Source/gnucash/gnucash-svn/src/app-utils' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/dvherman/Source/gnucash/gnucash-svn/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dvherman/Source/gnucash/gnucash-svn' make: *** [all] Error 2 I've "cleaned out" the gnucash-svn directories and re-loaded with a fresh "checkout" of trunk. -- Dave Herman _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
