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

2002-07-18 Thread Gregory Song


 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)...

--
Gregory Song   [EMAIL PROTECTED] http://www.windia.net +86-28-83203038-203

 -Original Message-
 From: Gabor Hojtsy [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 5:22 PM
 To: ФʢÎÄ; [EMAIL PROTECTED]
 Subject: Re: [PHP-DOC] what was the errors in
 http://www.php.net/manual/zh/build.log.gz


  /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




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




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

2002-07-18 Thread Gregory Song


 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...]

--
Gregory Song   [EMAIL PROTECTED] http://www.windia.net +86-28-83203038-203

 -Original Message-
 From: Gabor Hojtsy [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 6:38 PM
 To: Gregory Song
 Subject: Re: [PHP-DOC] what was the errors in
 http://www.php.net/manual/zh/build.log.gz


  Right, actually, contunental is exactly 'Simplefied'. It's just
 different
  statements.
 
   And then I've got a question here. if the proper language code
 is 'zhcn',
  so how about the configure parameter --with-lang and the subdir
 name 'zh'?
  We can see that there have been a Traditional Chinese molude named
  'phpdoc-tw' in the root of Repository. And it can be infered that their
  subdir name of the translation molude is 'tw', which I think is
 the usual
  name to differ SC(Continental) encoding, 'zh'.

 I have checked in a new version of configure.in with zh support. Please
 test the build with it.

 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 in http://www.php.net/manual/zh/build.log.gz

2002-07-18 Thread Gregory Song

 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
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:42:18:E: character data
is no
t allowed here
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:.\installpart.xml:5:28:E: character
data
 is not allowed here
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:.\installpart.xml:25:10:E: end tag
for 
chapter which is not finished
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:45:19:E: character data
is no
t allowed here
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:51:25:E: character data
is no
t allowed here
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:61:7:E: end tag for
part wh
ich is not finished
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:65:27:E: character data
is no
t allowed here
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:75:7:E: end tag for
part wh
ich is not finished
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:79:30:E: character data
is no
t allowed here
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:190:7:E: end tag for
part w
hich is not finished
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:197:15:E: character data
is n
ot allowed here
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:210:7:E: end tag for
part w
hich is not finished
d:\cvs.php\phpdoc-tools\jade\nsgmls.exe:manual.xml:214:22:E: character data
is n
ot allowed here
make: *** [test] Error 1


--
Gregory Song   [EMAIL PROTECTED] http://www.windia.net +86-28-83203038-203

   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 in http://www.php.net/manual/zh/build.log.gz

2002-07-18 Thread Friedhelm Betz


Hallo Gabor,

Thursday, July 18, 2002, 1:36:35 PM, you wrote:

 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?

A short cut from missing-entities:

?xml version='1.0' encoding='iso-8859-1'?
!ENTITY appendices.about ???
!ENTITY appendices.aliases ???
!ENTITY appendices.debugger ???
!ENTITY appendices.history ???
!ENTITY appendices.migration ???
!ENTITY appendices.migration4 ???
!ENTITY appendices.phpdevel ???
!ENTITY appendices.reserved ???
!ENTITY appendices.resources ???
!ENTITY appendices.tokens ???
!ENTITY bookinfo ???
!ENTITY chapters.config ???
!ENTITY chapters.install.apache ???
.

 By
 Friedhelm   


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




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

2002-07-18 Thread Gregory Song

 I don't know why I get following reports everytime I run configure, and It
seemed that Friedhelm Betz [[EMAIL PROTECTED]] get the same reports, as he
mentioned yesterday.

failed to open /cygdrive/d/cvs.php/phpdoc/entities/file-entities.ent for
writing
creating entities/missing-entities.ent and entities/missing-ids.xml

 The entities/file-entities.ent have been generated and I have checked the
'missing-entities.ent' file, and I can see following line:

...
!ENTITY appendices.tokens ???
!ENTITY bookinfo ???
!ENTITY chapters.config ???
...
 anyhow, I enclosed those two files to ensure.

--
Gregory Song   [EMAIL PROTECTED] http://www.windia.net +86-28-83203038-203

 -Original Message-
 From: Gabor Hojtsy [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 18, 2002 7:37 PM
 To: Gregory Song
 Cc: [PHPDOC]
 Subject: Re: [PHP-DOC] what was the errors in
 http://www.php.net/manual/zh/build.log.gz


  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




!-- DON'T TOUCH - AUTOGENERATED BY ./configure --
!-- ZendAPI not found --
!ENTITY zendapi.toc 

!-- chmonly pages inclusion disabled --
!ENTITY chmonly ''

!-- old install.xml not found in language dir --
!ENTITY chapters.install SYSTEM 'installpart.xml'

!-- Separated list of predefined constants. --
!ENTITY appendices.reserved.constants SYSTEM 'reserved.constants.xml'

!ENTITY global.function-index  SYSTEM ./funcindex.xml


?xml version='1.0' encoding='iso-8859-1'? 
!ENTITY appendices.about ???
!ENTITY appendices.aliases ???
!ENTITY appendices.debugger ???
!ENTITY appendices.history ???
!ENTITY appendices.migration ???
!ENTITY appendices.migration4 ???
!ENTITY appendices.phpdevel ???
!ENTITY appendices.reserved ???
!ENTITY appendices.resources ???
!ENTITY appendices.tokens ???
!ENTITY bookinfo ???
!ENTITY chapters.config ???
!ENTITY chapters.install.apache ???
!ENTITY chapters.install.caudium ???
!ENTITY chapters.install.commandline ???
!ENTITY chapters.install.configure ???
!ENTITY chapters.install.fhttpd ???
!ENTITY chapters.install.general ???
!ENTITY chapters.install.hpux ???
!ENTITY chapters.install.iis ???
!ENTITY chapters.install.iplanet ???
!ENTITY chapters.install.linux ???
!ENTITY chapters.install.macosx ???
!ENTITY chapters.install.omnihttpd ???
!ENTITY chapters.install.openbsd ???
!ENTITY chapters.install.oreilly ???
!ENTITY chapters.install.otherhttpd ???
!ENTITY chapters.install.problems ???
!ENTITY chapters.install.solaris ???
!ENTITY chapters.install.unix ???
!ENTITY chapters.install.windows ???
!ENTITY chapters.install.xitami ???
!ENTITY chapters.intro ???
!ENTITY chapters.security ???
!ENTITY chapters.tutorial ???
!ENTITY faq.build ???
!ENTITY faq.com ???
!ENTITY faq.databases ???
!ENTITY faq.general ???
!ENTITY faq.html ???
!ENTITY faq.installation ???
!ENTITY faq.languages ???
!ENTITY faq.mailinglist ???
!ENTITY faq.migration ???
!ENTITY faq.migration4 ???
!ENTITY faq.misc ???
!ENTITY faq.obtaining ???
!ENTITY faq.using ???
!ENTITY features.commandline ???
!ENTITY features.connection-handling ???
!ENTITY features.cookies ???
!ENTITY features.error-handling ???
!ENTITY features.file-upload ???
!ENTITY features.http-auth ???
!ENTITY features.images ???
!ENTITY features.persistent-connections ???
!ENTITY features.remote-files ???
!ENTITY features.safe-mode ???
!ENTITY language.basic-syntax ???
!ENTITY language.constants ???
!ENTITY language.control-structures ???
!ENTITY language.expressions ???
!ENTITY language.functions ???
!ENTITY language.oop ???
!ENTITY language.operators ???
!ENTITY language.references ???
!ENTITY language.types ???
!ENTITY language.variables ???
!ENTITY preface ???
!ENTITY reference.apache.reference ???
!ENTITY reference.array.reference ???
!ENTITY reference.aspell.reference ???
!ENTITY reference.bc.reference ???
!ENTITY reference.bzip2.reference ???
!ENTITY reference.calendar.reference ???
!ENTITY reference.ccvs.reference ???
!ENTITY reference.classobj.reference ???
!ENTITY reference.com.reference ???
!ENTITY reference.cpdf.reference ???
!ENTITY reference.crack.reference ???
!ENTITY reference.ctype.reference ???
!ENTITY reference.curl.reference ???
!ENTITY reference.cybercash.reference ???
!ENTITY reference.cybermut.reference ???
!ENTITY reference.cyrus.reference ???
!ENTITY reference.datetime.reference ???
!ENTITY reference.dba.reference ???
!ENTITY reference.dbase.reference ???
!ENTITY reference.dbm.reference

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

2002-07-18 Thread friedhelm betz

Hi

  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...
 

no, I run configure from the top; very strange.

By 

-- 
--
Friedhelm Betz

GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


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




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

2002-07-17 Thread ФʢÎÄ

hi,
http://www.php.net/manual/zh/build.log.gz show somes errors like follows: 

 running make mirror-files ... 
/usr/bin/jade -D . -wno-idref  -d dsssl/phpweb.dsl -V use-output-dir -t sgml 
/local/mirror/phpdoc/dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
/usr/bin/jade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/../common/dbl10n.dsl:266:10:E:
 L10N ERROR: generate-toc-in-front
/usr/bin/jade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/../common/dbl10n.dsl:309:12:E:
 L10N ERROR: gentext-element-name: zh (toc)

 shell 
environmen/usr/bin/jade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/../common/dbl10n.dsl:442:12:E:
 L10N ERROR: gentext-label-title-sep
/usr/bin/jade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/../common/dbl10n.dsl:309:12:E:
 L10N ERROR: gentext-element-name: zh (note)
/usr/bin/jade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/../common/dbl10n.dsl:309:12:E:
 L10N ERROR: gentext-element-name: zh (note)

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?

could you tell us how to result it?
thanks!

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