-
Notifications
You must be signed in to change notification settings - Fork 23
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
Any support for clang ? #61
Comments
Hopefully should all be fixed by #62, but I don't remember seeing that error. |
@phire indeed #62 helped a lot in pushing compilation forward. I am building on macOS so I think there are more platform related issues yet to be addressed. So Far I see one with malloc.h not being found. I've work around it by adding:| in standard_allocator this change
But I am not sure if this is the best approach. Then after retrying build I got this issue:
But not sure yet what I should do. |
Could this be my local bison/flex being misconfigured ?
|
That's a general rule for trying to make cross-platform c++. Always use the standard stuff whenever possible.
I don't like how it's pulling flex from |
Hello, very cool project. I've been trying to build this with clang but it seems that this doesn't compile:
The text was updated successfully, but these errors were encountered: