<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>I made the same but still getting the same errors</DIV>
<DIV><SPAN style="COLOR: #ff0000">CMake Error at C:/Program Files/CMake 2.6/share/cmake-2.6/Modules/FindBoost.cmake:620 (message):</SPAN></DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">Unable to find the requested Boost libraries.</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0; qt-paragraph-type: empty"></DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">Boost version: 1.36.0</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0; qt-paragraph-type: empty"></DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">Boost include path: C:/Program Files/boost/boost_1_36_0</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0; qt-paragraph-type: empty"></DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">The following Boost libraries could not be found:</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0; qt-paragraph-type: empty"></DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">boost_thread</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">boost_filesystem</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">boost_date_time</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">boost_program_options</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">boost_regex</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0; qt-paragraph-type: empty"></DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">No Boost libraries were found. You may need to set Boost_LIBRARYDIR to the</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">directory containing Boost libraries or BOOST_ROOT to the location of</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">Boost.</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">Call Stack (most recent call first):</DIV>
<P style="MARGIN: 0px; COLOR: #ff0000; TEXT-INDENT: 0px; qt-block-indent: 0">CMakeLists.txt:68 (FIND_PACKAGE)</DIV>
<DIV>&nbsp;</DIV>
<DIV>But Qt package is found&nbsp;with no problem.&nbsp;May be because I'm using MinGW generator. But I need it for Qt.&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>And for libraries, I got same library names with .a extension and without -vc. For exemple libboost_filesystem-mt-gd-1_34_1<STRONG>.a</STRONG> instead of libboost_filesystem<STRONG>-vc71</STRONG>-mt-gd-1_34_1<STRONG>.lib</STRONG></DIV>
<DIV><BR><BR>--- En date de&nbsp;: <B>Jeu 11.12.08, Mike Jackson <I>&lt;mike.jackson@bluequartz.net&gt;</I></B> a écrit&nbsp;:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">De: Mike Jackson &lt;mike.jackson@bluequartz.net&gt;<BR>Objet: Re: [CMake] Fw : Linking boost failure<BR>À: ngondorolf@yahoo.fr<BR>Cc: cmake@cmake.org<BR>Date: Jeudi 11 Décembre 2008, 16h24<BR><BR><PRE>Then send along the output along with the name of one of the libraries 
from the MinGW boost installation.

Mike

kafou nmento wrote:
&gt; Ok but what if the generator used is MinGW
&gt; 
&gt; 
&gt; --- En date de : Jeu 11.12.08, Mike Jackson
&lt;mike.jackson@bluequartz.net&gt; a écrit :
&gt; 
&gt; De: Mike Jackson &lt;mike.jackson@bluequartz.net&gt;
&gt; Objet: Re: [CMake] Fw : Linking boost failure
&gt; À: "Cmake Mailing List" &lt;cmake@cmake.org&gt;
&gt; Date: Jeudi 11 Décembre 2008, 16h09
&gt; 
&gt; I just pulled down the BoostPro installer and installed the headers and a
few
&gt; libraries. I installed to
C:\Developer\VS9\boost\boost_1_36_0.
&gt; 
&gt; I then set the environment variable BOOST_ROOT to
&gt; C:\Developer\VS9\boost\boost_1_36_0
&gt; 
&gt; I ran CMake 2.6.2 from a Visual Studio command prompt and was able to find
the
&gt; libraries.
&gt; 
&gt; If you can add the following to your
&gt; $CMAKE_INSTALL/share/cmake-2.6/modules/FindBoost.cmake at line 438:
&gt; 
&gt;     message(STATUS "Boost_LIB_VERSION: ${Boost_LIB_VERSION}")
&gt;     message(STATUS
&gt;
"${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}-${Boost_LIB_VERSION}")
&gt;     message(STATUS
&gt;
"${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}${_boost_STATIC_TAG}-${Boost_LIB_VERSION}")
&gt;     message(STATUS
&gt; "${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}")
&gt;     message(STATUS
&gt;
"${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}")
&gt;     message(STATUS "${Boost_LIB_PREFIX}boost_${COMPONENT}")
&gt; 
&gt; (there are 5 separate lines there. You may have to unwrap them from the
email)
&gt; 
&gt; Then run cmake again on a clean build directory and post the output.
&gt; 
&gt; I get the following:
&gt; 
&gt; -- Boost_LIB_VERSION: 1_36
&gt; -- boost_program_options-vc90-mt-1_36
&gt; -- boost_program_options-vc90-mt-1_36
&gt; -- boost_program_options-mt
&gt; -- boost_program_options-mt
&gt; -- boost_program_options
&gt; 
&gt; If your Boost_LIB_VERSION is empty then that is the first problem.
&gt; 
&gt; Mike
&gt; 
&gt; kafou nmento wrote:
&gt;&gt; Here is one libboost_filesystem-vc71-mt-gd-1_34_1.lib
&gt;&gt;
&gt;&gt;
&gt;&gt; --- En date de : Jeu 11.12.08, Michael Jackson
&gt; &lt;mike.jackson@bluequartz.net&gt; a écrit :
&gt;&gt; De: Michael Jackson &lt;mike.jackson@bluequartz.net&gt;
&gt;&gt; Objet: Re: [CMake] Fw : Linking boost failure
&gt;&gt; À: "Cmake Mailing List" &lt;cmake@cmake.org&gt;
&gt;&gt; Date: Jeudi 11 Décembre 2008, 15h00
&gt;&gt;
&gt;&gt; Pick a library from the boost pro distribution and please send the
entire
&gt; name
&gt;&gt; of the file. I have a few suspicions.
&gt;&gt;
&gt;&gt;
&gt;&gt; ---
&gt;&gt; Mike Jackson                 www.bluequartz.net
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; On Dec 11, 2008, at 8:36 AM, Philip Lowman wrote:
&gt;&gt;
&gt;&gt;&gt; On Thu, Dec 11, 2008 at 7:35 AM, kafou nmento
&gt; &lt;ngondorolf@yahoo.fr&gt;
&gt;&gt; wrote:
&gt;&gt;&gt; I'm still getting the same errors although I downloaded boost
from
&gt;&gt; BoostPro. The libraries are not found even if I set the
BOOST_LIBRARYDIR
&gt; to the
&gt;&gt; path of boost libraries.
&gt;&gt;&gt; I can confirm this bug, I think.  When using the BoostPro
installer
&gt; (even
&gt;&gt; with CMake 2.6.3 RC5) the FindBoost.cmake file will discover
&gt; BOOST_INCLUDEDIR
&gt;&gt; but will not find any libraries.
&gt;&gt;&gt; --Philip Lowman
&gt;&gt;&gt; _______________________________________________
&gt;&gt;&gt; CMake mailing list
&gt;&gt;&gt; CMake@cmake.org
&gt;&gt;&gt; http://www.cmake.org/mailman/listinfo/cmake
&gt;&gt; _______________________________________________
&gt;&gt; CMake mailing list
&gt;&gt; CMake@cmake.org
&gt;&gt; http://www.cmake.org/mailman/listinfo/cmake
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;       
&gt; _______________________________________________
&gt; CMake mailing list
&gt; CMake@cmake.org
&gt; http://www.cmake.org/mailman/listinfo/cmake
&gt; 
&gt; 
&gt;       
</PRE></BLOCKQUOTE></td></tr></table><br>