<div dir="ltr"><div>It seems like you are running into the cmake file for finding the Intel Threading Building Blocks (TBB) library not being able to locate the debug libraries:<br><a href="https://github.com/Project-OSRM/osrm-backend/blob/master/cmake/FindTBB.cmake#L239-L242">https://github.com/Project-OSRM/osrm-backend/blob/master/cmake/FindTBB.cmake#L239-L242</a><br><br></div>Can you make sure that you have the TBB debug libraries available.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 4:44 PM, Kostadin Moraliev <span dir="ltr"><<a href="mailto:moraliev@gmail.com" target="_blank">moraliev@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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>
<br>_______________________________________________<br>
OSRM-talk mailing list<br>
<a href="mailto:OSRM-talk@openstreetmap.org">OSRM-talk@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/osrm-talk" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br>
<br></blockquote></div><br></div>