Mail Archives: djgpp-workers/2001/11/19/04:52:33
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.
<argument> 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]
- Raw text -