Simion Onea escreveu:
-----Original Message-----
From: Hannes Magnusson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 27, 2007 12:04 PM
To: Simion Onea
Cc: PHPdoc
Subject: Re: [PHP-DOC] Question about the tools
On Nov 27, 2007 7:41 AM, Simion Onea <[EMAIL PROTECTED]> wrote:
Hi!
Could you please tell me if I am correct:
First I run "autoconf". (no errors/warnings) Then I run
"./configure
--with-lang=ro". And it says that I have missing ids.
So I cannot expect that "make test" will pass.
Am I correct?
I don't think "make test" works anymore, but since the
missing IDs are detected at ./configure time they are
replaced with "???" to fix the build.
Meaning: make test_xml works fine - even with missing IDs.
-Hannes
Oh, I found the errors! They went to PHP's error log that I configured.
A lot of IDs are missing (about 40). Probably because the majority of files
are not translated. But I thought they will be taken ftom the English tree.
What can I do? I just wanted to build the Romanian manual as it is.
Regards,
Simion.
Missing ids is not that a file is not translated. Is about outdated
files, files that need update. Some id change or is added on a en file
and this file is not updated, this will make a missing id, because the
id exists on en(and can be used in other part of the manual) but do not
exist in ro, because the translated version do not have it. So, to take
care of missing ids, update the files where they are.
And the manual build without any error with/without missing ids. The
build system take care of this.
Fernando Correa da Conceição