[Cs-dev] caanot build manual
| Date | 2011-11-04 14:16 |
| From | menno |
| Subject | [Cs-dev] caanot build manual |
I got an error today trying to build the manual.
Steven, can it be that be that your last commit to git is the cause of this?
But it can be my system, because i am moving to Xubuntu11.10...
greetings
Menno
xsltproc --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
warning: failed to load external entity "misc/quickref.xml"
misc/top.xml:3: parser error : Failure to process entity miscquickref
&miscquickref;
^
misc/top.xml:3: parser error : Entity 'miscquickref' not defined
&miscquickref;
^
warning: failed to load external entity "misc/examples.xml"
misc/top.xml:4: parser error : Failure to process entity miscexamples
&miscexamples;
^
misc/top.xml:4: parser error : Entity 'miscexamples' not defined
&miscexamples;
^
manual.xml:1781: parser error : Failure to process entity misc
&misc;
^
manual.xml:1781: parser error : Entity 'misc' not defined
&misc;
^
unable to parse manual.xml
make: *** [html] Error 6
--
View this message in context: http://csound.1045644.n5.nabble.com/caanot-build-manual-tp4964223p4964223.html
Sent from the Csound - Dev mailing list archive at Nabble.com.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2011-11-04 14:28 |
| From | Steven Yi |
| Subject | Re: [Cs-dev] caanot build manual |
I'm able to build here. Are you using "make html-dist"? That seems to be the only target to actually call quickref.py to build the quickref.xml file. It sounds like that hasn't been built on your system yet, so running just "make" would likely fail without it. This is testing on OSX with latest from manual GIT. On Fri, Nov 4, 2011 at 2:16 PM, menno |
| Date | 2011-11-04 17:07 |
| From | Forrest Cahoon |
| Subject | Re: [Cs-dev] caanot build manual |
| Attachments | None None |
| Yeah, I got the same error menno is reporting when I used "make html" I ran quickref.py manually to solve that, and later realized I could have just run "make html-dist" instead. It seems to me that generating quickref.xml should be its own make target, which both html and html-dist depend on. That would fix this issue and keep quickref.xml from been regenerated unnecessarily. Forrest On Fri, Nov 4, 2011 at 9:28 AM, Steven Yi <stevenyi@gmail.com> wrote: I'm able to build here. Are you using "make html-dist"? That seems |