octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #32366] MinGW: doc build error


From: Benjamin Lindner
Subject: [Octave-bug-tracker] [bug #32366] MinGW: doc build error
Date: Mon, 07 Feb 2011 12:06:58 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12

Follow-up Comment #1, bug #32366 (project octave):

This is actually a bug in miktex, not octave

Miktex does not honour the TEXINPUTS environment variable, so it ends up
*not* picking up texinfo.tex from the octave sources, but rather to (too old)
one shipped with miktex. And because it's too old, it fails.

The workaround is to explicitly add the doc/ subdirectory from octave's
sources to miktex texi2dvi search path using the -I comandline argument by
adding at configure stage

TEXI2DVI="texi2dvi -I /path/to/octave/sources/doc" TEXI2PDF="texi2dvi --pdf
-I /path/to/octave/sources/doc"

make sure you are using texi2dvi from miktex and not the one from the msys
texinfo package!


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32366>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]