[PD-dev] Re: [PD] Flext (or lack of it)

Thomas Grill t.grill at gmx.net
Sun Feb 22 21:40:17 CET 2004


> /cygdrive/c/pd/src/pthread.h:260: error: redefinition of `struct timespec'
> /usr/include/sys/types.h:100: error: previous definition of `struct
> timespec'
> /cygdrive/c/pd/src/pthread.h:482: error: conflicting types for `typedef
> struct
>    pthread_t_*pthread_t'
>
> etc...
>
> So there's a conflict between the pthread definitions of Cygwin and PD.
> How can I fix this problem?

Hi Marc,
this seems to be caused by the fact that PDs pthread definitions are found
prior to the cygwin ones.
Simply have -I/usr/include before -I/usr/local/pd/src

best greetings,
Thomas





More information about the Pd-dev mailing list