You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- System supports 64 bits.
-- Configuring OSRM in release mode
-- Looking for LuaJIT...
-- Found LuaJIT: /usr/lib/i386-linux-gnu/libluajit-5.1.so
-- Looking for Luabind...
-- Found Luabind: /usr/lib/libluabind.so
-- Looking for STXXL...
-- Found STXXL: /usr/lib/libstxxl.so
-- Looking for OSMPBF...
-- Found OSMPBF: /usr/lib/libosmpbf.a
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LUAJIT_LIBRARY (ADVANCED)
linked by target "osrm-extract" in directory /whatever/Project-OSRM
linked by target "osrm-prepare" in directory /whatever/Project-OSRM
-- Configuring incomplete, errors occurred!
I removed the build directory, created a new one, executed cmake .. again but still the same error message.
The text was updated successfully, but these errors were encountered:
I have the same issue like this one: #749
except here it is
-- System supports 64 bits.
-- Configuring OSRM in release mode
-- Looking for LuaJIT...
-- Found LuaJIT: /usr/lib/i386-linux-gnu/libluajit-5.1.so
-- Looking for Luabind...
-- Found Luabind: /usr/lib/libluabind.so
-- Looking for STXXL...
-- Found STXXL: /usr/lib/libstxxl.so
-- Looking for OSMPBF...
-- Found OSMPBF: /usr/lib/libosmpbf.a
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LUAJIT_LIBRARY (ADVANCED)
linked by target "osrm-extract" in directory /whatever/Project-OSRM
linked by target "osrm-prepare" in directory /whatever/Project-OSRM
-- Configuring incomplete, errors occurred!
I removed the build directory, created a new one, executed cmake .. again but still the same error message.
The text was updated successfully, but these errors were encountered: