Hi people I've had the following erros in the cygwin when run ./configure I have installed cygwin in c:/cygwin/
Before the error below i've got a error, that tell me that the file 'file-entities.xml' cannot be open for writing so i needed replace $fp = fopen("$out_dir/entities/file-entities.ent", "w"); for $fp = fopen("../entities/file-entities.ent", "w"); in scripts/file-entities.php.in . I made this because i don't know so much about the files of manual, and the reason for this error. Anybody have solution for his bug? [EMAIL PROTECTED] /home/phpdoc $ autoconf ->works well [EMAIL PROTECTED] /home/phpdoc $ ./configure file versions Makefile.in,v 1.138 configure.in,v 1.196 configure options: source directory: . working directory: /home/phpdoc checking for php... ../phpdoc-tools/php.bat checking php version... 4.3.2 cgi-fcgi checking for jade... ../phpdoc-tools/jade/jade.exe checking for nsgmls... ../phpdoc-tools/jade/nsgmls.exe checking for xsltproc... /usr/bin/xsltproc checking for xmllint... /usr/bin/xmllint checking for docbook.dsl... ./dsssl/docbook (default) checking for PHP source path... no checking for PEAR source path... no checking for additional PHP extensions... no checking for ZendAPI... not found checking for CSS to use for html docs... none checking for chmonly inclusion... disabled (default) checking for language... en (default) checking for treesaving... saving trees: #f configure: creating ./config.status config.status: creating ./Makefile config.status: creating ./installpart.xml config.status: creating ./manual.xml config.status: creating ./reserved.constants.xml config.status: creating ./xsl/htmlhelp.xsl config.status: creating ./xsl/param_html.xsl config.status: creating ./scripts/missing-entities.php config.status: creating ./scripts/phpweb-entities.php config.status: creating ./scripts/test_missing-entities.php config.status: creating ./scripts/file-entities.php config.status: creating ./entities/version.ent config.status: creating ./dsssl/common.dsl config.status: creating ./dsssl/howto.dsl config.status: creating ./dsssl/html-locale.dsl config.status: creating ./dsssl/html.dsl config.status: creating ./dsssl/install.dsl config.status: creating ./dsssl/phpweb.dsl config.status: creating ./dsssl/print.dsl config.status: creating ./dsssl/quickref.dsl config.status: creating ./RFC/manual.xml creating entities/file-entities.ent... Zend part not found Using the install part from installpart.xml testing the manual for missing elements... entities/missing-entities.ent created entities/missing-ids.xml created -> no problems [EMAIL PROTECTED] /home/phpdoc $ make test ../phpdoc-tools/jade/nsgmls.exe -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml. dcl manual.xml C:\cygwin\home\phpdoc-tools\jade\nsgmls.exe:manual.xml:53:2:E: cannot open "/hom e/phpdoc/installpart.xml" (No such file or directory) C:\cygwin\home\phpdoc-tools\jade\nsgmls.exe:C:/cygwin/home/phpdoc/en/appendi ces/ reserved.xml:1202:2:E: cannot open "/home/phpdoc/reserved.constants.xml" (No suc h file or directory) C:\cygwin\home\phpdoc-tools\jade\nsgmls.exe:manual.xml:254:2:E: cannot open "/ho me/phpdoc/funcindex.xml" (No such file or directory) make: *** [test] Error 1 This is my headache Thanks Taniel Franklin -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php