On Fri, 23 Jul 2004 20:07:37 +1000, Dave <[EMAIL PROTECTED]> wrote: > On Friday, July 23, 2004, 9:58:45 PM, Gabor wrote: > > > Hi Jon, > > > What OS are you using? I remember seeing this problem myself before, but > > sadly I cannot remember what was the solution. So it would be a good > > idea to search in the archives > > (http://marc.theaimsgroup.com/?l=phpdoc). > > > Goba > > This happened to me once, the fix was using "cvs update -dP" to prune > empty directories. > Thanks, that seems to be working now :)
> Dave > > > > > Jon Wood írta: > >> Hey, > >> > >> I'm trying to build the manual from CVS by following the howto guide > >> at php.net, however I'm having problems when it gets to the actual > >> building of the manual. > >> > >> The input/output is shown below, any help would be appreciated :) > >> > >> [EMAIL PROTECTED]:~/phpdoc> autoconf > >> [EMAIL PROTECTED]:~/phpdoc> ./configure > >> file versions > >> Makefile.in,v 1.150 > >> configure.in,v 1.201 > >> configure options: > >> source directory: . > >> working directory: /home/jon/phpdoc > >> > >> checking for php... /usr/bin/php > >> checking php version... 5.0.0 cli > >> checking for php.ini path... ./scripts > >> checking for openjade... /usr/bin/openjade > >> checking for onsgmls... /usr/bin/onsgmls > >> checking for xsltproc... /usr/bin/xsltproc > >> checking for xmllint... /usr/bin/xmllint > >> checking for docbook.dsl... ./dsssl/docbook (default) > >> checking for PHP source path... no > >> checking for PEAR source path... no > >> checking for additional PHP extensions... no > >> checking for ZendAPI... not found > >> checking for CSS to use for html docs... none > >> checking for chmonly inclusion... disabled (default) > >> checking for language... en (default) > >> checking for treesaving... saving trees: #f > >> configure: creating ./config.status > >> [...snip, creating various files...] > >> > >> creating entities/file-entities.ent... > >> Zend part not found > >> Using the install part from installpart.xml > >> > >> testing the manual for missing elements... > >> entities/missing-entities.ent created > >> entities/missing-ids.xml created > >> > >> [EMAIL PROTECTED]:~/phpdoc> make html > >> touch .manual.xml > >> CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status > >> config.status: creating manual.xml > >> /usr/bin/php -q ./scripts/rtlpatch/hackmanuallang.php en > >> /usr/bin/openjade -D . -wno-idref -c ./entities/ISO/catalog -c > >> ./dsssl/docbook/catalog -c /usr/share/sgml/CATALOG.docbk41 -c > >> /usr/share/sgml/CATALOG.jade_dsl -c ./dsssl/defaults/catalog -d > >> dsssl/html.dsl -V use-output-dir -t sgml > >> ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml > >> /usr/bin/openjade:E: error reading "dsssl/catalog" (Is a directory) > >> make: *** [html/index.html] Interrupt > >> [... Output stalls here ...] > >> [EMAIL PROTECTED]:~/phpdoc> > >> > > > Dave > >