-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fails to compile (unknown type name "pthread_mutex_t" and so on) #6
Comments
I've managed to fix those errors by adding some include and define macros. Now I'd like to share those fixes with the community (first time in my life!). |
I appreciate the patch. Sorry for the long delay in responding. Could you let me know what kind of compile environment you're on (OS and version, architecture, gcc/clang)? Just want to make sure not to break the compile for different environments. |
OS: Arch Linux x86_64 |
@xtknight hey, are you still busy? It's such a small patch that it won't take much of your time to merge. |
Hello! Firstly, thank you very much for providing this patch. But at the very first attempt it didn't compile:
The text was updated successfully, but these errors were encountered: