----- Original Message -----
Sent: Saturday, January 04, 2003 12:50
AM
Subject: [PHP-DOC] :: compiling manual
::
hi people, i've tried to compile the manual on
WINDOWS, using cygwin, i've got a error, that tell me that the file
'file-entities.xml' cannot be open for writing.
So, i've change the file
file-entities.php.in
at the line number: 76
i've commented the line that i've
change
//$fp =
fopen("$out_dir/entities/file-entities.ent", "w");
$fp =
fopen("../entities/file-entities.ent", "w");
after this, the manual, compiles well, when run
the command configure, but in time of 'make test' show some errors (3 to be
exact) about this, i'll tell my route:
$ autoconf
$ ./configure
-> error, changed the file
'file-entities.php.in' with that lines above.
again
$ autoconf
$ ./configure
->works
now, the little headache
$ make test
../phpdoc-tools/jade/nsgmls.exe -i lang-en -D .
-s ../dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
C:\cygwin\arquivos\phpdoc-tools\jade\nsgmls.exe:manual.xml:52:2:E:
cannot open "/arquivos/phpdoc/installpart.xml"
(No such file or directory)
C:\cygwin\arquivos\phpdoc-tools\jade\nsgmls.exe:C:/cygwinarquivos/phpdoc/en/appendices/reserved.xml:1132:2:E:
cannot open "/arquivos/phpdoc/reserved.constants.xml" (No such file or
directory)
C:\cygwin\arquivos\phpdoc-tools\jade\nsgmls.exe:manual.xml:241:2:E:
cannot open "/arquivos/phpdoc/funcindex.xml" (No such file or
directory)
make: *** [test] Error 1
i don't know what this can be, the files is in the directory that the
make test say me that it won't, i don't know really what to do anymore.
and a second question the nickname 'thomasgm' is blocked at cvs.php.net?
or not?
--
Thanks,
Turbano