osrm-backend
osrm-backend copied to clipboard
Having build issues when trying to build from source
Issue
I am following the following steps to build the OSRM backend from source on my local system:
sudo apt install build-essential git cmake pkg-config
libbz2-dev libxml2-dev libzip-dev libboost-all-dev
lua5.2 liblua5.2-dev libtbb-dev
then,
mkdir -p build cd build cmake .. cmake --build . sudo cmake --build . --target install
as I run the command cmake --build . I run into the following error. Bare in mind the error is few thousand lines but this is a small snapshot of it
This is being run on WSL and all the C++ versions and everything is fine apparently.
I would really appreciate if someone will be able to help me out with this. Cheers!