Csound Csound-dev Csound-tekno Search About

[Csnd] Building the git version in Debian Wheezy

Date2011-07-21 01:43
FromErnesto Illescas
Subject[Csnd] Building the git version in Debian Wheezy
Dear All,

It might be useful to someone, so I share information on things I had to do which were not clear in order to build Csound on Debian testing (Wheezy).

- It was important to get swig2.0. When trying to build with v1.3, the config.log evidenced an error: it could not find Python.h (I did have python2.6-dev), even though it existed, and it was in the folder where scons looked for it.

- I had to set oldParser=0. I ignore if the new parser alreaday works.

- I built the Python interface, but I got "import error no module named csnd". I moved csnd.py and _csnd.so from /usr/lib/python2.6/site-Packages/ to /usr/lib/python2.6/dist-packages, and then it worked. I think that from Python2.6 dist-packages/ is the standard place for external modules. I didn't even have site-packages in my (pre-configured) PYTHONPATH.

Hope this is useful to someone.

Best,

Ernesto

Date2011-07-21 19:01
Fromjoachim heintz
SubjectRe: [Csnd] Building the git version in Debian Wheezy
hello ernesto -

we have recently opened a new page in the csound floss manual for
building csound:
http://booki.flossmanuals.net/csound/_edit/ (at the end of the appendix)

if you like, it would certainly be useful to put your whole description
how you have built csound on debian there. you just need an fm account,
if you don't have one.

thanks in advance -

	joachim


Am 21.07.2011 02:43, schrieb Ernesto Illescas:
> Dear All,
> 
> It might be useful to someone, so I share information on things I had to
> do which were not clear in order to build Csound on Debian testing (Wheezy).
> 
> - It was important to get swig2.0. When trying to build with v1.3, the
> config.log evidenced an error: it could not find Python.h (I did have
> python2.6-dev), even though it existed, and it was in the folder where
> scons looked for it.
> 
> - I had to set oldParser=0. I ignore if the new parser alreaday works.
> 
> - I built the Python interface, but I got "import error no module named
> csnd". I moved csnd.py and _csnd.so from
> /usr/lib/python2.6/site-Packages/ to /usr/lib/python2.6/dist-packages,
> and then it worked. I think that from Python2.6 dist-packages/ is the
> standard place for external modules. I didn't even have site-packages in
> my (pre-configured) PYTHONPATH.
> 
> Hope this is useful to someone.
> 
> Best,
> 
> Ernesto


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"

Date2011-07-21 22:02
FromErnesto Illescas
SubjectRe: [Csnd] Building the git version in Debian Wheezy
Hi Joachim,

I've put my whole description in the floss manual. I hope it's clear enough, accurate and that the english is ok (I'm not a native speaker).
Best,

E. 


De: joachim heintz <jh@joachimheintz.de>
Para: csound@lists.bath.ac.uk
Enviado: jueves, 21 de julio, 2011 13:01:07
Asunto: Re: [Csnd] Building the git version in Debian Wheezy

hello ernesto -

we have recently opened a new page in the csound floss manual for
building csound:
http://booki.flossmanuals.net/csound/_edit/ (at the end of the appendix)

if you like, it would certainly be useful to put your whole description
how you have built csound on debian there. you just need an fm account,
if you don't have one.

thanks in advance -

    joachim


Am 21.07.2011 02:43, schrieb Ernesto Illescas:
> Dear All,
>
> It might be useful to someone, so I share information on things I had to
> do which were not clear in order to build Csound on Debian testing (Wheezy).
>
> - It was important to get swig2.0. When trying to build with v1.3, the
> config.log evidenced an error: it could not find Python.h (I did have
> python2.6-dev), even though it existed, and it was in the folder where
> scons looked for it.
>
> - I had to set oldParser=0. I ignore if the new parser alreaday works.
>
> - I built the Python interface, but I got "import error no module named
> csnd". I moved csnd.py and _csnd.so from
> /usr/lib/python2.6/site-Packages/ to /usr/lib/python2.6/dist-packages,
> and then it worked. I think that from Python2.6 dist-packages/ is the
> standard place for external modules. I didn't even have site-packages in
> my (pre-configured) PYTHONPATH.
>
> Hope this is useful to someone.
>
> Best,
>
> Ernesto


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"




Date2011-07-22 09:50
Fromjoachim heintz
SubjectRe: [Csnd] Building the git version in Debian Wheezy
thanks! everyone can improve it, this is a collective writing. and the
native speakers who look at our english will certainly correct it silently.
best -
	joachim


Am 21.07.2011 23:02, schrieb Ernesto Illescas:
> Hi Joachim,
> 
> I've put my whole description in the floss manual. I hope it's clear
> enough, accurate and that the english is ok (I'm not a native speaker).
> Best,
> 
> E. 
> 
> ------------------------------------------------------------------------
> *De:* joachim heintz 
> *Para:* csound@lists.bath.ac.uk
> *Enviado:* jueves, 21 de julio, 2011 13:01:07
> *Asunto:* Re: [Csnd] Building the git version in Debian Wheezy
> 
> hello ernesto -
> 
> we have recently opened a new page in the csound floss manual for
> building csound:
> http://booki.flossmanuals.net/csound/_edit/ (at the end of the appendix)
> 
> if you like, it would certainly be useful to put your whole description
> how you have built csound on debian there. you just need an fm account,
> if you don't have one.
> 
> thanks in advance -
> 
>     joachim
> 
> 
> Am 21.07.2011 02:43, schrieb Ernesto Illescas:
>> Dear All,
>>
>> It might be useful to someone, so I share information on things I had to
>> do which were not clear in order to build Csound on Debian testing
> (Wheezy).
>>
>> - It was important to get swig2.0. When trying to build with v1.3, the
>> config.log evidenced an error: it could not find Python.h (I did have
>> python2.6-dev), even though it existed, and it was in the folder where
>> scons looked for it.
>>
>> - I had to set oldParser=0. I ignore if the new parser alreaday works.
>>
>> - I built the Python interface, but I got "import error no module named
>> csnd". I moved csnd.py and _csnd.so from
>> /usr/lib/python2.6/site-Packages/ to /usr/lib/python2.6/dist-packages,
>> and then it worked. I think that from Python2.6 dist-packages/ is the
>> standard place for external modules. I didn't even have site-packages in
>> my (pre-configured) PYTHONPATH.
>>
>> Hope this is useful to someone.
>>
>> Best,
>>
>> Ernesto
> 
> 
> 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"
> 
> 
> 


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"