-
Notifications
You must be signed in to change notification settings - Fork 319
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
use rebar3 cannot to compile #233
Comments
I wonder if it's related to #215 (comment)? Are you compiling it on Windows, by chance? |
I cannot compile on MacOS M1 (rebar3):
|
Do you have a C compiler installed? |
Yes, I do. Initially, I thought the include directories may not have been specified but another library does pick up include files from the Xcode SDKs with the paths as is (stdbool.h, for example).
|
Never mind, it is related to the include paths and I'm able to get past the particular error by specifying |
i cannot compile project when use jiffy by rebar3.the wrong message is that cannot find the assert.h
The text was updated successfully, but these errors were encountered: