-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot build on Ubuntu 18.04 with GCC 7.5.0 #4588
Comments
Hmm, the first one looks like that version of gcc warns more than others for some reason.. To it I think we just need to use the The other warning I'm not sure, but maybe there's a gcc flag to not error on unrecognized warning flags? Another option is for you to disable warnings-as-errors on that build. This is odd though that you see it happen when updating emscripten, as that code (Relooper) is extremely old... did you change gcc version perhaps? |
To my knowledge there should not be any change in the CI config.. I am using the identical VM image to build as before. I observed this change when updating the CI from Emscripten 2.0.19 to building 3.1.8. Passing |
We are experiencing an issue at our Unity CI with building Binaryen: WebAssembly/binaryen#4588 It seems that for end users, disabling -Werror is a good general measure to enable wider chance of success to build. Emsdk installations are unlikely to be used by Binaryen developers to iterate on Binaryen development, so it is not necessary there?
* Pass -DENABLE_WERROR=0 when building Binaryen We are experiencing an issue at our Unity CI with building Binaryen: WebAssembly/binaryen#4588 It seems that for end users, disabling -Werror is a good general measure to enable wider chance of success to build. Emsdk installations are unlikely to be used by Binaryen developers to iterate on Binaryen development, so it is not necessary there? * Flake
Closing because there was a reasonable workaround. |
Heya, reporting an apparently unsupported build configuration. Noticed this when attempting to update Emscripten to latest at Unity. Our CI gives at CMake time:
and then at build time:
Do you know what is the minimum required Ubuntu and/or GCC version and/or Clang/LLVM version to build?
Building
section only requires a C++17 compiler, which GCC 7.5.0 says it would be.The text was updated successfully, but these errors were encountered: