Replies: 1 comment
-
Looking at your log this seems to be the interesting line:
And it seems it was fixed in #6632 some time ago. Please try again with latest master branch. |
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
-
Hello,
I'm encountering an issue while trying to build OSRM on my machine running Ubuntu 23.10. I followed the instructions in the documentation but ran into difficulties, and the build 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 .
Encountered the error (see build_failure.log).
build_failure.log
Expected Behavior:
Expected successful completion of OSRM build without errors.
Actual Behavior:
The build failed.
Ubuntu Version: 23.10
CMake Version: 3.27.4
GCC Version: 13.2.0
Build Logs or Error Output:
build_failure.log
Additional Information:
I've verified that all necessary dependencies are installed.
I also attempted to build on a different version of Ubuntu (e.g., 22.04), and it succeeded.
Any assistance or recommendations on resolving this issue would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions