omission in cvs dialog-sxsincelast.h?

Olaf Faaland ofaaland@attbi.com
Thu, 14 Nov 2002 01:28:12 -0800


Hi,

I updated from cvs today and tried to compile the latest and greatest, and =
the=20
compile failed.

The very end looks like this:
=3D=3D=3D=3D=3D=3D=3D
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=
=20
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
=3D=3D=3D=3D=3D=3D

I added

#include "messages.h"

to dialog-sxsincelast.h, which allowed the build to complete.  I'm passing=
=20
this on in case it's an omission that someone needs to fix.

-Olaf