I'm having difficulties building the manual from cygwin this evening. It seems the problems started earlier when quite a few files were removed (moved) from the root directory, I make clean, autoconf, configure, and make test:
$ make test make: Circular quickref.txt <- manual.xml dependency dropped. if test ! -e funcindex.xml; then touch funcindex.xml; fi ../phpdoc-tools/jade/jade.exe -wno-idref -c ../phpdoc-tools/jade/catalog -c ../p hpdoc-tools/iso-entities/catalog -d dsssl/quickref.dsl -V nochunks -t sgml ./dtd s/dbxml-3.1.7/phpdocxml.dcl manual.xml | sed -e 's/ */ /g' | sort -f > quickre f.txt C:\cygwin\phpdoc\phpdoc-tools\jade\jade.exe:E: cannot open "dsscannot create qui ckref.txt: permission denied sl/" (Permission denied) C:\cygwin\phpdoc\phpdoc-tools\jade\jade.exe:E: specification document does not h ave the DSSSL architecture as a base architecture C:\cygwin\phpdoc\phpdoc-tools\jade\jade.exe:dsssl/quickref.dsl:31:14:E: referenc e to undefined variable "string-replace" make: *** [quickref.txt] Error 2 Best Regards, Kenneth Schwartz - http://www.irc-html.com E-mail: [EMAIL PROTECTED] Emergency Contact: 910-382-6280 On Mon, 07 Jan 2002 00:10:57 -0000 "Hartmut Holzgraefe" <[EMAIL PROTECTED]> wrote: > hholzgra Sun Jan 6 19:10:57 2002 EDT > > Modified files: > /phpdoc configure.in > Log: > last patch was realy stupid, should go to bed now ... :( > > > Index: phpdoc/configure.in > diff -u phpdoc/configure.in:1.103 phpdoc/configure.in:1.104 > --- phpdoc/configure.in:1.103 Sun Jan 6 18:16:42 2002 > +++ phpdoc/configure.in Sun Jan 6 19:10:56 2002 > @@ -1,4 +1,4 @@ > -dnl $Id: configure.in,v 1.103 2002/01/06 23:16:42 hholzgra Exp $ > +dnl $Id: configure.in,v 1.104 2002/01/07 00:10:56 hholzgra Exp $ > > dnl autoconf initialisation > AC_INIT() > @@ -185,7 +185,6 @@ > AC_MSG_RESULT(in $withval) > fi > ],[ > - ( > cd dsssl > for dir1 in ../../phpdoc-tools/dsssl \ > ../phpdoc-tools/dsssl \ > @@ -213,7 +212,7 @@ > done > if test ! -z "$DOCBOOK_HTML"; then break; fi > done > - ) > + cd .. > ]) > > AC_SUBST(DOCBOOK_HTML) > @@ -234,7 +233,6 @@ > DOCBOOKXSL_PRINT=$withval/fo/docbook.xsl > AC_MSG_RESULT(in $withval) > ],[ > - ( > cd dsssl > for dir in \ > ../../phpdoc-tools/xsl/docbook \ > @@ -252,7 +250,7 @@ > break > fi > done > - ) > + cd .. > ]) > if test -z "$DOCBOOKXSL_BIGHTML"; then > DOCBOOKXSL_BIGHTML=../phpdoc-tools/xsl/html/docbook.xsl > >