/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