[Csnd] trying to install loris on a puredyne-machine
| Date | 2010-10-12 16:58 |
| From | Stefan 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.What does this mean and what can I do to install the opcodes properly? Thanks Stefan |
| Date | 2010-10-12 18:03 | |
| From | menno | |
| Subject | [Csnd] Re: trying to install loris on a puredyne-machine | |
|
| Date | 2010-10-13 07:57 | |
| From | Stefan 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. I found in the messages that came from .configure concerning Python: checking for python... /usr/bin/pythonAnd concerning csound I've got: Csound support: Disabled. Any ideas what could be wrong? 2010/10/12 menno <nabob_cd@yahoo.com>
|
| Date | 2010-10-13 08:14 | |
| From | Andres 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, -- Andrés |
| Date | 2010-10-13 08:37 | |
| From | Stefan 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, |
| Date | 2010-10-13 09:02 | |
| From | Andres 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. -- Andrés |
| Date | 2010-10-13 12:59 |
| From | Michael 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: |
| Date | 2010-10-13 16:01 |
| From | Stefan 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. 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>
|
| Date | 2010-10-13 16:29 |
| From | Felipe Sateler |
| Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine |
| Attachments | signature.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 |
| Date | 2010-10-13 16:38 |
| From | Stefan 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 |
| Date | 2010-10-13 17:00 |
| From | Felipe Sateler |
| Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine |
| Attachments | signature.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 |
| Date | 2010-10-13 18:57 |
| From | Stefan Thomas |
| Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: trying to install loris on a puredyne-machine |
| Attachments | config_loris |
| Dear community, I've attached the output of config. 2010/10/13 Felipe Sateler <fsateler@gmail.com> Please post the entire configure output. |
| Date | 2010-10-13 20:22 |
| From | Felipe Sateler |
| Subject | [Csnd] Re: trying to install loris on a puredyne-machine |
| Attachments | signature.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 |
| Date | 2010-10-13 21:05 |
| From | Stefan 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 CXXFLAGSSaludos, Stefan 2010/10/13 Felipe Sateler <fsateler@gmail.com> Change your CPPFLAGS to CFLAGS and to change /usr/local/ to /usr/ (that |
| Date | 2010-10-13 22:11 |
| From | Felipe Sateler |
| Subject | [Csnd] Re: Re: Re: trying to install loris on a puredyne-machine |
| Attachments | signature.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 |
| Date | 2010-10-14 07:19 |
| From | Stefan 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>
|