Csound Csound-dev Csound-tekno Search About

[Csnd-dev] building manual on debian

Date2017-05-10 15:30
FromAnders Genell
Subject[Csnd-dev] building manual on debian
Hi!

I thought I'd build the manual (to read the Ableton Link example) but can't get it to build properly.

I'm on debian, and firstly
apt-get install docbook xsltproc 
was not enought to get all dependencies - the stylesheets were still missing. I added apt-get install docbook-xml and docbook-xsl which seems to have solved that part, but I still get errors like

xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
misc/quickref.xml:6: parser error : Premature end of data in tag chapter line 5
  <title>Opcode Quick Reference</title>
                                       ^
misc/quickref.xml:6: parser error : Premature end of data in tag part line 3
  <title>Opcode Quick Reference</title>
                                       ^
misc/top.xml:3: parser error : Failure to process entity miscquickref
  &miscquickref;
                ^
misc/top.xml:3: parser error : Entity 'miscquickref' not defined
  &miscquickref;
                ^
manual.xml:1976: parser error : Failure to process entity misc
  &misc;
        ^
manual.xml:1976: parser error : Entity 'misc' not defined
  &misc;
        ^
unable to parse manual.xml
Makefile:708: recipe for target 'html' failed
make: *** [html] Error 6

Am I missing other dependencies or is it something else?

Regards,
Anders

Date2017-05-10 15:34
FromMichael Gogins
SubjectRe: [Csnd-dev] building manual on debian
There is an up to date playable version of the manual at:

https://gogins.github.io/csound/html/indexframes.html

The Ableton Link opcodes are described here:

https://gogins.github.io/csound/html/OSCNetwork.html#AbletonLink

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Wed, May 10, 2017 at 10:30 AM, Anders Genell  wrote:
> Hi!
>
> I thought I'd build the manual (to read the Ableton Link example) but can't
> get it to build properly.
>
> I'm on debian, and firstly
> apt-get install docbook xsltproc
> was not enought to get all dependencies - the stylesheets were still
> missing. I added apt-get install docbook-xml and docbook-xsl which seems to
> have solved that part, but I still get errors like
>
> xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
> misc/quickref.xml:6: parser error : Premature end of data in tag chapter
> line 5
>   Opcode Quick Reference
>                                        ^
> misc/quickref.xml:6: parser error : Premature end of data in tag part line 3
>   Opcode Quick Reference
>                                        ^
> misc/top.xml:3: parser error : Failure to process entity miscquickref
>   &miscquickref;
>                 ^
> misc/top.xml:3: parser error : Entity 'miscquickref' not defined
>   &miscquickref;
>                 ^
> manual.xml:1976: parser error : Failure to process entity misc
>   &misc;
>         ^
> manual.xml:1976: parser error : Entity 'misc' not defined
>   &misc;
>         ^
> unable to parse manual.xml
> Makefile:708: recipe for target 'html' failed
> make: *** [html] Error 6
>
> Am I missing other dependencies or is it something else?
>
> Regards,

Date2017-05-10 15:35
FromAnders Genell
SubjectRe: [Csnd-dev] building manual on debian
Oh, thanks Mike!
I won't bother with building myself then :-)

Regrads,
Anders

On Wed, May 10, 2017 at 4:34 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
There is an up to date playable version of the manual at:

https://gogins.github.io/csound/html/indexframes.html

The Ableton Link opcodes are described here:

https://gogins.github.io/csound/html/OSCNetwork.html#AbletonLink

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Wed, May 10, 2017 at 10:30 AM, Anders Genell <anders.genell@gmail.com> wrote:
> Hi!
>
> I thought I'd build the manual (to read the Ableton Link example) but can't
> get it to build properly.
>
> I'm on debian, and firstly
> apt-get install docbook xsltproc
> was not enought to get all dependencies - the stylesheets were still
> missing. I added apt-get install docbook-xml and docbook-xsl which seems to
> have solved that part, but I still get errors like
>
> xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
> misc/quickref.xml:6: parser error : Premature end of data in tag chapter
> line 5
>   <title>Opcode Quick Reference</title>
>                                        ^
> misc/quickref.xml:6: parser error : Premature end of data in tag part line 3
>   <title>Opcode Quick Reference</title>
>                                        ^
> misc/top.xml:3: parser error : Failure to process entity miscquickref
>   &miscquickref;
>                 ^
> misc/top.xml:3: parser error : Entity 'miscquickref' not defined
>   &miscquickref;
>                 ^
> manual.xml:1976: parser error : Failure to process entity misc
>   &misc;
>         ^
> manual.xml:1976: parser error : Entity 'misc' not defined
>   &misc;
>         ^
> unable to parse manual.xml
> Makefile:708: recipe for target 'html' failed
> make: *** [html] Error 6
>
> Am I missing other dependencies or is it something else?
>
> Regards,
> Anders