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?

You have the usual cygwin bug... When you get the cygwin prompt, move to the dir with *DOS* cd commands, ie. start with cd "c:/home" or something alike. Then the path values will be correct for all programs involved. Cygwin tools understand DOS path names, but other command line programs cannot understand cygwin path values...


Goba


-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to