> -----Original Message----- > From: Hannes Magnusson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 27, 2007 3:57 PM > To: Simion Onea > Cc: PHPdoc > Subject: Re: Found the errors > > Thats one bigass errorlog. > This isn't a clean checkout, is it? > > A clean checkout works fine for me, and these errors you are > getting don't really make sense. > If you are still able to reproduce this on a clean checkout > send me your entities/file-entities.ent file. > > -Hannes
Hi Hannes! I finally managed to build the ".manual.xml" file and ran PhD to build the manual itself. Now I understand where was my mistake. Before using "php configure.php" and PhD I launched "./configure" and "make test". And because these tools are now incompatible, I messed up things. I did a clean checkout of both "phpdoc" and "phpdoc-ro-dir" as you suggested. Then I ran "php configure.php --with-lang=ro --force-dom-save". It finished successfully. Then I ran "phd -d.manual.xml". It also worked fine. Now I understand how it works. Sorry for taking your time, when it was my mistake. I just didn't know that I must not use the "./configure" script anymore. Best regards, Simion.