Editing check format

Doug Laidlaw laidlaws at hotkey.net.au
Sat May 17 09:47:40 EDT 2008


On Saturday 17 May 2008 11:12:00 pm Derek Atkins wrote:
> Doug Laidlaw <laidlaws at hotkey.net.au> writes:
> > I made literal changes to the integer_to_words function, substituting
> > g_strdup_printf("%s dollars and %s cents",
> >                    int_string, nomin_string);
> >
> > for
> >
> > g_strdup_printf("%s and %s/%s",
> >                    int_string, nomin_string, denom_string);
> >
> > After that, I got an error quite early on "make":
>
> Yes, this change would do what you want, but it's not really
> a patch that could be accepted back into GnuCash.  Ideally it
> should be a preference to control the words format.
>
> > Entering src/pixmaps/
> > No rule to make "16x16/gnucash-icon.png" required by "all".
> >
> > That sounds crazy, I know, but I have confirmed that "make" runs O.K.
> > without it.
>
> What do you mean, "make runs OK without it"?  Without the gnucash-icon?
> Or without your patch?  I'd believe the former.  I don't believe the
> latter.
>
> > Doug.
> >
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
>
> -derek

In hindsight, before I applied the patch then ran "make clean."

Doug.


More information about the gnucash-user mailing list