On Tue, 2011-06-21 at 07:14 +0400, Alexandre Prokoudine wrote:
On Tue, Jun 21, 2011 at 6:29 AM, Robert Vogel wrote:
My apology Alexandre,
What for? :) Homo errarum est.
I mis-spelled one of the file names in the data
directory. It didn't
affect my Ubuntu11.4 64 bit compile or my Debian 32 bit compile either.
It seems it did stop the build in some conditions.
Anyway, I fixed the spelling and replaced the 0.40 file on Sourceforge.
See if it's ok now.
make[1]: Entering directory `/home/avp/soft/build/sound/gmorgan/gmorgan_0.40/po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in
from gettext version 0.18 but the autoconf macros are from gettext
version @GETTEXT_MACRO_VERSION@
make[1]: *** [check-macro-version] Error 1
make[1]: Leaving `/home/avp/soft/build/sound/gmorgan/gmorgan_0.40/po'
make: *** [all-recursive] Error 1
Alexandre Prokoudine
http://libregraphicsworld.org
_______________________________________________
I looked around for this. Try
gettext -V
to see what version of gettext you have. At the moment, mine
happens to be 18 so that is configured into the /po/makefile.in.in
Try changing the number in that file to match the version you have.
I don't know any automatic way to make this happen.
Bob