"Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 21 Sep 2005, Nuno Lopes wrote: > > > The chm build tools are available at http://cvs.php.net/phpdoc/chm > > However this is a problem in the server's configuration, because the chms I've > > built on my machine are fine. It's probably just a locales problem within > > openjade. > > ?? Nothing in the configuration changed in a whole year... and it > suddendly stopped working. I also can't debug anything as Windows > refuses to show any CHMs at all right now.
What's about phpdoc/chm/make_chm.php? it was changed 2 weeks ago. Also, it's unclear which one directory is really used for building chm files. I see two concurent ways: phpdoc/htmlhelp/make_chm.bat and phpdoc/chm/make_chm.bat Both set of tools expect all the files produced by running make in html subdirectory while really it appears a level higher. So with default setting neither works. Anyway, it does not expliain what's wrong with "Next", "Back" and other links. BTW, chm I downloaded yesterday works fine. Probably you tried to run chm from a networked drive. Since IE version 6 it won't work for the reasons known to MS alone... Try chm on a local disk. JV