From: Julius S. <jo...@cc...> - 2008-12-06 22:47:45
|
<html> <body> <font size=3>Hi All,<br><br> In trying to 'make all' in the latest octave-forge repo working copy on Mac OS X (Macbook Pro), I got a hang at<br><br> Making html comms.html<br> [indefinite hang]<br><br> 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:<br><br> #TEXI2HTML = /usr/bin/texi2html -split_chapter -number<br> TEXI2HTML = /opt/local/bin/texi2html -split_chapter -number<br><br> </font>and now the build is proceeding.<br><br> Julius<br><br> <br> <x-sigsep><p></x-sigsep> <font size=4>"Anybody who knows all about nothing knows everything" -- Leonard Susskind<br> </font></body> </html> |