Skip to content

osrm failed to build due to STXXL #1009

@noog

Description

@noog

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions