[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compilation failure with SVN r6034
From: |
Gavin Smith |
Subject: |
Re: compilation failure with SVN r6034 |
Date: |
Sun, 11 Jan 2015 11:35:13 +0000 |
Thanks for the report. The error message is "No rule to build
"texindex"", right? Karl is in the process of integrating the new
texindex implementation into the package so maybe he is aware of this
error already.
It looks like it is trying to build the C texindex in the "util"
directory, and failing.
On Sun, Jan 11, 2015 at 11:25 AM, Werner LEMBERG <address@hidden> wrote:
>
> Doing
>
> ./autogen.sh
> ./configure
> make
>
> I get
>
> ...
> /bin/sh .../texinfo.compiled/build-aux/missing \
> help2man --name="translate Texinfo documents" \
> -I ./makeinfo.h2m ..//tp/makeinfo -o makeinfo.1
> mv makeinfo.1 makeinfo.1.tmp
> sed '/^\.IP$/N;/\nAlso/s/I//;/\nThe/s/I//' makeinfo.1.tmp >makeinfo.1
> rm makeinfo.1.tmp
> Updating man page texindex.1
> cd ..//util && make texindex
> make[3]: Entering directory `.../texinfo.compiled/util'
> make[3]: *** Keine Regel, um »texindex« zu erstellen. Schluss.
> make[3]: Leaving directory `.../texinfo.compiled/util'
> make[2]: *** [texindex.1] Fehler 2
> make[2]: Leaving directory `.../texinfo.compiled/man'
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Leaving directory `.../texinfo.compiled'
> make: *** [all] Fehler 2
>
>
> Werner