Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4.2 fails because '#include <pthread.h>' is missing in utils/CarlaPluginUI.cpp #1597

Closed
yurivict opened this issue Mar 6, 2022 · 0 comments

Comments

@yurivict
Copy link
Contributor

yurivict commented Mar 6, 2022

Build breaks on FreeBSD 12:

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.

Full log (IPv6 URL).

@falkTX falkTX closed this as completed in 4d14226 Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant