* building from a git clone
@ 2010-06-08 18:56 Marco Maggi
2010-06-08 19:11 ` Mike Gran
2010-06-13 12:30 ` Neil Jerram
0 siblings, 2 replies; 4+ messages in thread
From: Marco Maggi @ 2010-06-08 18:56 UTC (permalink / raw)
To: guile-user
Is running autogen.sh the only thing one has to do when
trying a build from a git cloned repository? While running
it, I get multiple times the error:
configure.ac:871: warning: macro `AM_GNU_GETTEXT' not found in library
and finally the error:
configure.ac:871: warning: macro `AM_GNU_GETTEXT' not found in library
autoreconf: running: /usr/local/bin/autoconf --force
configure.ac:898: error: possibly undefined macro: AM_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/local/bin/autoconf failed with exit status: 1
If I try to run configure I get:
$ ./configure
configure: error: cannot find install-sh, install.sh, or shtool in build-aux "."/build-aux
I am using:
$ automake --version
automake (GNU automake) 1.11.1
$ autoconf --version
autoconf (GNU Autoconf) 2.65
$ libtool --version
libtool (GNU libtool) 2.2.8
and "git show" prints as last commit
a4082ab57e81c1826906c1a8601593e8dea5078c.
TIA
--
Marco Maggi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: building from a git clone
2010-06-08 18:56 building from a git clone Marco Maggi
@ 2010-06-08 19:11 ` Mike Gran
2010-06-08 21:37 ` Marco Maggi
2010-06-13 12:30 ` Neil Jerram
1 sibling, 1 reply; 4+ messages in thread
From: Mike Gran @ 2010-06-08 19:11 UTC (permalink / raw)
To: Marco Maggi, guile-user
> From: Marco Maggi <marco.maggi-ipsu@poste.it>
>
> Is running > href="http://autogen.sh">autogen.sh the only thing one has
> to do whentrying a build from a git cloned repository?
> While running it, I get multiple times the error:
> configure.ac:871:
> warning: macro `AM_GNU_GETTEXT' not found in library
Do you have the gettext-devel package installed (or whatever it is
called in your distro)?
-Mike
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: building from a git clone
2010-06-08 19:11 ` Mike Gran
@ 2010-06-08 21:37 ` Marco Maggi
0 siblings, 0 replies; 4+ messages in thread
From: Marco Maggi @ 2010-06-08 21:37 UTC (permalink / raw)
To: Mike Gran; +Cc: guile-user
"Mike Gran" wrote:
>> configure.ac:871:
>> warning: macro `AM_GNU_GETTEXT' not found in library
>
> Do you have the gettext-devel package installed (or
> whatever it is called in your distro)?
Ah, upgrading from gettext version 0.17 installed under /usr
to version 0.18.1.1 installed under /usr/local fixed it.
For some reason it seems the "gettext.m4" file, with
AM_GNU_GETTEXT defined in it, under
/usr/shared/aclocal/gettext.m4 was not found by the other
tools installed under /usr/local.
Thanks.
--
Marco Maggi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: building from a git clone
2010-06-08 18:56 building from a git clone Marco Maggi
2010-06-08 19:11 ` Mike Gran
@ 2010-06-13 12:30 ` Neil Jerram
1 sibling, 0 replies; 4+ messages in thread
From: Neil Jerram @ 2010-06-13 12:30 UTC (permalink / raw)
To: Marco Maggi; +Cc: guile-user
Marco Maggi <marco.maggi-ipsu@poste.it> writes:
> Is running autogen.sh the only thing one has to do when
> trying a build from a git cloned repository?
Yes. ./autogen.sh, then ./configure, then make.
> While running
> it, I get multiple times the error:
>
> configure.ac:871: warning: macro `AM_GNU_GETTEXT' not found in library
I've been seeing that for ages. AFAIK it doesn't cause any actual
problem.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-13 12:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08 18:56 building from a git clone Marco Maggi
2010-06-08 19:11 ` Mike Gran
2010-06-08 21:37 ` Marco Maggi
2010-06-13 12:30 ` Neil Jerram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).