Hi, I updated from cvs today and tried to compile the latest and greatest, and the compile failed.
The very end looks like this: ======= dialog-sxsincelast.c: In function `gnc_ui_sxsincelast_guile_wrapper': dialog-sxsincelast.c:395: implicit declaration of function `ngettext' dialog-sxsincelast.c:400: warning: passing arg 1 of `gnc_info_dialog' makes pointer from integer without a cast dialog-sxsincelast.c: In function `create_autoCreate_ledger': dialog-sxsincelast.c:3528: warning: unsigned int format, pointer arg (arg 6) dialog-sxsincelast.c: In function `create_created_ledger': dialog-sxsincelast.c:3575: warning: unsigned int format, pointer arg (arg 6) dialog-sxsincelast.c: In function `create_to_create_ledger': dialog-sxsincelast.c:3620: warning: unsigned int format, pointer arg (arg 6) make[4]: *** [dialog-sxsincelast.lo] Error 1 make[4]: Leaving directory `/home/olaf/dev/gnucash/gnucash/src/gnome' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/olaf/dev/gnucash/gnucash/src/gnome' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/olaf/dev/gnucash/gnucash/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/olaf/dev/gnucash/gnucash' make: *** [all-recursive-am] Error 2 ====== I added #include "messages.h" to dialog-sxsincelast.h, which allowed the build to complete. I'm passing this on in case it's an omission that someone needs to fix. -Olaf _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
