Replies: 1 comment
-
GCC 11 is no longer supported in CI builds, can you try building with GCC 12? It is available in Ubuntu 22.04. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build OSRM from source on my Ubuntu running on Windows (WSL). I followed the instructions, but the build process was unsuccessful.
Steps to Reproduce:
Installed all dependencies as stated in the documentation.
Cloned the OSRM repository.
Ran command:
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
Errors:
build_output.log
It does not seem to me that the erros are the same as it is here: #6851
Environment:
Ubuntu Version: 22.04.4 LTS
CMake Version: 3.22.1
GCC Version: 11.4.0
Can anyone please help me identify and resolve the problem? If you need further information, please let me know.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions