[PD-dev] [PD] pd-extended build on 9.10

András Murányi muranyia at gmail.com
Sat Oct 31 23:15:42 CET 2009


>
>> pdp_bitmap.c:41: error: conflicting types for ‘pdp_packet_bitmap_isvalid’
>> ../../include/pdp_bitmap.h:90: note: previous declaration of
>> ‘pdp_packet_bitmap_isvalid’ was here
>> make[5]: *** [pdp_bitmap.o] Error 1
>>
>> any bughunter knows this one?
>> salutis
>> ø
>>
>>
> I'm standing at the same one (on amd64).
>
>
> There was a mismatch between the header declaration, which used a 'bool'
> return type and the actual functions themselves, which used an 'int' return
> type.  Previously this didn't matter since there was a #define bool int,
> which means that all the 'bool's where converted to 'int's before
> compilation.
>
> Now, its the way it should be.  'svn up' and try again.
>
>
No luck... svn pulled the new files but i'm still getting the error

Andras
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20091031/18d79ace/attachment.htm>


More information about the Pd-dev mailing list