Csound Csound-dev Csound-tekno Search About

[Cs-dev] Failing to make manual

Date2013-08-29 15:44
Fromjpff
Subject[Cs-dev] Failing to make manual
On my desktop machine it fails

xenakis:~/Sourceforge/csound/manual6 127> xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
warning: failed to load external entity "examples-xml/genarray.csd.xml"
manual.xml:52: element include: XInclude error : could not load examples-xml/genarray.csd.xml, and no fallback was found
warning: failed to load external entity "examples-xml/readscratch.csd.xml"
manual.xml:51: element include: XInclude error : could not load examples-xml/readscratch.csd.xml, and no fallback was found
warning: failed to load external entity "examples-xml/readscratch.csd.xml"
manual.xml:51: element include: XInclude error : could not load examples-xml/readscratch.csd.xml, and no fallback was found
xenakis:~/Sourceforge/csound/manual6 128> 

but on my laptop I see the self-same messages but it builds.  Where
should I look?  Or where can I find the error?

(OpenSuSE 12.3 and 12.2 respectfully)
==John ffitch

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-29 18:06
Fromjoachim heintz
SubjectRe: [Cs-dev] Failing to make manual
can you try to pull from git, and then build? i just did, and everything 
was fine.

	joachim


Am 29.08.2013 16:44, schrieb jpff:
> On my desktop machine it fails
>
> xenakis:~/Sourceforge/csound/manual6 127> xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
> warning: failed to load external entity "examples-xml/genarray.csd.xml"
> manual.xml:52: element include: XInclude error : could not load examples-xml/genarray.csd.xml, and no fallback was found
> warning: failed to load external entity "examples-xml/readscratch.csd.xml"
> manual.xml:51: element include: XInclude error : could not load examples-xml/readscratch.csd.xml, and no fallback was found
> warning: failed to load external entity "examples-xml/readscratch.csd.xml"
> manual.xml:51: element include: XInclude error : could not load examples-xml/readscratch.csd.xml, and no fallback was found
> xenakis:~/Sourceforge/csound/manual6 128>
>
> but on my laptop I see the self-same messages but it builds.  Where
> should I look?  Or where can I find the error?
>
> (OpenSuSE 12.3 and 12.2 respectfully)
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-29 18:25
Fromjoachim heintz
SubjectRe: [Cs-dev] Failing to make manual
Attachmentsgenarray.csd  None  None  
by the way, the genarray.csd example does not work any more. i think 
something is wrong with the i-rate version of lenarray:

WARNING: error: opcode lenarray with output type (null) not found, line 25
error:  Unable to find opcode entry for 'lenarray' with matching 
argument types:
Found: i lenarray i[]
Line: 25 Loc: 1
Parsing failed due to 1 semantic error!
WARNING: Stopping on parser failure

the manual example is attached. best -

	joachim


Am 29.08.2013 19:06, schrieb joachim heintz:
> can you try to pull from git, and then build? i just did, and everything
> was fine.
>
> 	joachim
>
>
> Am 29.08.2013 16:44, schrieb jpff:
>> On my desktop machine it fails
>>
>> xenakis:~/Sourceforge/csound/manual6 127> xsltproc  --xinclude -o html/ xsl/customXHTMLchunk.xsl manual.xml
>> warning: failed to load external entity "examples-xml/genarray.csd.xml"
>> manual.xml:52: element include: XInclude error : could not load examples-xml/genarray.csd.xml, and no fallback was found
>> warning: failed to load external entity "examples-xml/readscratch.csd.xml"
>> manual.xml:51: element include: XInclude error : could not load examples-xml/readscratch.csd.xml, and no fallback was found
>> warning: failed to load external entity "examples-xml/readscratch.csd.xml"
>> manual.xml:51: element include: XInclude error : could not load examples-xml/readscratch.csd.xml, and no fallback was found
>> xenakis:~/Sourceforge/csound/manual6 128>
>>
>> but on my laptop I see the self-same messages but it builds.  Where
>> should I look?  Or where can I find the error?
>>
>> (OpenSuSE 12.3 and 12.2 respectfully)
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

Date2013-08-29 19:25
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Failing to make manual
> by the way, the genarray.csd example does not work any more. i think
> something is wrong with the i-rate version of lenarray:
>
> WARNING: error: opcode lenarray with output type (null) not found, line 25
> error:  Unable to find opcode entry for 'lenarray' with matching
> argument types:
> Found: i lenarray i[]
> Line: 25 Loc: 1
> Parsing failed due to 1 semantic error!
> WARNING: Stopping on parser failure
>
> the manual example is attached. best -
>

Fixed here but having usual git troubles giving it to SF



------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-29 20:52
Fromjoachim heintz
SubjectRe: [Cs-dev] Failing to make manual
thanks for the quick fix anyway -
	joachim


Am 29.08.2013 20:25, schrieb jpff@cs.bath.ac.uk:
>> by the way, the genarray.csd example does not work any more. i think
>> something is wrong with the i-rate version of lenarray:
>>
>> WARNING: error: opcode lenarray with output type (null) not found, line 25
>> error:  Unable to find opcode entry for 'lenarray' with matching
>> argument types:
>> Found: i lenarray i[]
>> Line: 25 Loc: 1
>> Parsing failed due to 1 semantic error!
>> WARNING: Stopping on parser failure
>>
>> the manual example is attached. best -
>>
>
> Fixed here but having usual git troubles giving it to SF
>
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-09-02 14:56
FromFelipe Sateler
SubjectRe: [Cs-dev] Failing to make manual
May I hijack this thread to ask for a source release of the manual
along with each csound version? The version of the manual in debian is
old (5.13), and would like to update it, and hopefully keep it in sync
with the software.

Thanks!

On Thu, Aug 29, 2013 at 3:52 PM, joachim heintz  wrote:
> thanks for the quick fix anyway -
>         joachim
>
>
> Am 29.08.2013 20:25, schrieb jpff@cs.bath.ac.uk:
>>> by the way, the genarray.csd example does not work any more. i think
>>> something is wrong with the i-rate version of lenarray:
>>>
>>> WARNING: error: opcode lenarray with output type (null) not found, line 25
>>> error:  Unable to find opcode entry for 'lenarray' with matching
>>> argument types:
>>> Found: i lenarray i[]
>>> Line: 25 Loc: 1
>>> Parsing failed due to 1 semantic error!
>>> WARNING: Stopping on parser failure
>>>
>>> the manual example is attached. best -
>>>
>>
>> Fixed here but having usual git troubles giving it to SF
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
>> Discover the easy way to master current and previous Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net