<div dir="ltr">Hello, I want to use osrm-routed.exe as Windows service.<div>1. Is there solution or I have to write my own code?</div><div><br><div>2. If there is no solution I'm going to write service for windows, but have some problems building</div></div><div>Project-OSRM in Debug mode. In Release is OK.<br></div><div>For build I'm using Visual Studio 2015. All required tools are installed.</div><div>Source is from <a href="https://github.com/DennisOSRM/Project-OSRM">https://github.com/DennisOSRM/Project-OSRM</a></div><div>and for build use: build-local.bat in Project-OSRM root folder, but with Debug flag.</div><div>=================================================================</div><div>Here is output from console:</div><div><br></div><div><div>CMake Error: The following variables are used in this project, but they are set to NOTFOUND.</div><div>Please set them or make sure they are set and tested correctly in the CMake files:</div><div>TBB_LIBRARY_DEBUG (ADVANCED)</div><div>    linked by target "osrm-extract" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "rtree-bench" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "osrm-routed" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "datastructure-tests" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "algorithm-tests" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "osrm-prepare" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "osrm-datastore" in directory D:/osm/projects/debug-Project-OSRM</div><div>TBB_MALLOC_LIBRARY_DEBUG (ADVANCED)</div><div>    linked by target "osrm-extract" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "rtree-bench" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "osrm-routed" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "datastructure-tests" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "algorithm-tests" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "osrm-prepare" in directory D:/osm/projects/debug-Project-OSRM</div><div>    linked by target "osrm-datastore" in directory D:/osm/projects/debug-Project-OSRM</div><div><br></div><div>-- Configuring incomplete, errors occurred!</div></div><div><br></div><div><br></div></div>