MantisBT - CMake
View Issue Details
0007269CMakeCMakepublic2008-07-02 08:102008-07-03 16:01
Tom Vercauteren 
Douglas Gregor 
normalminoralways
closedfixed 
CMake-2-6 
CMake-2-6 
0007269: FindBoost does find boost when using distcc
I used gcc 4.1 to build boost 1.34.1.

I use cmake 2.6 to build my project with "distcc gcc-4.1" as a compiler.

FindBoost fails with the following error:

-- Boost version required: . Found: 1.34.1
CMake Error at /usr/local/cmake-2.6.0-Linux-i386/share/cmake-2.6/Modules/FindBoost.cmake:553 (MESSAGE):
  Couldn't find the Boost libraries and/or include directory, or the version
  found is too old. Please install the Boost libraries AND development
  packages. You can set BOOST_ROOT, BOOST_INCLUDEDIR and BOOST_LIBRARYDIR to
  help find Boost.


Changing the compiler to gcc-4.1 (without distcc) allows cmake to find boost.
No tags attached.
Issue History
2008-07-02 08:10Tom VercauterenNew Issue
2008-07-02 08:39Bill HoffmanStatusnew => assigned
2008-07-02 08:39Bill HoffmanAssigned To => Douglas Gregor
2008-07-03 15:51Douglas GregorStatusassigned => resolved
2008-07-03 15:51Douglas GregorFixed in Version => CMake-2-6
2008-07-03 15:51Douglas GregorResolutionopen => fixed
2008-07-03 15:51Douglas GregorNote Added: 0012613
2008-07-03 16:01Douglas GregorStatusresolved => closed

Notes
(0012613)
Douglas Gregor   
2008-07-03 15:51   
Fixed in CMake CVS.