Csound Csound-dev Csound-tekno Search About

[Csnd] libcsound64-dev, no csound.hpp?

Date2012-11-13 22:08
FromRory Walsh
Subject[Csnd] libcsound64-dev, no csound.hpp?
I just used apt-get install libcsound64-dev to get the required header
I'd need to build Csound apps but it doesn't come with csound.hpp? Or
am I using the wrong packages? In the end I had to simply download
that file from sourceforge and bung it in with the rest of header
files.

Date2012-11-14 06:33
FromNil Geisweiller
SubjectRe: [Csnd] libcsound64-dev, no csound.hpp?
Hi Rory,

On Tue, Nov 13, 2012 at 11:08 PM, Rory Walsh  wrote:
> I just used apt-get install libcsound64-dev to get the required header
> I'd need to build Csound apps but it doesn't come with csound.hpp? Or

do you mean a C++ header?

On my system (Ubuntu 12.04) the package libcsound64-dev comes with a C header

/usr/include/csound/csound.h

is that not what you want?

Nil

> am I using the wrong packages? In the end I had to simply download
> that file from sourceforge and bung it in with the rest of header
> files.
>
>
> 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"
>

Date2012-11-14 08:24
FromRory Walsh
SubjectRe: [Csnd] libcsound64-dev, no csound.hpp?
No. I'm looking for csound.hpp, it's a C++ interface for the csound.h,
out of curiosity, how do you build Cabbage without a csound.hpp? You
probably have your own bulid of Csound or?

On 14 November 2012 06:33, Nil Geisweiller  wrote:
> Hi Rory,
>
> On Tue, Nov 13, 2012 at 11:08 PM, Rory Walsh  wrote:
>> I just used apt-get install libcsound64-dev to get the required header
>> I'd need to build Csound apps but it doesn't come with csound.hpp? Or
>
> do you mean a C++ header?
>
> On my system (Ubuntu 12.04) the package libcsound64-dev comes with a C header
>
> /usr/include/csound/csound.h
>
> is that not what you want?
>
> Nil
>
>> am I using the wrong packages? In the end I had to simply download
>> that file from sourceforge and bung it in with the rest of header
>> files.
>>
>>
>> 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"
>

Date2012-11-14 09:51
FromNil Geisweiller
SubjectRe: [Csnd] libcsound64-dev, no csound.hpp?
On Wed, Nov 14, 2012 at 9:24 AM, Rory Walsh  wrote:
> No. I'm looking for csound.hpp, it's a C++ interface for the csound.h,
> out of curiosity, how do you build Cabbage without a csound.hpp? You
> probably have your own bulid of Csound or?

Oh, I do have csound.hpp, as it turns out, it is not from
libcsound64_dev, it is from libcsnd-dev.

Nil

>
> On 14 November 2012 06:33, Nil Geisweiller  wrote:
>> Hi Rory,
>>
>> On Tue, Nov 13, 2012 at 11:08 PM, Rory Walsh  wrote:
>>> I just used apt-get install libcsound64-dev to get the required header
>>> I'd need to build Csound apps but it doesn't come with csound.hpp? Or
>>
>> do you mean a C++ header?
>>
>> On my system (Ubuntu 12.04) the package libcsound64-dev comes with a C header
>>
>> /usr/include/csound/csound.h
>>
>> is that not what you want?
>>
>> Nil
>>
>>> am I using the wrong packages? In the end I had to simply download
>>> that file from sourceforge and bung it in with the rest of header
>>> files.
>>>
>>>
>>> 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"
>>
>
>
> 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"
>

Date2012-11-14 11:35
FromRory Walsh
SubjectRe: [Csnd] libcsound64-dev, no csound.hpp?
That's the one! Thanks Nil, I didn't think of instaling that as I
don't need it. Cheers.

On 14 November 2012 09:51, Nil Geisweiller  wrote:
> On Wed, Nov 14, 2012 at 9:24 AM, Rory Walsh  wrote:
>> No. I'm looking for csound.hpp, it's a C++ interface for the csound.h,
>> out of curiosity, how do you build Cabbage without a csound.hpp? You
>> probably have your own bulid of Csound or?
>
> Oh, I do have csound.hpp, as it turns out, it is not from
> libcsound64_dev, it is from libcsnd-dev.
>
> Nil
>
>>
>> On 14 November 2012 06:33, Nil Geisweiller  wrote:
>>> Hi Rory,
>>>
>>> On Tue, Nov 13, 2012 at 11:08 PM, Rory Walsh  wrote:
>>>> I just used apt-get install libcsound64-dev to get the required header
>>>> I'd need to build Csound apps but it doesn't come with csound.hpp? Or
>>>
>>> do you mean a C++ header?
>>>
>>> On my system (Ubuntu 12.04) the package libcsound64-dev comes with a C header
>>>
>>> /usr/include/csound/csound.h
>>>
>>> is that not what you want?
>>>
>>> Nil
>>>
>>>> am I using the wrong packages? In the end I had to simply download
>>>> that file from sourceforge and bung it in with the rest of header
>>>> files.
>>>>
>>>>
>>>> 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"
>>>
>>
>>
>> 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"
>