Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] liblo problem
Victor Lazzarini <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
I’ve noted something odd though. Your error message says
/usr/local/include/lo/lo_lowlevel.h:1065:10: note: expected ‘lo_blob {aka struct lo_blob_ *}’ but argument is of type ‘struct lo_blob_ **’
uint32_t lo_blobsize(lo_blob b);
But in my 0.31 installation that line does not have "uint32_t lo_blobsize(lo_blob b);”. I can’t reconcile your error message with the
0.31 sources.
I am wondering if you have two versions of liblo in your system?
I see the headers you are using are in /usr/local/include/
In my installation, they are /usr/local/lib/include.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland
> On 3 Jun 2023, at 20:55, Victor Lazzarini <[email protected]> wrote:
>
> I have built and installed the latest here and Csound builds correctly, so I am thinking the version does not matter
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 3 Jun 2023, at 19:25, Victor Lazzarini <[email protected]> wrote:
>>
>> Can you post the errors after the pull?
>>
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>>> On 3 Jun 2023, at 18:42, john <[email protected]> wrote:
>>>
>>> Still fails to uild.
>>> peraps #i soukd look for 0.29
>