[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] configure.in:305: error: possibly undefined macro: AM_GNU_GETTEXT



On Fri, Jun 02, 2006 at 04:52:21PM +0100, Luke Hart wrote:
> Vasil,
> 
> Is gettext.m4 in /usr/local/share/aclocal (or maybe 
> /usr/local/X11R6/share/aclocal)? If so it may be worth copying it into 
> /usr/X11R6/share/aclocal since this seems to be where your *.m4 files 
> are coming from (verify this by executing 'aclocal --print-ac-dir'). 

I think I got it (aclocal is installed under aclocal19 executable name):
% aclocal19 --print-ac-dir
/usr/local/share/aclocal19

Now I should discover why aclocal19 is searching for it's files in
/usr/local/share/aclocal19/ and gettext has installed its .m4 files in
/usr/local/share/aclocal/

Btw this is the result on a clean system, the above output is from my
polluted system that has 500+ packages installed. Clean system:

--- cut ---
cd /work/a/ports/graphics/xaralx-devel/work/XaraLX-0.5r1241 && /usr/bin/env PATH=/usr/local/libexec/automake19:/usr/local/libexec/autoconf259:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin ACLOCAL=/usr/local/bin/aclocal19 AUTOMAKE=/usr/local/bin/automake19 AUTOCONF=/usr/local/bin/autoconf259 AUTOHEADER=/usr/local/bin/autoheader259 AUTOIFNAMES=/usr/local/bin/ifnames259 AUTOM4TE=/usr/local/bin/autom4te259 AUTORECONF=/usr/local/bin/autoreconf259 AUTOSCAN=/usr/local/bin/autoscan259 AUTOUPDATE=/usr/local/bin/autoupdate259  /usr/local/bin/autoreconf259 -f -s -i
aclocal:configure.in:315: warning: macro `AM_GNU_GETTEXT' not found in library
aclocal:configure.in:316: warning: macro `AM_GNU_GETTEXT_VERSION' not found in library
configure.in:66: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:315: error: possibly undefined macro: AM_GNU_GETTEXT
configure.in:316: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
autoreconf259: /usr/local/bin/autoconf259 failed with exit status: 1
*** Error code 1

Stop in /a/ports/graphics/xaralx-devel.
--- cut ---

It seems that the only problem is this GETTEXT macro...

-- 
Vasil Dimov
gro.DSBeerF@dv

Testing can show the presence of bugs, but not their absence.
                -- Edsger W. Dijkstra