In trying to 'make all' in the latest octave-forge repo working copy on Mac OS X (Macbook Pro), I got a hang at
Making html comms.html
[indefinite hang]
Drilling down I found that /usr/bin/texi2html was hanging. I happened to have another one in /opt/local/bin (presumably installed via 'port install texi2html' or 'port install tetex' or the like), and that fixed it. I made the following change in Makeconf:
#TEXI2HTML = /usr/bin/texi2html -split_chapter -number
TEXI2HTML = /opt/local/bin/texi2html -split_chapter -number
and now the build is proceeding.
Julius
------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
