On Nov 27, 2007 11:27 AM, Simion Onea <[EMAIL PROTECTED]> wrote: > > -----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.
php configure.php --with-lang=ro --force-dom-save You'll still get the error - but .manual.xml will be created. -Hannes