Csound Csound-dev Csound-tekno Search About

[Csnd] trying to install loris on a puredyne-machine

Date2010-10-12 16:58
FromStefan Thomas
Subject[Csnd] trying to install loris on a puredyne-machine
Dear community,
I tried to install the loris-opcodes on my puredyne (linux) machine.
After .configure I got:
Define PYTHON or add something to CPPFLAGS to enable.
See ./configure --help.
Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
See ./configure --help.
What does this mean and what can I do to install the opcodes properly?
Thanks
Stefan

Date2010-10-12 18:03
Frommenno
Subject[Csnd] Re: trying to install loris on a puredyne-machine
Hello Stefan,

i managed to get Loris installed in Ubuntu64 bit. I have read something about this in my csound blog http://www.csounds.com/node/1373 :

- if you want the Loris opcodes working, go to http://sourceforge.net/projects/loris/files/ and get Loris version 1.8. Install Loris with this option: sh ./configure "CPPFLAGS=-I /usr/local/include/csound -DUSE_DOUBLE"
and it will create the Csound Loris opcodes (along with Loris itself), here for double precision. When you run Csound use an additional command line flag: --opcode-lib=/usr/local/lib/libloris.so

maybe this works for you to

menno

--- On Tue, 10/12/10, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:

From: Stefan Thomas <kontrapunktstefan@googlemail.com>
Subject: [Csnd] trying to install loris on a puredyne-machine
To: csound@lists.bath.ac.uk
Date: Tuesday, October 12, 2010, 5:58 PM

Dear community,
I tried to install the loris-opcodes on my puredyne (linux) machine.
After .configure I got:
Define PYTHON or add something to CPPFLAGS to enable.
See ./configure --help.
Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
See ./configure --help.
What does this mean and what can I do to install the opcodes properly?
Thanks
Stefan


Date2010-10-13 07:57
FromStefan Thomas
Subject[Csnd] Re: Re: trying to install loris on a puredyne-machine
Dear menno,
I've tried as You've recommanded.
Unfortunately it still doesn't work.
I've got, after sh ./configure "CPPFLAGS=-I /usr/local/include/csound -DUSE_DOUBLE"
configure: WARNING: Cannot find Python headers. Python support disabled.
configure: WARNING: Cannot find Csound5 headers. Csound5 support disabled.

I found in the messages that came from .configure concerning Python:
checking for python... /usr/bin/python
checking whether /usr/bin/python version >= 1.5... yes
checking for /usr/bin/python version... 2.6
checking for /usr/bin/python platform... linux2
checking for /usr/bin/python script directory... ${prefix}/lib/python2.6/dist-packages
checking for /usr/bin/python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
checking for Python.h header file... checking Python.h usability... no
checking Python.h presence... no
checking for Python.h... no
Python support: Disabled.
Define PYTHON or add something to CPPFLAGS to enable.
And concerning csound I've got:
Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
 
Any ideas what could be wrong?

2010/10/12 menno <nabob_cd@yahoo.com>
Hello Stefan,

i managed to get Loris installed in Ubuntu64 bit. I have read something about this in my csound blog http://www.csounds.com/node/1373 :

- if you want the Loris opcodes working, go to http://sourceforge.net/projects/loris/files/ and get Loris version 1.8. Install Loris with this option: sh ./configure "CPPFLAGS=-I /usr/local/include/csound -DUSE_DOUBLE"
and it will create the Csound Loris opcodes (along with Loris itself), here for double precision. When you run Csound use an additional command line flag: --opcode-lib=/usr/local/lib/libloris.so

maybe this works for you to

menno

--- On Tue, 10/12/10, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:

From: Stefan Thomas <kontrapunktstefan@googlemail.com>
Subject: [Csnd] trying to install loris on a puredyne-machine
To: csound@lists.bath.ac.uk
Date: Tuesday, October 12, 2010, 5:58 PM


Dear community,
I tried to install the loris-opcodes on my puredyne (linux) machine.
After .configure I got:
Define PYTHON or add something to CPPFLAGS to enable.
See ./configure --help.
Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
See ./configure --help.
What does this mean and what can I do to install the opcodes properly?
Thanks
Stefan



Date2010-10-13 08:14
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: trying to install loris on a puredyne-machine
Hi,

You are missing the python and csound dev packages (the headers). I'm not sure how you would get them for pure-dyne. Does it have some type of package manager?

Cheers,
Andres

On Wed, Oct 13, 2010 at 7:57 AM, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:
Dear menno,
I've tried as You've recommanded.
Unfortunately it still doesn't work.
I've got, after sh ./configure "CPPFLAGS=-I /usr/local/include/csound -DUSE_DOUBLE"
configure: WARNING: Cannot find Python headers. Python support disabled.
configure: WARNING: Cannot find Csound5 headers. Csound5 support disabled.

I found in the messages that came from .configure concerning Python:
checking for python... /usr/bin/python
checking whether /usr/bin/python version >= 1.5... yes
checking for /usr/bin/python version... 2.6
checking for /usr/bin/python platform... linux2
checking for /usr/bin/python script directory... ${prefix}/lib/python2.6/dist-packages
checking for /usr/bin/python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
checking for Python.h header file... checking Python.h usability... no
checking Python.h presence... no
checking for Python.h... no
Python support: Disabled.

Define PYTHON or add something to CPPFLAGS to enable.
And concerning csound I've got:

Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
 
Any ideas what could be wrong?

2010/10/12 menno <nabob_cd@yahoo.com>

Hello Stefan,

i managed to get Loris installed in Ubuntu64 bit. I have read something about this in my csound blog http://www.csounds.com/node/1373 :

- if you want the Loris opcodes working, go to http://sourceforge.net/projects/loris/files/ and get Loris version 1.8. Install Loris with this option: sh ./configure "CPPFLAGS=-I /usr/local/include/csound -DUSE_DOUBLE"
and it will create the Csound Loris opcodes (along with Loris itself), here for double precision. When you run Csound use an additional command line flag: --opcode-lib=/usr/local/lib/libloris.so

maybe this works for you to

menno

--- On Tue, 10/12/10, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:

From: Stefan Thomas <kontrapunktstefan@googlemail.com>
Subject: [Csnd] trying to install loris on a puredyne-machine
To: csound@lists.bath.ac.uk
Date: Tuesday, October 12, 2010, 5:58 PM


Dear community,
I tried to install the loris-opcodes on my puredyne (linux) machine.
After .configure I got:
Define PYTHON or add something to CPPFLAGS to enable.
See ./configure --help.
Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
See ./configure --help.
What does this mean and what can I do to install the opcodes properly?
Thanks
Stefan





--


Andrés

Date2010-10-13 08:37
FromStefan Thomas
Subject[Csnd] Re: Re: Re: Re: trying to install loris on a puredyne-machine
Yes, I do have an package manager.
I've searched for python-dev.
I have the choice bettween python3-dev, python-all-dev, python-2.6-dev ect.
Which one would You recommand?
And concerning csound-dev I find there
libcsnd-dev and libcsnd64-dev
I don't know, which one would be the right for me!

2010/10/13 Andres Cabrera <mantaraya36@gmail.com>
Hi,

You are missing the python and csound dev packages (the headers). I'm not sure how you would get them for pure-dyne. Does it have some type of package manager?

Cheers,
Andres


On Wed, Oct 13, 2010 at 7:57 AM, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:
Dear menno,
I've tried as You've recommanded.
Unfortunately it still doesn't work.
I've got, after sh ./configure "CPPFLAGS=-I /usr/local/include/csound -DUSE_DOUBLE"
configure: WARNING: Cannot find Python headers. Python support disabled.
configure: WARNING: Cannot find Csound5 headers. Csound5 support disabled.

I found in the messages that came from .configure concerning Python:
checking for python... /usr/bin/python
checking whether /usr/bin/python version >= 1.5... yes
checking for /usr/bin/python version... 2.6
checking for /usr/bin/python platform... linux2
checking for /usr/bin/python script directory... ${prefix}/lib/python2.6/dist-packages
checking for /usr/bin/python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
checking for Python.h header file... checking Python.h usability... no
checking Python.h presence... no
checking for Python.h... no
Python support: Disabled.

Define PYTHON or add something to CPPFLAGS to enable.
And concerning csound I've got:

Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
 
Any ideas what could be wrong?

2010/10/12 menno <nabob_cd@yahoo.com>

Hello Stefan,

i managed to get Loris installed in Ubuntu64 bit. I have read something about this in my csound blog http://www.csounds.com/node/1373 :

- if you want the Loris opcodes working, go to http://sourceforge.net/projects/loris/files/ and get Loris version 1.8. Install Loris with this option: sh ./configure "CPPFLAGS=-I /usr/local/include/csound -DUSE_DOUBLE"
and it will create the Csound Loris opcodes (along with Loris itself), here for double precision. When you run Csound use an additional command line flag: --opcode-lib=/usr/local/lib/libloris.so

maybe this works for you to

menno

--- On Tue, 10/12/10, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:

From: Stefan Thomas <kontrapunktstefan@googlemail.com>
Subject: [Csnd] trying to install loris on a puredyne-machine
To: csound@lists.bath.ac.uk
Date: Tuesday, October 12, 2010, 5:58 PM


Dear community,
I tried to install the loris-opcodes on my puredyne (linux) machine.
After .configure I got:
Define PYTHON or add something to CPPFLAGS to enable.
See ./configure --help.
Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
See ./configure --help.
What does this mean and what can I do to install the opcodes properly?
Thanks
Stefan





--


Andrés


Date2010-10-13 09:02
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine
Hi,

Check which versions of python and libcsound you have installed, and choose according to that.

Cheers,
Andres

On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:
Yes, I do have an package manager.
I've searched for python-dev.
I have the choice bettween python3-dev, python-all-dev, python-2.6-dev ect.
Which one would You recommand?
And concerning csound-dev I find there
libcsnd-dev and libcsnd64-dev
I don't know, which one would be the right for me!

2010/10/13 Andres Cabrera <mantaraya36@gmail.com>

Hi,

You are missing the python and csound dev packages (the headers). I'm not sure how you would get them for pure-dyne. Does it have some type of package manager?

Cheers,
Andres


On Wed, Oct 13, 2010 at 7:57 AM, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:
Dear menno,
I've tried as You've recommanded.
Unfortunately it still doesn't work.
I've got, after sh ./configure "CPPFLAGS=-I /usr/local/include/csound -DUSE_DOUBLE"
configure: WARNING: Cannot find Python headers. Python support disabled.
configure: WARNING: Cannot find Csound5 headers. Csound5 support disabled.

I found in the messages that came from .configure concerning Python:
checking for python... /usr/bin/python
checking whether /usr/bin/python version >= 1.5... yes
checking for /usr/bin/python version... 2.6
checking for /usr/bin/python platform... linux2
checking for /usr/bin/python script directory... ${prefix}/lib/python2.6/dist-packages
checking for /usr/bin/python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
checking for Python.h header file... checking Python.h usability... no
checking Python.h presence... no
checking for Python.h... no
Python support: Disabled.

Define PYTHON or add something to CPPFLAGS to enable.
And concerning csound I've got:

Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
 
Any ideas what could be wrong?

2010/10/12 menno <nabob_cd@yahoo.com>

Hello Stefan,

i managed to get Loris installed in Ubuntu64 bit. I have read something about this in my csound blog http://www.csounds.com/node/1373 :

- if you want the Loris opcodes working, go to http://sourceforge.net/projects/loris/files/ and get Loris version 1.8. Install Loris with this option: sh ./configure "CPPFLAGS=-I /usr/local/include/csound -DUSE_DOUBLE"
and it will create the Csound Loris opcodes (along with Loris itself), here for double precision. When you run Csound use an additional command line flag: --opcode-lib=/usr/local/lib/libloris.so

maybe this works for you to

menno

--- On Tue, 10/12/10, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:

From: Stefan Thomas <kontrapunktstefan@googlemail.com>
Subject: [Csnd] trying to install loris on a puredyne-machine
To: csound@lists.bath.ac.uk
Date: Tuesday, October 12, 2010, 5:58 PM


Dear community,
I tried to install the loris-opcodes on my puredyne (linux) machine.
After .configure I got:
Define PYTHON or add something to CPPFLAGS to enable.
See ./configure --help.
Csound support: Disabled.
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.
See ./configure --help.
What does this mean and what can I do to install the opcodes properly?
Thanks
Stefan





--


Andrés




--


Andrés

Date2010-10-13 12:59
FromMichael Gogins
Subject[Csnd] Re: Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine

You will need python-dev and, unless you build csound from sources, csound-dev or csound-api or whatever.

MKG from cell phone

On Oct 13, 2010 4:03 AM, "Andres Cabrera" <mantaraya36@gmail.com> wrote:

Hi,

Check which versions of python and libcsound you have installed, and choose according to that.

Cheers,
Andres



On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:
>
> Yes, ...

--


Andrés


Date2010-10-13 16:01
FromStefan Thomas
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine
Dear community,
unfortunately I still  don't have sucess with installing loris.
At the end of sh.configure I get:
FFTW support: Enabled, using version 3.                                                                                                                                  
Python support: Enabled.                                                                                                                                                 
Installing Python extension modules in ${exec_prefix}/lib/python2.6/site-packages                                                                                        
You may need to add ${exec_prefix}/lib/python2.6/site-packages to your PYTHONPATH                                                                                        
before Python will be able to load them.                                                                                                                                 
Csound support: Disabled.                                                                                                                                                
Define CSOUND_CONFIG or add something to CPPFLAGS to enable.                                                    
                                                          
See ./configure --help.                  
Unfortunately I didn't find   neither csound-dev nor csound-api. I only have libcsound-dev in the repositorys.
I think I will ask the puredyne community!

2010/10/13 Michael Gogins <michael.gogins@gmail.com>

You will need python-dev and, unless you build csound from sources, csound-dev or csound-api or whatever.

MKG from cell phone

On Oct 13, 2010 4:03 AM, "Andres Cabrera" <mantaraya36@gmail.com> wrote:

Hi,

Check which versions of python and libcsound you have installed, and choose according to that.

Cheers,
Andres



On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <kontrapunktstefan@googlemail.com> wrote:
>
> Yes, ...

--


Andrés


Date2010-10-13 16:29
FromFelipe Sateler
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine
Attachmentssignature.asc  
I don't know what does loris require, but IIRC puredyne is a debian
variant, so you need either libcsound64-dev or libcsnd-dev.
If it also uses the python bindings, you need python-csound too.

On 10/13/2010 12:01 PM, Stefan Thomas wrote:
> Dear community,
> unfortunately I still  don't have sucess with installing loris.
> At the end of sh.configure I get:
> 
>> FFTW support: Enabled, using version
>> 3.
>>
>> Python support:
>> Enabled.
>>
>> Installing Python extension modules in
>> ${exec_prefix}/lib/python2.6/site-packages
>>
>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to your
>> PYTHONPATH
>>
>> before Python will be able to load
>> them.
>>
>> Csound support:
>> Disabled.
>>
>> Define CSOUND_CONFIG or add something to CPPFLAGS to
>> enable.
> 
> 
>> See ./configure --help.
>>
> Unfortunately I didn't find   neither csound-dev nor csound-api. I only have
> libcsound-dev in the repositorys.
> I think I will ask the puredyne community!
> 
> 2010/10/13 Michael Gogins 
> 
>> You will need python-dev and, unless you build csound from sources,
>> csound-dev or csound-api or whatever.
>>
>> MKG from cell phone
>>
>> On Oct 13, 2010 4:03 AM, "Andres Cabrera"  wrote:
>>
>> Hi,
>>
>> Check which versions of python and libcsound you have installed, and choose
>> according to that.
>>
>> Cheers,
>> Andres
>>
>>
>>
>> On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <
>> kontrapunktstefan@googlemail.com> wrote:
>>>
>>> Yes, ...
>> --
>>
>>
>> Andrés
>>
>>
> 
> 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"
> 
> 


-- 
Saludos,
Felipe Sateler


Date2010-10-13 16:38
FromStefan Thomas
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine
Dear community,
sorry for permanently boring You.
I still can't install it. Maybee I shouldn't install the 64bit-version? How can I configure the installation for 32bit?

2010/10/13 Felipe Sateler <fsateler@gmail.com>
I don't know what does loris require, but IIRC puredyne is a debian
variant, so you need either libcsound64-dev or libcsnd-dev.
If it also uses the python bindings, you need python-csound too.

On 10/13/2010 12:01 PM, Stefan Thomas wrote:
> Dear community,
> unfortunately I still  don't have sucess with installing loris.
> At the end of sh.configure I get:
>
>> FFTW support: Enabled, using version
>> 3.
>>
>> Python support:
>> Enabled.
>>
>> Installing Python extension modules in
>> ${exec_prefix}/lib/python2.6/site-packages
>>
>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to your
>> PYTHONPATH
>>
>> before Python will be able to load
>> them.
>>
>> Csound support:
>> Disabled.
>>
>> Define CSOUND_CONFIG or add something to CPPFLAGS to
>> enable.
>
>
>> See ./configure --help.
>>
> Unfortunately I didn't find   neither csound-dev nor csound-api. I only have
> libcsound-dev in the repositorys.
> I think I will ask the puredyne community!
>
> 2010/10/13 Michael Gogins <michael.gogins@gmail.com>
>
>> You will need python-dev and, unless you build csound from sources,
>> csound-dev or csound-api or whatever.
>>
>> MKG from cell phone
>>
>> On Oct 13, 2010 4:03 AM, "Andres Cabrera" <mantaraya36@gmail.com> wrote:
>>
>> Hi,
>>
>> Check which versions of python and libcsound you have installed, and choose
>> according to that.
>>
>> Cheers,
>> Andres
>>
>>
>>
>> On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <
>> kontrapunktstefan@googlemail.com> wrote:
>>>
>>> Yes, ...
>> --
>>
>>
>> Andrés
>>
>>
>
> 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"
>
>


--
Saludos,
Felipe Sateler



Date2010-10-13 17:00
FromFelipe Sateler
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine
Attachmentssignature.asc  
Please post the entire configure output.

On 10/13/2010 12:38 PM, Stefan Thomas wrote:
> Dear community,
> sorry for permanently boring You.
> I still can't install it. Maybee I shouldn't install the 64bit-version? How
> can I configure the installation for 32bit?
> 
> 2010/10/13 Felipe Sateler 
> 
>> I don't know what does loris require, but IIRC puredyne is a debian
>> variant, so you need either libcsound64-dev or libcsnd-dev.
>> If it also uses the python bindings, you need python-csound too.
>>
>> On 10/13/2010 12:01 PM, Stefan Thomas wrote:
>>> Dear community,
>>> unfortunately I still  don't have sucess with installing loris.
>>> At the end of sh.configure I get:
>>>
>>>> FFTW support: Enabled, using version
>>>> 3.
>>>>
>>>> Python support:
>>>> Enabled.
>>>>
>>>> Installing Python extension modules in
>>>> ${exec_prefix}/lib/python2.6/site-packages
>>>>
>>>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to your
>>>> PYTHONPATH
>>>>
>>>> before Python will be able to load
>>>> them.
>>>>
>>>> Csound support:
>>>> Disabled.
>>>>
>>>> Define CSOUND_CONFIG or add something to CPPFLAGS to
>>>> enable.
>>>
>>>
>>>> See ./configure --help.
>>>>
>>> Unfortunately I didn't find   neither csound-dev nor csound-api. I only
>> have
>>> libcsound-dev in the repositorys.
>>> I think I will ask the puredyne community!
>>>
>>> 2010/10/13 Michael Gogins 
>>>
>>>> You will need python-dev and, unless you build csound from sources,
>>>> csound-dev or csound-api or whatever.
>>>>
>>>> MKG from cell phone
>>>>
>>>> On Oct 13, 2010 4:03 AM, "Andres Cabrera" 
>> wrote:
>>>>
>>>> Hi,
>>>>
>>>> Check which versions of python and libcsound you have installed, and
>> choose
>>>> according to that.
>>>>
>>>> Cheers,
>>>> Andres
>>>>
>>>>
>>>>
>>>> On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <
>>>> kontrapunktstefan@googlemail.com> wrote:
>>>>>
>>>>> Yes, ...
>>>> --
>>>>
>>>>
>>>> Andrés
>>>>
>>>>
>>>
>>> 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"
>>>
>>>
>>
>>
>> --
>> Saludos,
>> Felipe Sateler
>>
>>
> 
> 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"
> 
> 


-- 
Saludos,
Felipe Sateler


Date2010-10-13 18:57
FromStefan Thomas
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine
Attachmentsconfig_loris  
Dear community,
I've attached the output of config.

2010/10/13 Felipe Sateler <fsateler@gmail.com>
Please post the entire configure output.

On 10/13/2010 12:38 PM, Stefan Thomas wrote:
> Dear community,
> sorry for permanently boring You.
> I still can't install it. Maybee I shouldn't install the 64bit-version? How
> can I configure the installation for 32bit?
>
> 2010/10/13 Felipe Sateler <fsateler@gmail.com>
>
>> I don't know what does loris require, but IIRC puredyne is a debian
>> variant, so you need either libcsound64-dev or libcsnd-dev.
>> If it also uses the python bindings, you need python-csound too.
>>
>> On 10/13/2010 12:01 PM, Stefan Thomas wrote:
>>> Dear community,
>>> unfortunately I still  don't have sucess with installing loris.
>>> At the end of sh.configure I get:
>>>
>>>> FFTW support: Enabled, using version
>>>> 3.
>>>>
>>>> Python support:
>>>> Enabled.
>>>>
>>>> Installing Python extension modules in
>>>> ${exec_prefix}/lib/python2.6/site-packages
>>>>
>>>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to your
>>>> PYTHONPATH
>>>>
>>>> before Python will be able to load
>>>> them.
>>>>
>>>> Csound support:
>>>> Disabled.
>>>>
>>>> Define CSOUND_CONFIG or add something to CPPFLAGS to
>>>> enable.
>>>
>>>
>>>> See ./configure --help.
>>>>
>>> Unfortunately I didn't find   neither csound-dev nor csound-api. I only
>> have
>>> libcsound-dev in the repositorys.
>>> I think I will ask the puredyne community!
>>>
>>> 2010/10/13 Michael Gogins <michael.gogins@gmail.com>
>>>
>>>> You will need python-dev and, unless you build csound from sources,
>>>> csound-dev or csound-api or whatever.
>>>>
>>>> MKG from cell phone
>>>>
>>>> On Oct 13, 2010 4:03 AM, "Andres Cabrera" <mantaraya36@gmail.com>
>> wrote:
>>>>
>>>> Hi,
>>>>
>>>> Check which versions of python and libcsound you have installed, and
>> choose
>>>> according to that.
>>>>
>>>> Cheers,
>>>> Andres
>>>>
>>>>
>>>>
>>>> On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <
>>>> kontrapunktstefan@googlemail.com> wrote:
>>>>>
>>>>> Yes, ...
>>>> --
>>>>
>>>>
>>>> Andrés
>>>>
>>>>
>>>
>>> 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"
>>>
>>>
>>
>>
>> --
>> Saludos,
>> Felipe Sateler
>>
>>
>
> 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"
>
>


--
Saludos,
Felipe Sateler



Date2010-10-13 20:22
FromFelipe Sateler
Subject[Csnd] Re: trying to install loris on a puredyne-machine
Attachmentssignature.asc  
Change your CPPFLAGS to CFLAGS and to change /usr/local/ to /usr/ (that
is, remove the /local part). Also, duplicate the CFLAGS into CXXFLAGS (I
think loris uses C++).

On 10/13/2010 02:57 PM, Stefan Thomas wrote:
> Dear community,
> I've attached the output of config.
> 
> 2010/10/13 Felipe Sateler 
> 
>> Please post the entire configure output.
>>
>> On 10/13/2010 12:38 PM, Stefan Thomas wrote:
>>> Dear community,
>>> sorry for permanently boring You.
>>> I still can't install it. Maybee I shouldn't install the 64bit-version?
>> How
>>> can I configure the installation for 32bit?
>>>
>>> 2010/10/13 Felipe Sateler 
>>>
>>>> I don't know what does loris require, but IIRC puredyne is a debian
>>>> variant, so you need either libcsound64-dev or libcsnd-dev.
>>>> If it also uses the python bindings, you need python-csound too.
>>>>
>>>> On 10/13/2010 12:01 PM, Stefan Thomas wrote:
>>>>> Dear community,
>>>>> unfortunately I still  don't have sucess with installing loris.
>>>>> At the end of sh.configure I get:
>>>>>
>>>>>> FFTW support: Enabled, using version
>>>>>> 3.
>>>>>>
>>>>>> Python support:
>>>>>> Enabled.
>>>>>>
>>>>>> Installing Python extension modules in
>>>>>> ${exec_prefix}/lib/python2.6/site-packages
>>>>>>
>>>>>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to your
>>>>>> PYTHONPATH
>>>>>>
>>>>>> before Python will be able to load
>>>>>> them.
>>>>>>
>>>>>> Csound support:
>>>>>> Disabled.
>>>>>>
>>>>>> Define CSOUND_CONFIG or add something to CPPFLAGS to
>>>>>> enable.
>>>>>
>>>>>
>>>>>> See ./configure --help.
>>>>>>
>>>>> Unfortunately I didn't find   neither csound-dev nor csound-api. I only
>>>> have
>>>>> libcsound-dev in the repositorys.
>>>>> I think I will ask the puredyne community!
>>>>>
>>>>> 2010/10/13 Michael Gogins 
>>>>>
>>>>>> You will need python-dev and, unless you build csound from sources,
>>>>>> csound-dev or csound-api or whatever.
>>>>>>
>>>>>> MKG from cell phone
>>>>>>
>>>>>> On Oct 13, 2010 4:03 AM, "Andres Cabrera" 
>>>> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Check which versions of python and libcsound you have installed, and
>>>> choose
>>>>>> according to that.
>>>>>>
>>>>>> Cheers,
>>>>>> Andres
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <
>>>>>> kontrapunktstefan@googlemail.com> wrote:
>>>>>>>
>>>>>>> Yes, ...
>>>>>> --
>>>>>>
>>>>>>
>>>>>> Andrés
>>>>>>
>>>>>>
>>>>>
>>>>> 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"
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Saludos,
>>>> Felipe Sateler
>>>>
>>>>
>>>
>>> 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"
>>>
>>>
>>
>>
>> --
>> Saludos,
>> Felipe Sateler
>>
>>
> 


-- 
Saludos,
Felipe Sateler


Date2010-10-13 21:05
FromStefan Thomas
Subject[Csnd] Re: Re: trying to install loris on a puredyne-machine
Dear Felipe,
I tried it with
sudo sh ./configure "CFLAGS=-I /usr/include/csound -DUSE_DOUBLE"
without sucess.
Sorry, I don't understand what You mean by
duplicate the CFLAGS into CXXFLAGS
Saludos,
Stefan

2010/10/13 Felipe Sateler <fsateler@gmail.com>
Change your CPPFLAGS to CFLAGS and to change /usr/local/ to /usr/ (that
is, remove the /local part). Also, duplicate the CFLAGS into CXXFLAGS (I
think loris uses C++).

On 10/13/2010 02:57 PM, Stefan Thomas wrote:
> Dear community,
> I've attached the output of config.
>
> 2010/10/13 Felipe Sateler <fsateler@gmail.com>
>
>> Please post the entire configure output.
>>
>> On 10/13/2010 12:38 PM, Stefan Thomas wrote:
>>> Dear community,
>>> sorry for permanently boring You.
>>> I still can't install it. Maybee I shouldn't install the 64bit-version?
>> How
>>> can I configure the installation for 32bit?
>>>
>>> 2010/10/13 Felipe Sateler <fsateler@gmail.com>
>>>
>>>> I don't know what does loris require, but IIRC puredyne is a debian
>>>> variant, so you need either libcsound64-dev or libcsnd-dev.
>>>> If it also uses the python bindings, you need python-csound too.
>>>>
>>>> On 10/13/2010 12:01 PM, Stefan Thomas wrote:
>>>>> Dear community,
>>>>> unfortunately I still  don't have sucess with installing loris.
>>>>> At the end of sh.configure I get:
>>>>>
>>>>>> FFTW support: Enabled, using version
>>>>>> 3.
>>>>>>
>>>>>> Python support:
>>>>>> Enabled.
>>>>>>
>>>>>> Installing Python extension modules in
>>>>>> ${exec_prefix}/lib/python2.6/site-packages
>>>>>>
>>>>>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to your
>>>>>> PYTHONPATH
>>>>>>
>>>>>> before Python will be able to load
>>>>>> them.
>>>>>>
>>>>>> Csound support:
>>>>>> Disabled.
>>>>>>
>>>>>> Define CSOUND_CONFIG or add something to CPPFLAGS to
>>>>>> enable.
>>>>>
>>>>>
>>>>>> See ./configure --help.
>>>>>>
>>>>> Unfortunately I didn't find   neither csound-dev nor csound-api. I only
>>>> have
>>>>> libcsound-dev in the repositorys.
>>>>> I think I will ask the puredyne community!
>>>>>
>>>>> 2010/10/13 Michael Gogins <michael.gogins@gmail.com>
>>>>>
>>>>>> You will need python-dev and, unless you build csound from sources,
>>>>>> csound-dev or csound-api or whatever.
>>>>>>
>>>>>> MKG from cell phone
>>>>>>
>>>>>> On Oct 13, 2010 4:03 AM, "Andres Cabrera" <mantaraya36@gmail.com>
>>>> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Check which versions of python and libcsound you have installed, and
>>>> choose
>>>>>> according to that.
>>>>>>
>>>>>> Cheers,
>>>>>> Andres
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <
>>>>>> kontrapunktstefan@googlemail.com> wrote:
>>>>>>>
>>>>>>> Yes, ...
>>>>>> --
>>>>>>
>>>>>>
>>>>>> Andrés
>>>>>>
>>>>>>
>>>>>
>>>>> 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"
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Saludos,
>>>> Felipe Sateler
>>>>
>>>>
>>>
>>> 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"
>>>
>>>
>>
>>
>> --
>> Saludos,
>> Felipe Sateler
>>
>>
>


--
Saludos,
Felipe Sateler



Date2010-10-13 22:11
FromFelipe Sateler
Subject[Csnd] Re: Re: Re: trying to install loris on a puredyne-machine
Attachmentssignature.asc  
On 10/13/2010 05:05 PM, Stefan Thomas wrote:
> Dear Felipe,
> I tried it with
> 
>> sudo sh ./configure "CFLAGS=-I /usr/include/csound -DUSE_DOUBLE"
>>
> without sucess.

There is no need for the sudo part.

> Sorry, I don't understand what You mean by
> 
>> duplicate the CFLAGS into CXXFLAGS


./configure CFLAGS="-I/usr/include/csound -DUSE_DOUBLE"
CXXFLAGS="-I/usr/include/csound -DUSE_DOUBLE"


>>
> Saludos,
> Stefan
> 
> 2010/10/13 Felipe Sateler 
> 
>> Change your CPPFLAGS to CFLAGS and to change /usr/local/ to /usr/ (that
>> is, remove the /local part). Also, duplicate the CFLAGS into CXXFLAGS (I
>> think loris uses C++).
>>
>> On 10/13/2010 02:57 PM, Stefan Thomas wrote:
>>> Dear community,
>>> I've attached the output of config.
>>>
>>> 2010/10/13 Felipe Sateler 
>>>
>>>> Please post the entire configure output.
>>>>
>>>> On 10/13/2010 12:38 PM, Stefan Thomas wrote:
>>>>> Dear community,
>>>>> sorry for permanently boring You.
>>>>> I still can't install it. Maybee I shouldn't install the 64bit-version?
>>>> How
>>>>> can I configure the installation for 32bit?
>>>>>
>>>>> 2010/10/13 Felipe Sateler 
>>>>>
>>>>>> I don't know what does loris require, but IIRC puredyne is a debian
>>>>>> variant, so you need either libcsound64-dev or libcsnd-dev.
>>>>>> If it also uses the python bindings, you need python-csound too.
>>>>>>
>>>>>> On 10/13/2010 12:01 PM, Stefan Thomas wrote:
>>>>>>> Dear community,
>>>>>>> unfortunately I still  don't have sucess with installing loris.
>>>>>>> At the end of sh.configure I get:
>>>>>>>
>>>>>>>> FFTW support: Enabled, using version
>>>>>>>> 3.
>>>>>>>>
>>>>>>>> Python support:
>>>>>>>> Enabled.
>>>>>>>>
>>>>>>>> Installing Python extension modules in
>>>>>>>> ${exec_prefix}/lib/python2.6/site-packages
>>>>>>>>
>>>>>>>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to
>> your
>>>>>>>> PYTHONPATH
>>>>>>>>
>>>>>>>> before Python will be able to load
>>>>>>>> them.
>>>>>>>>
>>>>>>>> Csound support:
>>>>>>>> Disabled.
>>>>>>>>
>>>>>>>> Define CSOUND_CONFIG or add something to CPPFLAGS to
>>>>>>>> enable.
>>>>>>>
>>>>>>>
>>>>>>>> See ./configure --help.
>>>>>>>>
>>>>>>> Unfortunately I didn't find   neither csound-dev nor csound-api. I
>> only
>>>>>> have
>>>>>>> libcsound-dev in the repositorys.
>>>>>>> I think I will ask the puredyne community!
>>>>>>>
>>>>>>> 2010/10/13 Michael Gogins 
>>>>>>>
>>>>>>>> You will need python-dev and, unless you build csound from sources,
>>>>>>>> csound-dev or csound-api or whatever.
>>>>>>>>
>>>>>>>> MKG from cell phone
>>>>>>>>
>>>>>>>> On Oct 13, 2010 4:03 AM, "Andres Cabrera" 
>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Check which versions of python and libcsound you have installed, and
>>>>>> choose
>>>>>>>> according to that.
>>>>>>>>
>>>>>>>> Cheers,
>>>>>>>> Andres
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <
>>>>>>>> kontrapunktstefan@googlemail.com> wrote:
>>>>>>>>>
>>>>>>>>> Yes, ...
>>>>>>>> --
>>>>>>>>
>>>>>>>>
>>>>>>>> Andrés
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> 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"
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Saludos,
>>>>>> Felipe Sateler
>>>>>>
>>>>>>
>>>>>
>>>>> 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"
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Saludos,
>>>> Felipe Sateler
>>>>
>>>>
>>>
>>
>>
>> --
>> Saludos,
>> Felipe Sateler
>>
>>
> 
> 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"
> 
> 


-- 
Saludos,
Felipe Sateler


Date2010-10-14 07:19
FromStefan Thomas
Subject[Csnd] Re: Re: Re: Re: trying to install loris on a puredyne-machine
Dear Felipe, dear community,
it still does not work for me.
Should I use another flag instead of -DUSE_DOUBLE ?
Because puredyne is not a 64 bit architecture. Can I choose -DUSE_MONO oder -DUSE_SIMPLE?

2010/10/13 Felipe Sateler <fsateler@gmail.com>
On 10/13/2010 05:05 PM, Stefan Thomas wrote:
> Dear Felipe,
> I tried it with
>
>> sudo sh ./configure "CFLAGS=-I /usr/include/csound -DUSE_DOUBLE"
>>
> without sucess.

There is no need for the sudo part.

> Sorry, I don't understand what You mean by
>
>> duplicate the CFLAGS into CXXFLAGS


./configure CFLAGS="-I/usr/include/csound -DUSE_DOUBLE"
CXXFLAGS="-I/usr/include/csound -DUSE_DOUBLE"


>>
> Saludos,
> Stefan
>
> 2010/10/13 Felipe Sateler <fsateler@gmail.com>
>
>> Change your CPPFLAGS to CFLAGS and to change /usr/local/ to /usr/ (that
>> is, remove the /local part). Also, duplicate the CFLAGS into CXXFLAGS (I
>> think loris uses C++).
>>
>> On 10/13/2010 02:57 PM, Stefan Thomas wrote:
>>> Dear community,
>>> I've attached the output of config.
>>>
>>> 2010/10/13 Felipe Sateler <fsateler@gmail.com>
>>>
>>>> Please post the entire configure output.
>>>>
>>>> On 10/13/2010 12:38 PM, Stefan Thomas wrote:
>>>>> Dear community,
>>>>> sorry for permanently boring You.
>>>>> I still can't install it. Maybee I shouldn't install the 64bit-version?
>>>> How
>>>>> can I configure the installation for 32bit?
>>>>>
>>>>> 2010/10/13 Felipe Sateler <fsateler@gmail.com>
>>>>>
>>>>>> I don't know what does loris require, but IIRC puredyne is a debian
>>>>>> variant, so you need either libcsound64-dev or libcsnd-dev.
>>>>>> If it also uses the python bindings, you need python-csound too.
>>>>>>
>>>>>> On 10/13/2010 12:01 PM, Stefan Thomas wrote:
>>>>>>> Dear community,
>>>>>>> unfortunately I still  don't have sucess with installing loris.
>>>>>>> At the end of sh.configure I get:
>>>>>>>
>>>>>>>> FFTW support: Enabled, using version
>>>>>>>> 3.
>>>>>>>>
>>>>>>>> Python support:
>>>>>>>> Enabled.
>>>>>>>>
>>>>>>>> Installing Python extension modules in
>>>>>>>> ${exec_prefix}/lib/python2.6/site-packages
>>>>>>>>
>>>>>>>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to
>> your
>>>>>>>> PYTHONPATH
>>>>>>>>
>>>>>>>> before Python will be able to load
>>>>>>>> them.
>>>>>>>>
>>>>>>>> Csound support:
>>>>>>>> Disabled.
>>>>>>>>
>>>>>>>> Define CSOUND_CONFIG or add something to CPPFLAGS to
>>>>>>>> enable.
>>>>>>>
>>>>>>>
>>>>>>>> See ./configure --help.
>>>>>>>>
>>>>>>> Unfortunately I didn't find   neither csound-dev nor csound-api. I
>> only
>>>>>> have
>>>>>>> libcsound-dev in the repositorys.
>>>>>>> I think I will ask the puredyne community!
>>>>>>>
>>>>>>> 2010/10/13 Michael Gogins <michael.gogins@gmail.com>
>>>>>>>
>>>>>>>> You will need python-dev and, unless you build csound from sources,
>>>>>>>> csound-dev or csound-api or whatever.
>>>>>>>>
>>>>>>>> MKG from cell phone
>>>>>>>>
>>>>>>>> On Oct 13, 2010 4:03 AM, "Andres Cabrera" <mantaraya36@gmail.com>
>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Check which versions of python and libcsound you have installed, and
>>>>>> choose
>>>>>>>> according to that.
>>>>>>>>
>>>>>>>> Cheers,
>>>>>>>> Andres
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Oct 13, 2010 at 8:37 AM, Stefan Thomas <
>>>>>>>> kontrapunktstefan@googlemail.com> wrote:
>>>>>>>>>
>>>>>>>>> Yes, ...
>>>>>>>> --
>>>>>>>>
>>>>>>>>
>>>>>>>> Andrés
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> 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"
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Saludos,
>>>>>> Felipe Sateler
>>>>>>
>>>>>>
>>>>>
>>>>> 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"
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Saludos,
>>>> Felipe Sateler
>>>>
>>>>
>>>
>>
>>
>> --
>> Saludos,
>> Felipe Sateler
>>
>>
>
> 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"
>
>


--
Saludos,
Felipe Sateler