-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
stdatomic.h: No such file or directory #637
Comments
Can you try with #638? |
Thanks for looking into it. Unfortunately I still get the same error:
I now see |
What version of |
Aha. This is on a CentOS 7 machine with gcc 4.8.5. It seems from gcc 4.9 this should work, according to the gcc changelog:
I'll see if I can use a newer gcc on those build servers. |
Ok I tried gcc 7.3.0, and that works with and without #638. Though that makes sense since for that version So I think it'd be good to merge #638 anyway. Regarding the documentation, I guess:
would not include gcc 4.8 😅 |
I noticed a build that works on julia 1.7.0-rc2 but fails on 1.7.0-rc3. This happens on Linux, Windows works for both. After looking at JuliaLang/julia@v1.7.0-rc2...v1.7.0-rc3 I suspect it is because of JuliaLang/julia#42828.
The code to the app that is being built here, if relevant, is https://gitlab.com/deltares/wflow/wflow_cli.
The text was updated successfully, but these errors were encountered: