hello,
i try to compile OSRM in archlinux
i installed this packages : pacman -syu boost cmake luabind
i compiled : stxxl-svn
(i modified the PKGBUILD with make BOOST_LIB_MT_SUFFIX='' library_g++
make BOOST_LIB_MT_SUFFIX='' tests_g++)
then i installed it
for compiling OSRM
git clone https://github.com/DennisOSRM/Project-OSRM.git
mkdir -p build; cd build; cmake ..; make
but when i execute cmake ../
the lib stxxl is not found
[code]-- Looking for STXXL...
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find STXXL (missing: STXXL_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/FindSTXXL.cmake:43 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:197 (find_package)[/code]
hello,
i try to compile OSRM in archlinux
i installed this packages : pacman -syu boost cmake luabind
i compiled : stxxl-svn
(i modified the PKGBUILD with make BOOST_LIB_MT_SUFFIX='' library_g++
make BOOST_LIB_MT_SUFFIX='' tests_g++)
then i installed it
for compiling OSRM
git clone https://github.com/DennisOSRM/Project-OSRM.git
but when i execute cmake ../
the lib stxxl is not found
[code]-- Looking for STXXL...
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find STXXL (missing: STXXL_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/FindSTXXL.cmake:43 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:197 (find_package)[/code]