You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from ../backend/CarlaStandalone.cpp:2408:
./utils/CarlaPluginUI.cpp:55:38: error: use of undeclared identifier 'PTHREAD_MUTEX_INITIALIZER'
static pthread_mutex_t gErrorMutex = PTHREAD_MUTEX_INITIALIZER;
^
This seems to be because there's no #include <pthread.h> in this file.
Build breaks on FreeBSD 12:
This seems to be because there's no
#include <pthread.h>
in this file.Full log (IPv6 URL).
The text was updated successfully, but these errors were encountered: