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




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

> 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

>  Well, I configured it correctly and get 'gb2312' encoding when I make
test.
> However, It cannot make test correctly and I get the errors I described
here
> yesterday, although the files are alright!
>
> $make test
> SP_ENCODING=gb2312 SP_CHARSET_FIXED=YES ../phpdoc-tools/jade/nsgmls.exe -i
> lang-zh_ch -D . -s ./dtds/ ..
> [some error in manual.xml and installpart.xml files...]

As you have reported quite some errors these days, please copy-paste the
actual and current error reoport you receive now, including all the output
of make test.

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

>  As far as I know, we usually see two choice of Simplefied Chinese(SC)
> encoding in SC version of Windows systems, one is 'zh' and another is
> 'gb2312'(I think 'gb2312' is the encoding method name of SC and 'zh' is
SC's
> language code), but it's OK if anyone is chosen, for a same SC document,
> text or webpage. And I see usually 'zh' is stand for SC encoding in most
of
> the multi-language support Program while 'tw' for Traditional Chinese(TC)
> encoding, which encoding name is 'big5'.
>
>  So I think the proper language code for SC is 'zh' and TC is 'tw' or
> 'hk'(Traditional Chinese used in Hongkong)...

So as far as the DSSSL sheets need the name it's "zhch" as
form the list in dbl10n:

;; zhcn - Chinese (Continental) 1.55
;; zhtw - Chinese (Traditional) 1.70

none of them is Simlified, but you say that traditional is not
acceptable, so then continental should be the right choice...

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

> /usr/bin/jade:/usr/share/sgml/docbook/stylesheet/
> dsssl/modular/html/../common/dbl10n.dsl:266:10:E:
> L10N ERROR: generate-toc-in-front
 
> I meet almost the same errors when I running make html,
> I think the file dbl10n.dsl has some errors about Simple
> Chinese Code 'zh',isn't it?

As far as I can see, there is no single zh code for Simple Chineese,
but there is "zhch" and "zhtr" for variations. Do you see a single "zh"
in your distribution? If no, then please choose one from the two zhs and
so we can hopefully adjust the build system to use that.

Goba



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