-
Notifications
You must be signed in to change notification settings - Fork 216
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
Error when compiling Hana according to "How to contribute" #481
Comments
The compile-time string user defined literal is a GNU extension. It appears the
Are you manually defining either of those? EDIT: The input cli command would be helpful (via |
No, I'm not setting those. Both the commands below print echo ${BOOST_HANA_HAS_PEDANTIC-does not exist}
echo ${BOOST_HANA_CONFIG_ENABLE_STRING_UDL-does not exist} Here's the output of
|
I guess GCC just changed their policy, and we are not up to date with that. For the tests there is only We should disable it by default and add it only for the pertinent test/examples. Looking at |
And how do I go about it? Sorry, but I know very little about makefiles and build systems 😢 |
I've followed steps 1, 2, and 4 (not 3) from How to contribute, but I get this error:
My compiler is
which looks ok, based on General notes on compiler support.
The text was updated successfully, but these errors were encountered: