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

Requires C11 #9

Open
ryandesign opened this issue Aug 18, 2021 · 0 comments
Open

Requires C11 #9

ryandesign opened this issue Aug 18, 2021 · 0 comments

Comments

@ryandesign
Copy link

The README says pcaudiolib requires "a functional c compiler" however that does not appear to be sufficient. It fails to build with the older versions of clang included with Xcode on OS X 10.9 and earlier:

src/TPCircularBuffer/TPCircularBuffer.h:55:14: fatal error: 'stdatomic.h' file not found
    #include <stdatomic.h>
             ^

I believe this means you actually require a C11 compiler or newer. If that's intentional, please update the readme with that requirement.

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