[Cs-dev] can't build the manual
Date | 2011-01-17 11:46 |
From | Victor Lazzarini |
Subject | [Cs-dev] can't build the manual |
This seems to always happen at this stage. I can't build the manual, this line in manual.xml seems to be culprit: xsl/customXHTMLchunk.xsl rm -rf html echo "Remember to use the html-dist target for distribution!" Remember to use the html-dist target for distribution! mkdir -p html xsltproc --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml manual.xml:1587: warning: failed to load external entity "c:/utah/opt/ docbook-xml-4.5/docbookx.dtd" ]> ^ preface/history.xml:5: parser error : Entity 'eacute' not defined l was improved and worked on by Richard Boulanger, &namejohn;, Jean Piché etc... ======= without the manual, there is no OSX release. Victor ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-01-17 12:37 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] can't build the manual |
Never mind, I got docbook sources and was able to build it. Still, I don't think we should keep private paths in CVS code. Victor On 17 Jan 2011, at 11:46, Victor Lazzarini wrote: > This seems to always happen at this stage. I can't build the manual, > this line in manual.xml seems to be culprit: > > "c:/utah/opt/docbook-xml-4.5/docbookx.dtd" [ > > c:/utah/opt is in someone else's machine. It shouldn't really be > there. I have set XSL_BASE_PATH, which is > usually all I need to do, but now I'm getting > > mu-lap-2h2-1:manual victor$ make > [ -d "/Users/victor/src/docbook" ] || ( \ > echo "The XSL_BASE_PATH variable must be set to the XSL stylesheets > installation directory" ; \ > false ) > sed -e 's|@xsl_base_path@|/Users/victor/src/docbook|' xsl/ > customXHTMLchunk.xsl.in > xsl/customXHTMLchunk.xsl > rm -rf html > echo "Remember to use the html-dist target for distribution!" > Remember to use the html-dist target for distribution! > mkdir -p html > xsltproc --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml > manual.xml:1587: warning: failed to load external entity "c:/utah/opt/ > docbook-xml-4.5/docbookx.dtd" > ]> > ^ > preface/history.xml:5: parser error : Entity 'eacute' not defined > l was improved and worked on by Richard Boulanger, &namejohn;, Jean > Piché > > etc... > > ======= > without the manual, there is no OSX release. > > Victor > > > > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how > you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-01-17 12:38 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] can't build the manual |
Odd; builds for me (apart from missing pvswaro example ==John ff > This seems to always happen at this stage. I can't build the manual, > this line in manual.xml seems to be culprit: > > "c:/utah/opt/docbook-xml-4.5/docbookx.dtd" [ > > c:/utah/opt is in someone else's machine. It shouldn't really be > there. I have set XSL_BASE_PATH, which is > usually all I need to do, but now I'm getting > > mu-lap-2h2-1:manual victor$ make > [ -d "/Users/victor/src/docbook" ] || ( \ > echo "The XSL_BASE_PATH variable must be set to the XSL stylesheets > installation directory" ; \ > false ) > sed -e 's|@xsl_base_path@|/Users/victor/src/docbook|' xsl/ > customXHTMLchunk.xsl.in > xsl/customXHTMLchunk.xsl > rm -rf html > echo "Remember to use the html-dist target for distribution!" > Remember to use the html-dist target for distribution! > mkdir -p html > xsltproc --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml > manual.xml:1587: warning: failed to load external entity "c:/utah/opt/ > docbook-xml-4.5/docbookx.dtd" > ]> > ^ > preface/history.xml:5: parser error : Entity 'eacute' not defined > l was improved and worked on by Richard Boulanger, &namejohn;, Jean > Piché > > etc... > > ======= > without the manual, there is no OSX release. > > Victor > > > > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |