On Mon, 2003-08-18 at 11:08, Jon Lapham wrote: > Chris Lyttle wrote: > > Hi all, > > > > I tested the release tonight with make dist and that seemed to work > > fine, but when I did the make distcheck to do the actual release I got > > the following; > > > > gcc -c > > -DLOCALEDIR=\"/home/chris/cvs/gnucash-test/gnucash-1.8.5/=inst/share/locale\" > > -DLOCALE_ALIAS_PATH=\"/home/chris/cvs/gnucash-test/gnucash-1.8.5/=inst/share/locale\" > > -DLIBDIR=\"/home/chris/cvs/gnucash-test/gnucash-1.8.5/=inst/lib\" -DIN_LIBINTL > > -DENABLE_RELOCATABLE=1 -DIN_LIBRARY > > -DINSTALLDIR=\"/home/chris/cvs/gnucash-test/gnucash-1.8.5/=inst/lib\" -DNO_XMALLOC > > -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate > > -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../intl -I.. -g -O2 -Wall > > -Wunused -Werror ../../intl/relocatable.c -fPIC -o .libs/relocatable.o > > cc1: warnings being treated as errors > > ../../intl/relocatable.c:167: warning: `local_compute_curr_prefix' > > defined but not used > > make[3]: *** [relocatable.lo] Error 1 > > make[3]: Leaving directory > > `/home/chris/cvs/gnucash-test/gnucash-1.8.5/=build/intl' > > make[2]: *** [all-recursive] Error 1 > > > > Any help in fixing this would be appreciated, I'll move the release > > forward accordingly. > > Ugh, on my RH9 machine, I'm getting the following problem with "make > distcheck" > > (following a "cvs update -Pd; cvs update -C; ./autogen.sh" freshening of > the CVS source) > > Making all in po > make[3]: Entering directory > `/home/lapham/temp/gnucash/clean/gnucash/gnucash-1.8.5/=build/po' > cd ../../po && ../intltool-update cs.po > /bin/sh: line 1: ../intltool-update: No such file or directory > make[3]: *** [../../po/cs.po] Error 127 > make[3]: Leaving directory > `/home/lapham/temp/gnucash/clean/gnucash/gnucash-1.8.5/=build/po' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/lapham/temp/gnucash/clean/gnucash/gnucash-1.8.5/=build' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/home/lapham/temp/gnucash/clean/gnucash/gnucash-1.8.5/=build' > make: *** [distcheck] Error 2 > > > Oh, a "make dist" works fine, builds a tarball.
Yeah, make dist builds a tarball on RH9, but I got the following error for all teh .po files or whatever it was doing at the time: zh_CN: INTLTOOL_EXTRACT=../intltool-extract ../intltool-update --dist --gettext-package gnucash gnucash zh_CN.po /bin/sh: line 1: !INTLTOOL_EXTRACT=../intltool-extract: No such file or directory I just pasted in the one. I should note, I've updated and pulled in Christian's new .po files. Not sure if that makes a difference. There *are* issues compiling 1.8.x branch with the new auto*tools, anyhow. e.g., the Pause... thing, and the configure.in problem (the extra intl/Makefile.in entry). I *think* everything else worked OK--there's a football game on now, so it's difficult to tell... -- Matthew Vanecek perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);' ******************************************************************************** For 93 million miles, there is nothing between the sun and my shadow except me. I'm always getting in the way of something... _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
