Export to GitHub

dynamic-cpp - issue #2

Can't compile with boost library in CentOS 6.6


Posted on Dec 9, 2014 by Grumpy Lion

What steps will reproduce the problem? 1. yum install boost-devel 2. my boost version is 1.54 3. No idea how to compile with boost error below

What is the expected output? What do you see instead? When i changed to /usr/lib64, i get the error like this:

CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:651 (file): file STRINGS file "/usr/lib64/boost/version.hpp" cannot be read. Call Stack (most recent call first): CMakeLists.txt:38 (find_package)

CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1138 (message): Unable to find the requested Boost libraries.

Boost version: 0.0.0

Boost include path: /usr/lib64

What version of the product are you using? On what operating system? CentOS 6.6, the latest dynamic cpp

CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1138 (message): Unable to find the requested Boost libraries.

Boost version: 1.54.0

Boost include path: /usr/include

Could not find the following static Boost libraries:

      boost_unit_test_framework

pls help. thanks

Comment #1

Posted on Dec 11, 2014 by Grumpy Lion

i've ran rebuilt, finally works but I can't seem to use it.

Status: New

Labels:
Type-Defect Priority-Medium