* makeinfo check fails
@ 2009-05-03 17:44 Thomas Hühn
2009-05-04 22:03 ` Glenn Morris
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Hühn @ 2009-05-03 17:44 UTC (permalink / raw)
To: emacs-devel
Hi
I'm trying to install emacs from git. Alas, configure fails because of
no suitable makeinfo version.
|checking for makeinfo... no
|configure: error: You do not seem to have makeinfo >= 4.6 [...]
My makeinfo is from texlive and it is in the path. To make sure I ran
configure like this:
PATH="~/texlive/bin/i386-linux:$PATH" ./configure --without-toolkit-scroll-bars
No change.
My makeinfo is "makeinfo (GNU texinfo) 4.12".
Any ideas?
Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: makeinfo check fails
2009-05-03 17:44 makeinfo check fails Thomas Hühn
@ 2009-05-04 22:03 ` Glenn Morris
2009-05-05 3:41 ` Thomas Hühn
0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2009-05-04 22:03 UTC (permalink / raw)
To: Thomas Hühn; +Cc: emacs-devel
Thomas Hühn wrote:
> |checking for makeinfo... no
> |configure: error: You do not seem to have makeinfo >= 4.6 [...]
>
> My makeinfo is from texlive and it is in the path. To make sure I ran
> configure like this:
>
> PATH="~/texlive/bin/i386-linux:$PATH" ./configure --without-toolkit-scroll-bars
>
> No change.
>
> My makeinfo is "makeinfo (GNU texinfo) 4.12".
Seems fine. This passes the test configure applies:
echo 'makeinfo (GNU texinfo) 4.12' | \
egrep 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'
(where configure has already set 'egrep' to whatever is appropriate.)
> Any ideas?
Does
echo $MAKEINFO
return anything? If so, try
unset MAKEINFO
Otherwise, examine configure output and config.log for more details
related to makeinfo. Eg, what does it say at:
checking for makeinfo... ???
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: makeinfo check fails
2009-05-04 22:03 ` Glenn Morris
@ 2009-05-05 3:41 ` Thomas Hühn
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Hühn @ 2009-05-05 3:41 UTC (permalink / raw)
To: emacs-devel
Glenn Morris <rgm@gnu.org> writes:
>> My makeinfo is "makeinfo (GNU texinfo) 4.12".
>
> Seems fine. This passes the test configure applies:
>
> echo 'makeinfo (GNU texinfo) 4.12' | \
> egrep 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'
>
> (where configure has already set 'egrep' to whatever is appropriate.)
Thanks, Miles. Another reader already helped me see my mistake. makeinfo
was indeed not found at all (and I thought it was a version problem). My
path was incorrect.
I was able to build Emacs now.
Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-05 3:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-03 17:44 makeinfo check fails Thomas Hühn
2009-05-04 22:03 ` Glenn Morris
2009-05-05 3:41 ` Thomas Hühn
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).