GnuCash wont build anymore (From SVN)

Derek Atkins warlord at MIT.EDU
Mon Nov 21 17:25:27 EST 2005


Quoting Tor Harald Thorland <linux at strigen.com>:

> I found the piece that made the trouble:
>
> I edited the gnc-splash.c file, and then the make worked perfectly.
> I'm not a programmer, and cant figure out anything else, except someone
> instruct me to.
>
> File BEFORE edit:
>
> #ifdef GNUCASH_SVN
>  ver_string = g_strdup_printf(_("Version: Gnucash-%s svn (r%d built %s)")
>                , VERSION, GNUCASH_SVN_REV, GNUCASH_BUILD_DATE);
> #else
>  ver_string = g_strdup_printf(_("Version: Gnucash-%s"), VERSION);
> #endif
>
> File AFTER edit:
>
> #ifdef GNUCASH_SVN
>  ver_string = g_strdup_printf(_("Version: Gnucash-%s svn (r built %s)")
>                , VERSION, GNUCASH_BUILD_DATE);
> #else
>  ver_string = g_strdup_printf(_("Version: Gnucash-%s"), VERSION);
> #endif
>
>
> So, I removed the: GNUCASH_SVN_REV, and the corresponding %d

You fixed the symptom but not the cause..  The cause, which you should
still try to track down (because this patch will not go into SVN) is
to figure out why the gnc-svninfo.h file isn't being generated
properly.

Figure /THAT/ out and then we can talk.

> Tor Harald Thorland

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-user mailing list