The problem is that you are using PHP CGI, while you should be using CLI. Just change the php.bat file to use cli/php.exe instead of php.exe.
Nuno
----- Original Message -----
Hi,
I'm trying to generate php online manual on my local machine. I use w2k, cygwin.
I checked out phpdoc module from cvs, installed jade, and set php.bat, changed
dir ("cd d:")to /cygdrive/d/home/root/CVS/phpdoc, then autoconf, ./configure.
I've successfully run "make html", so the basic configuration seems to be OK to
me. (see config.log below, please)