Date: Tue, 27 Nov 2001 22:32:59 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De Message-Id: <2950-Tue27Nov2001223259+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: bug-texinfo AT gnu DOT org, djgpp-workers AT delorie DOT com In-reply-to: <320E0C3160@HRZ1.hrz.tu-darmstadt.de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) Subject: Re: Minor DJGPP specific fixes for texinfo-4.0d References: <2D28476DAE AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) <320E0C3160 AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Juan Manuel Guerrero" > 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.