osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Having build issues when trying to build from source

Open sahussain5599 opened this issue 1 year ago • 5 comments

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

error

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!

sahussain5599 avatar Aug 12 '24 04:08 sahussain5599