[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minor DJGPP specific fixes for texinfo-4.0d
From: |
Eli Zaretskii |
Subject: |
Re: Minor DJGPP specific fixes for texinfo-4.0d |
Date: |
Tue, 27 Nov 2001 22:32:59 +0200 |
> From: "Juan Manuel Guerrero" <address@hidden>
> Date: Tue, 27 Nov 2001 19:58:19 +0100
>
> cd . \
> && E:/DJGPP-2.04/BIN/sh.exe ../config/missing --run makeinfo \
> `echo bison.texinfo | sed 's,.*/,,'`
> bison.texinfo:32: Unknown index `fn' and/or `cp' in @synindex.
> bison.texinfo:33: Unknown index `vr' and/or `cp' in @synindex.
> bison.texinfo:34: Unknown index `tp' and/or `cp' in @synindex.
> ./bison.texinfo:5461: Cross reference to nonexistent node `Decl Summary'.
> ./bison.texinfo:5434: Cross reference to nonexistent node `Decl Summary'.
> ./bison.texinfo:2427: Cross reference to nonexistent node `Type Decl'.
> ./bison.texinfo:1190: Cross reference to nonexistent node `Grammar Layout'.
> makeinfo: Removing output file `e:/project/bison-1.30e/doc/bison.info' due
> to errors; use --force to preserve.
> make.exe: *** [bison.info] Error 1
>
> As soon as I run dtou.exe on the patched bison.texinfo, makeinfo
> works ok again.
Well, you could use the --binary switch to Patch instead.
Anyway, thanks for the info, I will look into this in due time.