Csound Csound-dev Csound-tekno Search About

[Csnd-dev] cannot build

Date2016-05-01 03:19
Fromjoachim heintz
Subject[Csnd-dev] cannot build
although i disabled to build fluid opcodes, i get this:

In file included from 
/home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.cpp:37:0:
/home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.h:40:24: 
fatal error: fluidsynth.h: No such file or directory
  #include 
                         ^
compilation terminated.

thanks for any help -

Date2016-05-01 12:48
Fromjoachim heintz
SubjectRe: [Csnd-dev] cannot build
i should have mentioned that this is a pull from recent sources.
no one else has this problem?
(i am on linux, debian 8.1)

	joachim


On 01/05/16 04:19, joachim heintz wrote:
> although i disabled to build fluid opcodes, i get this:
>
> In file included from
> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.cpp:37:0:
> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.h:40:24:
> fatal error: fluidsynth.h: No such file or directory
>   #include 
>                          ^
> compilation terminated.
>
> thanks for any help -
>      joachim

Date2016-05-01 15:42
FromSteven Yi
SubjectRe: [Csnd-dev] cannot build
Hi Joachim,

I just tried a pull and build on Debian and it worked for me.  My
guess is that maybe the fluidsynth dev package was removed on your
system but the values are cached in the CMakeCache.txt.  Could you try
a clean build within a separate folder?

steven

On Sun, May 1, 2016 at 7:48 AM, joachim heintz  wrote:
> i should have mentioned that this is a pull from recent sources.
> no one else has this problem?
> (i am on linux, debian 8.1)
>
>         joachim
>
>
>
> On 01/05/16 04:19, joachim heintz wrote:
>>
>> although i disabled to build fluid opcodes, i get this:
>>
>> In file included from
>> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.cpp:37:0:
>> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.h:40:24:
>> fatal error: fluidsynth.h: No such file or directory
>>   #include 
>>                          ^
>> compilation terminated.
>>
>> thanks for any help -
>>      joachim
>>

Date2016-05-01 21:17
Fromjoachim heintz
SubjectRe: [Csnd-dev] cannot build
thanks for the help, steven!  i will try this after a performance tomorrow.
(no courage for possible problems before ... =).
cheers -
	joachim


On 01/05/16 16:42, Steven Yi wrote:
> Hi Joachim,
>
> I just tried a pull and build on Debian and it worked for me.  My
> guess is that maybe the fluidsynth dev package was removed on your
> system but the values are cached in the CMakeCache.txt.  Could you try
> a clean build within a separate folder?
>
> steven
>
> On Sun, May 1, 2016 at 7:48 AM, joachim heintz  wrote:
>> i should have mentioned that this is a pull from recent sources.
>> no one else has this problem?
>> (i am on linux, debian 8.1)
>>
>>          joachim
>>
>>
>>
>> On 01/05/16 04:19, joachim heintz wrote:
>>>
>>> although i disabled to build fluid opcodes, i get this:
>>>
>>> In file included from
>>> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.cpp:37:0:
>>> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.h:40:24:
>>> fatal error: fluidsynth.h: No such file or directory
>>>    #include 
>>>                           ^
>>> compilation terminated.
>>>
>>> thanks for any help -
>>>       joachim
>>>
>>

Date2016-05-03 16:43
Fromjoachim heintz
SubjectRe: [Csnd-dev] cannot build
still no success.

i created a new directory, called "cs6make2", on the same level as the 
previous "cs6make".  then i did:
   cd cs6make2
   cmake ../csound

now i get another error than before:

CMake Error at /usr/share/cmake-3.0/Modules/FindCUDA.cmake:568 (message):
   Specify CUDA_TOOLKIT_ROOT_DIR
Call Stack (most recent call first):
   Opcodes/cuda/CMakeLists.txt:4 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!

any idea?  thanks -
	joachim




On 01/05/16 22:17, joachim heintz wrote:
> thanks for the help, steven!  i will try this after a performance tomorrow.
> (no courage for possible problems before ... =).
> cheers -
>      joachim
>
>
> On 01/05/16 16:42, Steven Yi wrote:
>> Hi Joachim,
>>
>> I just tried a pull and build on Debian and it worked for me.  My
>> guess is that maybe the fluidsynth dev package was removed on your
>> system but the values are cached in the CMakeCache.txt.  Could you try
>> a clean build within a separate folder?
>>
>> steven
>>
>> On Sun, May 1, 2016 at 7:48 AM, joachim heintz 
>> wrote:
>>> i should have mentioned that this is a pull from recent sources.
>>> no one else has this problem?
>>> (i am on linux, debian 8.1)
>>>
>>>          joachim
>>>
>>>
>>>
>>> On 01/05/16 04:19, joachim heintz wrote:
>>>>
>>>> although i disabled to build fluid opcodes, i get this:
>>>>
>>>> In file included from
>>>> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.cpp:37:0:
>>>> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.h:40:24:
>>>> fatal error: fluidsynth.h: No such file or directory
>>>>    #include 
>>>>                           ^
>>>> compilation terminated.
>>>>
>>>> thanks for any help -
>>>>       joachim
>>>>
>>>
>>

Date2016-05-03 17:17
Fromjoachim heintz
SubjectRe: [Csnd-dev] cannot build
i think i solved this by running apt-get build-dep csound again.

you were right, steven, that by any reason some packages were removed.

it's allright now and i can try paulstretch ... =)

	joachim


On 03/05/16 17:43, joachim heintz wrote:
> still no success.
>
> i created a new directory, called "cs6make2", on the same level as the
> previous "cs6make".  then i did:
>    cd cs6make2
>    cmake ../csound
>
> now i get another error than before:
>
> CMake Error at /usr/share/cmake-3.0/Modules/FindCUDA.cmake:568 (message):
>    Specify CUDA_TOOLKIT_ROOT_DIR
> Call Stack (most recent call first):
>    Opcodes/cuda/CMakeLists.txt:4 (FIND_PACKAGE)
> -- Configuring incomplete, errors occurred!
>
> any idea?  thanks -
>      joachim
>
>
>
>
> On 01/05/16 22:17, joachim heintz wrote:
>> thanks for the help, steven!  i will try this after a performance
>> tomorrow.
>> (no courage for possible problems before ... =).
>> cheers -
>>      joachim
>>
>>
>> On 01/05/16 16:42, Steven Yi wrote:
>>> Hi Joachim,
>>>
>>> I just tried a pull and build on Debian and it worked for me.  My
>>> guess is that maybe the fluidsynth dev package was removed on your
>>> system but the values are cached in the CMakeCache.txt.  Could you try
>>> a clean build within a separate folder?
>>>
>>> steven
>>>
>>> On Sun, May 1, 2016 at 7:48 AM, joachim heintz 
>>> wrote:
>>>> i should have mentioned that this is a pull from recent sources.
>>>> no one else has this problem?
>>>> (i am on linux, debian 8.1)
>>>>
>>>>          joachim
>>>>
>>>>
>>>>
>>>> On 01/05/16 04:19, joachim heintz wrote:
>>>>>
>>>>> although i disabled to build fluid opcodes, i get this:
>>>>>
>>>>> In file included from
>>>>> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.cpp:37:0:
>>>>> /home/jh/src/csound/csound/Opcodes/fluidOpcodes/fluidOpcodes.h:40:24:
>>>>> fatal error: fluidsynth.h: No such file or directory
>>>>>    #include 
>>>>>                           ^
>>>>> compilation terminated.
>>>>>
>>>>> thanks for any help -
>>>>>       joachim
>>>>>
>>>>
>>>
>>