texinfo-devel
[Top][All Lists]
Advanced

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

Re: texindex in awk


From: Gavin Smith
Subject: Re: texindex in awk
Date: Wed, 3 Dec 2014 18:16:53 +0000

On Wed, Dec 3, 2014 at 6:11 PM, Gavin Smith <address@hidden> wrote:
> On Wed, Dec 3, 2014 at 1:21 AM, Karl Berry <address@hidden> wrote:
>> Meanwhile, if you want to try it now, that would be great, of course.
>> Just running "make -C texindex" should produce a texindex.awk that can
>> be linked to as texindex.  (That's what I'm doing.)  The #! path to awk
>> may need to be modified until I do the configure stuff.  Any POSIX awk
>> should do; Arnold tested it back to a 1996 awk by Kernighan.
>>
> Running "make -C texindex" in the top-level directory gave the following:
>
> make: Entering directory `/home/g/src/info-improvements/PROJ_SVN/texindex'
> ./jrtangle ti.twjr || rm -f texindex.awk
> /bin/sh: ./jrtangle: /usr/local/bin/gawk: bad interpreter: No such
> file or directory
> ./jrweave ti.twjr >ti.texi || rm -f ti.texi
> /bin/sh: ./jrweave: /usr/local/bin/gawk: bad interpreter: No such file
> or directory
> texi2dvi --pdf --build-dir=ti.t2p -o ti.pdf ti.texi
> /usr/local/bin/texi2dvi: cannot read ./ti.texi, skipping.
> make: *** [ti.pdf] Error 1
> make: Leaving directory `/home/g/src/info-improvements/PROJ_SVN/texindex'

I amended the path to "gawk" in jrtangle and jrweave and now "make -C
texindex" gives the following:

make: Entering directory `/home/g/src/info-improvements/PROJ_SVN/texindex'
texi2dvi --pdf --build-dir=ti.t2p -o ti.pdf ti.texi
This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
 file:line:error style messages enabled.
entering extended mode
(./ti.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
Loading texinfo [version 2005-01-30.17]: Basics, pdf,
(/usr/share/texmf/tex/plain/pdfcolor/pdfcolor.tex) fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, (/usr/share/texmf/tex/generic/epsf/epsf.tex)
localization, and turning on texinfo input format.) (./ti.aux)
./ti.texi:24: Undefined control sequence.
l.24 \global\usebracesinindexestrue

?

This leaves me at a prompt for pdfetex.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]