From c0651a8058ddc83bd3f3454ebc3af5c0b09b1854 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sat, 17 Oct 2015 18:33:48 -0700 Subject: [PATCH] Note about possible OSRM build error. --- 3party/osrm/BUILD_NOTE.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3party/osrm/BUILD_NOTE.txt diff --git a/3party/osrm/BUILD_NOTE.txt b/3party/osrm/BUILD_NOTE.txt new file mode 100644 index 0000000000..f59e65d96b --- /dev/null +++ b/3party/osrm/BUILD_NOTE.txt @@ -0,0 +1,8 @@ +If you youse luabind library with a version lesser than 0.9.2, +you may have troubles compiling OSRM code with a boost >=1.57 +(more details here: https://github.com/luabind/luabind/issues/27 ). + +You can fix it either by using latest luabind from source https://github.com/rpavlik/luabind +or https://github.com/DennisOSRM/luabind, or by applying the following patch +to /usr/include/luabind/object.hpp: +https://github.com/alex85k/luabind/commit/2340928e00f4d606255dd5d570e1e142353a5fdd