> failed to open en/entities/file-entities.ent for writing
> creating entities/missing-entities.ent and entities/missing-ids.

As the error message says, for some reason, the file-entities.php
script tries to create the ent file under en/entitites. This is
not logical, as configure calls it up with `pwd` as the last
parameter and it should add the actual directory. This is put into
$out_dir in file-entities.php and the ent file is to be created
in the entitities subdir of it...

This thing was added by Jim Winstead some days ago to make the
online scripts working again. Because one should not write into
$scrdir (where the CVS checkout is), so the file-entites.ent
file's path should not be computed from the scripts path, but
from the directory, where you start configure.

It seems that this has problems with cygwin, as it returns
/cygdrive/d which is not correct for fopen. We can code a
workaround for this. But this also has problems with Friedhelm's
system which I don't know how to solve or do a workaround for...

Goba



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

Reply via email to