Csound 6 build Raspberry Pi Alsa
Date | 2015-06-13 20:55 |
From | Roger Kelly |
Subject | Csound 6 build Raspberry Pi Alsa |
Attachments | None None |
-- ALSA_HEADER="", so disabling USE_ALSA I have libasound2-dev installed, but cake says that the ALSA header is not found as well as PortAudio. How do I get it to build with Alsa support? |
Date | 2015-06-13 21:01 |
From | Victor Lazzarini |
Subject | Re: Csound 6 build Raspberry Pi Alsa |
Attachments | None None |
Try to point ALSA_HEADER to its correct location. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
Date | 2015-06-14 17:33 |
From | Paul Batchelor |
Subject | Re: Csound 6 build Raspberry Pi Alsa |
Attachments | None None |
I can remember running into this issue once, but not recently. I thought things fixed themselves. I *think* the header file csound is trying to look for is "asoundlib.h". On my Pi running Raspbian I ran: $ sudo find /usr -name "asoundlib.h" and libasound.h was located in /usr/include/alsa/asoundlib.h So, adding something the like flag -DALSA_HEADER="/usr/include/alsa/asoundlib.h" when you run cmake should do it. -P On Sat, Jun 13, 2015 at 4:01 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
|