-
Notifications
You must be signed in to change notification settings - Fork 777
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
xxhash.h->XXH_STATIC_ASSERT: potential build failure due to missing static_assert macro #664
Comments
Hi @aeolio, I'm really sorry. But I believe we should not support uClibc with C11 or later C standard compilers. Because (1) uClibc's Also, (4) If you really want to use |
I ran into a similar issue when messing with an old version of the NDK. (Side note: 310/130/190 MB/s on an actual 600MHz ARM1136) We should use |
Hi Takayuki, Using Kind regards, Andreas |
I just reported this to lighttpd; they directed me to this project.
Cross-compiling with a uClibc toolchain results in a build failure, because uClibc does not define the static_assert macro.
Including the macro definition in case it is not defined by <assert.h> fixes this issue
The text was updated successfully, but these errors were encountered: