The problem is that you're actually distributing a pre-built i18n.h in the tarball instead of letting configure do it. It's a problem in src/app-utils/Makefile.am.
The problem is that I'm not sure how to necessarily get it to install i18n.h without adding it to the DISTfile. I'll look into it -- I think I've done it before. -derek Chris Lyttle <[EMAIL PROTECTED]> writes: > On Mon, 2002-11-04 at 01:47, Christian Stimming wrote: > > Thanks for pointing this out. In the original source, that variable is > > set through the automake/configure process, so it is not really a bug in > > our source but rather an error during preparation of the distributed > > package. > > > > Chris, the LOCALE_DIR variable is set through automake from the file > > i18n.h.in -- is this a known problem in the tarball? I wonder how we can > > avoid that in the future... :-) > > > > Christian > > > > Vitaly Lipatov wrote: > > > > > I had some a trouble with localization and I've found where was > > > my problem. See follow patch. > > > > > > --- i18n.h.orig 2002-10-28 12:58:30 +0300 > > > +++ src/app-utils/i18n.h 2002-11-01 01:12:40 +0300 > > > @@ -26,4 +26,4 @@ > > > #endif > > > > > > #define TEXT_DOMAIN "gnucash" > > > -#define LOCALE_DIR "/home/chris/gnucash/share/locale" > > > +#define LOCALE_DIR "/usr/share/locale" > > > > > > Please apply it if needed. > > > > > > > > > > > > Christian, > I read this message and thought that should be overwritten by configure. > Is this not happening? If it isn't that seems to me to be a problem with > the configure script not the tarball particularly. > > Chris > -- > RedHat Certified Engineer #807302549405490. > -------------------------------------------- > |^| > | | |^| > | |^| | | Life out here is raw > | | |^| | But we will never stop > | |_|_| | We will never quit > | / __> | cause we are Metallica > |/ / | > \ / > | | > -------------------------------------------- > > _______________________________________________ > gnucash-devel mailing list > [EMAIL PROTECTED] > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel -- 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 [EMAIL PROTECTED] PGP key available _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
