> Date: Wed, 9 Nov 2005 21:17:54 +0000 (GMT) > From: Alan Mackenzie <[EMAIL PROTECTED]> > > When I do > > > makeinfo cc-mode.texi > > , I get cc-mode.info out the other end, with no sign of any error > messages. When I try > > > TEXINPUTS=/usr/src/packages/BUILD/texinfo-4.5/doc:~/.TeX:/usr/doc/.TeX > > texi2dvi cc-mode.texi > > , I get the error messages (from cc-mode.log): > > 508: Undefined cross reference `Config Basics-snt'. > 508: Undefined cross reference `Config Basics-snt'. > 508: Undefined cross reference `Config Basics-pg'. (cc-mode.tmp) > (cc-mode.tmp) > (cc-mode.tmp) (cc-mode.tmp) (cc-mode.tmp) Chapter 4 [4] (cc-mode.tmp) > (cc-mode.tmp) (cc-mode.tmp) (cc-mode.tmp) (cc-mode.tmp) (cc-mode.tmp) > (cc-mode.tmp) [5] (cc-mode.tmp) (cc-mode.tmp) > Underfull \hbox (badness 10000) in paragraph at lines 684--687 > [EMAIL PROTECTED] If @texttt c-indent-comments-syntactically-p[] @textrm > is > [EMAIL PROTECTED] > t nil[] @textrm then @texttt c-
Does texi2dvi then runs TeX the second time (and possibly the third time as well), and these errors do not appear anymore? Because it is normal to see such messages the first time you run texi2dvi after a significant change, since the various *.?? files where the cross-references are stored are outdated. The first run recreates them, and then the subsequent runs of TeX should be free of these messages. In any case, be sure to look at the produced DVI file and see if the respective cross-references of it are typeset correctly. If they are, you don't have to worry. If this doesn't help. please post the complete text of all the messages displayed by texi2dvi during this run. _______________________________________________ Texinfo home page: http://www.gnu.org/software/texinfo [email protected] http://lists.gnu.org/mailman/listinfo/help-texinfo
