Re: [PHP-DOC] manual build

2007-11-30 Thread Hannes Magnusson
On Nov 30, 2007 9:41 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > I know the docs don't validate at the moment, but that has nothing to > > do with the spl docs. > > You probably need to run ./configure again. > > I did, a lot of times. Got: > Created file: entities/missing-entities.ent >

Re: [PHP-DOC] manual build

2007-11-30 Thread Stanislav Malyshev
I know the docs don't validate at the moment, but that has nothing to do with the spl docs. You probably need to run ./configure again. I did, a lot of times. Got: Created file: entities/missing-entities.ent * and so on with a lot of SPL stuff and make .manual.xml doesn't work. If I remove SPL

Re: [PHP-DOC] manual build

2007-11-30 Thread Hannes Magnusson
On Nov 30, 2007 9:09 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > I checked out newest REF_STRUCT_DEV today and I noticed the manual > doesn't build, producing errors on SPL: > > Generating the manual...manual.xml:71: element include: XInclude error : > XPointer evaluation failed: #xmlns(db=

[PHP-DOC] manual build

2007-11-30 Thread Stanislav Malyshev
I checked out newest REF_STRUCT_DEV today and I noticed the manual doesn't build, producing errors on SPL: Generating the manual...manual.xml:71: element include: XInclude error : XPointer evaluation failed: #xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.arrayiterator')/db:refentr

Re: [PHP-DOC] Manual build failure

2005-07-27 Thread Gabor Hojtsy
>>>and xref tags, either xref is not supported in this context (which I >>>doubt), or xref should not point to a paragraph with an ID (which is >>>probable). But as far as I guess, function.dom-domattr-construct is not >>>a para, but a complete function doc section. > > Finally, last night I was a

Re: [PHP-DOC] Manual build failure

2005-07-27 Thread Darvin Andrioli
[...] > > and xref tags, either xref is not supported in this context (which I > > doubt), or xref should not point to a paragraph with an ID (which is > > probable). But as far as I guess, function.dom-domattr-construct is not > > a para, but a complete function doc section. Finally, last night I

Re: [PHP-DOC] Manual build failure

2005-07-25 Thread Darvin Andrioli
> > > All the errors from reference.xml are made by the following sequence of > > lines: > > > > [...] > > > > &reftitle.constructor; > > > > > > - > construct a new > > DOMAttr object <-- The line with error > > > > > > > > [...] > > > [...] > Since the error message says somethi

Re: [PHP-DOC] Manual build failure

2005-07-25 Thread Gabor Hojtsy
> All the errors from reference.xml are made by the following sequence of > lines: > > [...] > > &reftitle.constructor; > > > - construct a new > DOMAttr object <-- The line with error > > > > [...] > > All 'constructor' tables have the error. Other tables (i.e. methods table) >

[PHP-DOC] Manual build failure

2005-07-25 Thread Darvin Andrioli
Hi all, last week Derick tried to build the Italian translation of the manual, but he got the following errors: /usr/bin/openjade:/dat/dev/php/phpdoc/it/reference/dom/reference.xml:52:14:E : [riferimento a para non supportato] /usr/bin/openjade:/dat/dev/php/phpdoc/it/reference/dom/reference.xml:1

RE: [PHP-DOC] manual build issues (hu)

2002-11-19 Thread James Cox
Sent: Tuesday, November 19, 2002 7:20 PM > To: Philip Olson > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] manual build issues (hu) > > > > > > It appears that all build logs are missing. Also, > > > > the /en/ build is about seven days old.

Re: [PHP-DOC] manual build issues (hu)

2002-11-19 Thread Gabor Hojtsy
> > > It appears that all build logs are missing. Also, > > > the /en/ build is about seven days old. AFICT the > > > only missing online manual is /hu/. Strangly, > > > download-docs.php does list a working /hu/ version. > > > > It's list was restored some days ago with old manual > > content

Re: [PHP-DOC] manual build issues (hu)

2002-11-19 Thread Philip Olson
> > It appears that all build logs are missing. Also, > > the /en/ build is about seven days old. AFICT the > > only missing online manual is /hu/. Strangly, > > download-docs.php does list a working /hu/ version. > > It's list was restored some days ago with old manual > contents. The downloa

Re: [PHP-DOC] manual build issues (hu)

2002-11-19 Thread Gabor Hojtsy
> It appears that all build logs are missing. Also, > the /en/ build is about seven days old. AFICT the > only missing online manual is /hu/. Strangly, > download-docs.php does list a working /hu/ version. It's list was restored some days ago with old manual contents. The downloads always disp

RE: [PHP-DOC] manual build issues (hu)

2002-11-19 Thread James Cox
CTED] > Subject: Re: [PHP-DOC] manual build issues (hu) > > > > It appears that all build logs are missing. Also, > the /en/ build is about seven days old. AFICT the > only missing online manual is /hu/. Strangly, > download-docs.php does list a working /hu/ version. >

Re: [PHP-DOC] manual build issues (hu)

2002-11-19 Thread Philip Olson
It appears that all build logs are missing. Also, the /en/ build is about seven days old. AFICT the only missing online manual is /hu/. Strangly, download-docs.php does list a working /hu/ version. Philip On Tue, 19 Nov 2002, Gabor Hojtsy wrote: > Hi! > > See http://php.net/manual/hu (it'

[PHP-DOC] manual build issues (hu)

2002-11-19 Thread Gabor Hojtsy
Hi! See http://php.net/manual/hu (it's quite empty). The only thing the revcheck file says: "The hu language code is not valid". There is even no build log. What does that mean, what is the problem. I don't think it is something I can solve... Goba -- PHP Documentation Mailing List (http://

Re: [PHP-DOC] manual build issues

2002-01-14 Thread Philip Olson
> I have now made a test myself with my old system. If you have a > correct DocBook installation, you should see no errors. I'm hoping someone can help me see what's wrong so I can fix. I've tried, and failed. >From the errors, any ideas? I'm desperate here :) Regards, Philip Olson

Re: [PHP-DOC] manual build issues

2002-01-14 Thread Hartmut Holzgraefe
Philip Olson wrote: >>BTW which problems do you have building the HTM manual locally? >> > > In doing this: > > make clean; autoconf; ./configure; make html > junk 2>&1 > > The first few lines of 'junk' is as follows. I used to have this > problem with 'make test' until jim's patch 1.99

Re: [PHP-DOC] manual build issues

2002-01-14 Thread Egon Schmid
From: "Philip Olson" <[EMAIL PROTECTED]> > > BTW which problems do you have building the HTM manual locally? > > In doing this: > > make clean; autoconf; ./configure; make html > junk 2>&1 > > The first few lines of 'junk' is as follows. I used to have this > problem with 'make test' until jim

Re: [PHP-DOC] manual build issues

2002-01-14 Thread Philip Olson
> which version of dsssl stylesheets do you use? docbook-dsssl 1.74b-1 latest debian sid package.

Re: [PHP-DOC] manual build issues

2002-01-14 Thread Philip Olson
> BTW which problems do you have building the HTM manual locally? In doing this: make clean; autoconf; ./configure; make html > junk 2>&1 The first few lines of 'junk' is as follows. I used to have this problem with 'make test' until jim's patch 1.99 on Makefile.ini titled "don't make te

Re: [PHP-DOC] manual build issues

2002-01-13 Thread Egon Schmid
From: "Philip Olson" <[EMAIL PROTECTED]> > Seems still problems exist, latest builds are January 5. I am unable to > build the html manual locally, anyone else have this problem? If not, > I'll expand on it. 'make test' works fine. This is one of the reasons. BTW which problems do you have b

[PHP-DOC] manual build issues

2002-01-13 Thread Philip Olson
Seems still problems exist, latest builds are January 5. I am unable to build the html manual locally, anyone else have this problem? If not, I'll expand on it. 'make test' works fine. Regards, Philip Olson