<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I followed all the steps for MAC in <a href="https://github.com/DennisOSRM/Project-OSRM/wiki/Building-OSRM">https://github.com/DennisOSRM/Project-OSRM/wiki/Building-OSRM</a> <div>When I did:</div><div>   <font color="#606060">mkdir -p build; cd build; cmake ..; make</font></div><div>I received this:<br><div><br></div><div><div><font color="#606060">-- The C compiler identification is Clang 5.0.0</font></div><div><font color="#606060">-- The CXX compiler identification is Clang 5.0.0</font></div><div><font color="#606060">-- Check for working C compiler: /usr/bin/cc</font></div><div><font color="#606060">-- Check for working C compiler: /usr/bin/cc -- works</font></div><div><font color="#606060">-- Detecting C compiler ABI info</font></div><div><font color="#606060">-- Detecting C compiler ABI info - done</font></div><div><font color="#606060">-- Check for working CXX compiler: /usr/bin/c++</font></div><div><font color="#606060">-- Check for working CXX compiler: /usr/bin/c++ -- works</font></div><div><font color="#606060">-- Detecting CXX compiler ABI info</font></div><div><font color="#606060">-- Detecting CXX compiler ABI info - done</font></div><div><font color="#606060">-- Building on a 64 bit system</font></div><div><font color="#606060">-- Configuring OSRM in release mode</font></div><div><font color="#606060">-- Performing Test HAS_LTO_FLAG</font></div><div><font color="#606060">-- Performing Test HAS_LTO_FLAG - Success</font></div><div><font color="#606060">-- Performing Test HAS_LTO_PARTITION_FLAG</font></div><div><font color="#606060">-- Performing Test HAS_LTO_PARTITION_FLAG - Success</font></div><div><font color="#606060">-- Set Architecture to x64 on OS X</font></div><div><font color="#606060">-- Boost version: 1.55.0</font></div><div><font color="#606060">-- Found the following Boost libraries:</font></div><div><font color="#606060">--   date_time</font></div><div><font color="#606060">--   filesystem</font></div><div><font color="#606060">--   iostreams</font></div><div><font color="#606060">--   program_options</font></div><div><font color="#606060">--   regex</font></div><div><font color="#606060">--   system</font></div><div><font color="#606060">--   thread</font></div><div><font color="#606060">-- Looking for include file pthread.h</font></div><div><font color="#606060">-- Looking for include file pthread.h - found</font></div><div><font color="#606060">-- Looking for pthread_create</font></div><div><font color="#606060">-- Looking for pthread_create - found</font></div><div><font color="#606060">-- Found Threads: TRUE  </font></div><div><font color="#606060">-- Found Lua52: /usr/local/lib/liblua.dylib (found version "5.1.5") </font></div><div><font color="#606060">-- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.7.8") </font></div><div><font color="#606060">-- Looking for Luabind...</font></div><div><font color="#606060">-- Found Luabind: /usr/local/lib/libluabind.dylib  </font></div><div><font color="#606060">-- Found Luabind: /usr/local/lib/libluabind.dylib</font></div><div><font color="#606060">-- Looking for STXXL...</font></div><div><font color="#606060">-- Found STXXL: /usr/local/lib/libstxxl.a  </font></div><div><font color="#606060">-- Found STXXL: /usr/local/lib/libstxxl.a</font></div><div><font color="#606060">-- Looking for OSMPBF...</font></div><div><font color="#606060">-- Found OSMPBF: /usr/local/lib/libosmpbf.a  </font></div><div><font color="#606060">-- Found OSMPBF: /usr/local/lib/libosmpbf.a</font></div><div><font color="#606060">-- Found PROTOBUF: /usr/local/lib/libprotobuf.dylib  </font></div><div><font color="#606060">-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") </font></div><div><font color="#606060">-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib</font></div><div><font color="#606060">-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib - found</font></div><div><font color="#606060">-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") </font></div><div><font color="#606060">-- Configuring done</font></div><div><font color="#606060">-- Generating done</font></div><div><font color="#606060">-- Build files have been written to: /Users/ale/Sites/Project-OSRM/build</font></div><div><font color="#606060">Scanning dependencies of target COORDLIB</font></div><div><font color="#606060">[  2%] Building CXX object CMakeFiles/COORDLIB.dir/DataStructures/Coordinate.cpp.o</font></div><div><font color="#606060">In file included from /Users/ale/Sites/Project-OSRM/DataStructures/Coordinate.cpp:29:</font></div><div><font color="#606060">In file included from /Users/ale/Sites/Project-OSRM/DataStructures/../Util/MercatorUtil.h:31:</font></div><div><font color="#606060">/Users/ale/Sites/Project-OSRM/DataStructures/../Util/SimpleLogger.h:38:10: fatal error: 'mutex' file not found</font></div><div><font color="#606060">#include <mutex></font></div><div><font color="#606060">         ^</font></div><div><font color="#606060">1 error generated.</font></div><div><font color="#606060">make[2]: *** [CMakeFiles/COORDLIB.dir/DataStructures/Coordinate.cpp.o] Error 1</font></div><div><font color="#606060">make[1]: *** [CMakeFiles/COORDLIB.dir/all] Error 2</font></div><div><font color="#606060">make: *** [all] Error 2</font></div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>This seems to me a operating system error, something related to mutex …</div><div>Do you have any suggestion?</div><div>Thanks</div><div>Alessandra</div><div><br></div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br></div></div></body></html>