Csound Csound-dev Csound-tekno Search About

[Csnd] Csound and CsoundAC tutorials

Date2010-04-25 19:20
Frommichael.gogins@gmail.com
Subject[Csnd] Csound and CsoundAC tutorials
I have posted the PDF files for "A Csound Tutorial" and "A Csound 
Algorithmic Composition Tutorial," both by me, to my personal web site at 
http://www.michael-gogins.com, on the "Csound Downloads" page. The files 
link to the titles of the tutorials.

Regards,
Mike 


------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2010-04-25 19:45
FromAnthony Palomba
Subject[Csnd] Re: Csound and CsoundAC tutorials
I don't understand, why are these not part of the standard build/installer
on sourceforge?



-ap



On Sun, Apr 25, 2010 at 1:20 PM, <michael.gogins@gmail.com> wrote:
I have posted the PDF files for "A Csound Tutorial" and "A Csound Algorithmic Composition Tutorial," both by me, to my personal web site at http://www.michael-gogins.com, on the "Csound Downloads" page. The files link to the titles of the tutorials.

Regards,
Mike


Send bugs reports to the Sourceforge bug tracker
          https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2010-04-26 00:55
FromDave Phillips
Subject[Csnd] Re: Csound and CsoundAC tutorials
michael.gogins@gmail.com wrote:
> I have posted the PDF files for "A Csound Tutorial" and "A Csound 
> Algorithmic Composition Tutorial," both by me, to my personal web site 
> at http://www.michael-gogins.com, on the "Csound Downloads" page. The 
> files link to the titles of the tutorials.

Hi Michael,

I'd like to test CsoundAC on Linux. I've added the appropriate options 
to scons, everything appears to build okay, but after building the 
VoiceLeadingNode object the process stops with this error:

    scons: ***[/usr/local/lib/libCsoundAC.a] 
/usr/local/lib/libCsoundAC.a: Permission denied.

I'm not compiling as superuser, and I'd rather not. How can I get around 
this error and complete the build as a normal user ?

System is Ubuntu 9.10 32-bit, GCC 4.4.1.

Best,

dp


------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2010-04-26 08:31
FromRene Djack
Subject[Csnd] Re: Re: Csound and CsoundAC tutorials
Hi,

If install = 1 in the SConstruct file, running scons try to install libCsoundAC to /usr...
This is not normal.
The command "scons" should compile only
The command "scons install" should install or compile and install

So change commandOptions.Add('install', 'Enables the Install targets', '0') in Sconstruct and use scons to compile
Or use sudo scons

Best,
René


2010/4/26 Dave Phillips <dlphillips@woh.rr.com>
michael.gogins@gmail.com wrote:
I have posted the PDF files for "A Csound Tutorial" and "A Csound Algorithmic Composition Tutorial," both by me, to my personal web site at http://www.michael-gogins.com, on the "Csound Downloads" page. The files link to the titles of the tutorials.

Hi Michael,

I'd like to test CsoundAC on Linux. I've added the appropriate options to scons, everything appears to build okay, but after building the VoiceLeadingNode object the process stops with this error:

  scons: ***[/usr/local/lib/libCsoundAC.a] /usr/local/lib/libCsoundAC.a: Permission denied.

I'm not compiling as superuser, and I'd rather not. How can I get around this error and complete the build as a normal user ?

System is Ubuntu 9.10 32-bit, GCC 4.4.1.

Best,

dp




Send bugs reports to the Sourceforge bug tracker
          https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2010-04-26 12:09
FromDave Phillips
Subject[Csnd] Re: Re: Re: Csound and CsoundAC tutorials
Rene Djack wrote:
> Hi,
>
> If install = 1 in the SConstruct file, running scons try to install 
> libCsoundAC to /usr...
> This is not normal.
> The command "scons" should compile only
> The command "scons install" should install or compile and install
>
> So change commandOptions.Add('install', 'Enables the Install targets', 
> '0') in Sconstruct and use scons to compile
> Or use sudo scons
>

Hi Rene,

I ended up using 'sudo scons' to build Csound 5.12.1 and install the 
CsoundAC extensions. I agree, there should be no attempt at installing 
anything during the build by a normal user.

Best,

dp



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"