X-Authentication-Warning: new-smtp1.ihug.com.au: Host p476-tnt3.syd.ihug.com.au [203.173.133.222] claimed to be acceleron Message-ID: <008501c170df$ba4b00a0$0a02a8c0@acceleron> From: "Andrew Cottrell" To: , "Richard Dawe" References: <004901c1700e$f553fde0$0a02a8c0 AT acceleron> <3BF7C0E7 DOT 7B98DB62 AT phekda DOT freeserve DOT co DOT uk> Subject: Re: Which 2.13 DSMs (LONG) [Was: Re: Which 2.12.1 source and binary test zip file] Date: Mon, 19 Nov 2001 20:50:43 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com Richard, Thanks for the feedback. HTML docs are now working, but I now get a differnet error when trying to [snip] > Ah, that old chesnut. Please find a diff below that fixes this. makeinfo's > suggested fix is correct. I had to do a similar thing for the port of > Fileutils 4.0. Worked a treat. [snip] > > To produce the DVI file, type "make which.dvi". The output from Win 98 is: > > DJGPP_204 C:\dj204\gnu\which211>make which.dvi > > TEXINPUTS=.:$TEXINPUTS \ > > MAKEINFO='makeinfo -I .' texi2dvi which.texinfo > > c:/dj204/bin/texi2dvi: Could not read $Revision:. > > c:/dj204/bin/texi2dvi: Could not read 1.10. > > c:/dj204/bin/texi2dvi: Could not read $. > I did not get this error when I invoked texi2dvi manually, e.g. like: > texi2dvi -c which.texinfo > > ('-c' for clean up auxillary files.) I didn't try running the Makefile by > hand, but it does support what Eli said about setting SHELL in the > Makefile. The error is caused by a combination of items, they are :- 1) Eli pointed out DOS seperator is ';' not ':' 2) I needed to explicitly call texi2dvi from a bash shell I came to almost the same command line as you, but mine was:- sh texi2dvi which.texinfo In both cases I get the error messages. Any ideas on how to fix these? DJGPP_204 C:\dj204\gnu\which-2.13>sh texi2dvi -c which.texinfo stdin:32: warning: @menu seen before first @node, creating `Top' node. stdin:32: warning: perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?. stdin:32: Next field of node `Top' not pointed to. stdin:74: This node (Option Summary) has the bad Prev. This is TeX, Version 3.14159 (Web2C 7.2) (c:/dj204/tmp/t2d5292/src/which.texinfo (c:/dj204/share/texmf/tex/texinfo/texinfo.tex Loading texinfo package [Version 2.227]: Basics, fonts, page headings, tables, indexing, sectioning, toc printing, environments, defuns, cross reference, (c:/dj204/share/texmf/tex/plain/dvips/epsf.tex) and turning on texinfo input format.) [1] [2] Chapter1 ! Undefined control sequence. The @command {which} Program @chapmacro ... @centerparametersmaybe @unhbox 0 #1 @par }}@nobreak @bigskip @... @chapterzzz ...pno }@chapmacro {#1}{@the @chapno } @gdef @thissection {#1}@gd... @numhead ... @ifcase @absseclevel @chapterzzz {#2} @or @seczzz {#2} @or @num... l.46 @chapter The @command{which} Program ? [snip]