From: "Hartmut Holzgraefe" <[EMAIL PROTECTED]> > Egon Schmid wrote: > > > Whatīs going wrong, you can read it yourself at: > > > > http://php.net/manual/en/build.log > > http://php.net/manual/de/build.log > > ... > > that's the symptom, not the cause
The build logs show, no PHP manual could be build with your funcindex.xml. > "configure" and "make test" do fine for me for different languages > on three different machines for me but fail on the system building > the online manual due to a missing file that definetly *is* in the > CVS I canīt believe it. I havenīt access to that machine and if this funcindex.xml is missing, its impossible to build manuals for different languages. This is my reason to disable funcindex.xml in manual.xml.in with comments. If you look at the build.log, you can see that nsgmls looks probably in wrong directories. BTW I make my tests with "make" -Egon