Re: [PHP-DOC] what was the errors inhttp://www.php.net/manual/zh/build.log.gz

2002-07-18 Thread Gabor Hojtsy

 What I get is exactly as below:

 $ make test
 SP_ENCODING=gb2312 SP_CHARSET_FIXED=YES ../phpdoc-tools/jade/nsgmls.exe -i
 lang-
 zh_cn -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
 d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:37:11:E: character data
 is no t allowed here

It seems that the bookinfo; entity is not correctly set.
Is the entities/file-entities.ent file generated? Or bookinfo
and other entities is defined in the missing-entities.ent file?

Goba



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




Re: [PHP-DOC] what was the errors inhttp://www.php.net/manual/zh/build.log.gz

2002-07-18 Thread Gabor Hojtsy

 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




Re: [PHP-DOC] what was the errors inhttp://www.php.net/manual/zh/build.log.gz

2002-07-18 Thread Gabor Hojtsy

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

Well, I still don't know how the en dir comes in (maybe you run
configure from there?). It should be ./ unless you run configure
from another dir...

Goba



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