-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
Trying to install OSRM on Debian Wheezy, can't get past this error in make:
Scanning dependencies of target osrm-datastore
[ 50%] Building CXX object CMakeFiles/osrm-datastore.dir/datastore.cpp.o
Linking CXX executable osrm-datastore
/tmp/cc9eMZux.lto.o: In function `_ZN12OSRMLockFileclEv.isra.149.13169':
datastore.cpp.o:(.text+0x3ef0): undefined reference to `boost::filesystem::detail::temp_directory_path(boost::system::error_code*)'
followed by lots of other undefined reference errors...
Boost 1.54.0 is in /usr/local/lib/ and cmake is run like this: cmake -DBOOST_ROOT=/usr/local/lib/ ..
What can I do?
Metadata
Metadata
Assignees
Labels
No labels