<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>I did it but still getting the same errors. Still unable to find Boost libraries.<BR></DIV>
<DIV><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, 17h11<BR><BR><PRE>SET (Boost_USE_STATIC_LIBS TRUE)

add that just before the call to FindPackage (boost... )

Mike

kafou nmento wrote:
&gt; I made the same but still getting the same errors
&gt; CMake Error at C:/Program Files/CMake
2.6/share/cmake-2.6/Modules/FindBoost.cmake:620 (message):
&gt; Unable to find the requested Boost libraries.
&gt; 
&gt; Boost version: 1.36.0
&gt; 
&gt; Boost include path: C:/Program Files/boost/boost_1_36_0
&gt; 
&gt; The following Boost libraries could not be found:
&gt; 
&gt; boost_thread
&gt; boost_filesystem
&gt; boost_date_time
&gt; boost_program_options
&gt; boost_regex
&gt; 
&gt; No Boost libraries were found. You may need to set Boost_LIBRARYDIR to the
&gt; directory containing Boost libraries or BOOST_ROOT to the location of
&gt; Boost.
&gt; Call Stack (most recent call first):
&gt; CMakeLists.txt:68 (FIND_PACKAGE)
&gt;  
&gt; But Qt package is found with no problem. May be because I'm using
MinGW generator. But I need it for Qt. 
&gt;  
&gt; And for libraries, I got same library names with .a extension and without
-vc. For exemple libboost_filesystem-mt-gd-1_34_1.a instead of
libboost_filesystem-vc71-mt-gd-1_34_1.lib
&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; À: ngondorolf@yahoo.fr
&gt; Cc: cmake@cmake.org
&gt; Date: Jeudi 11 Décembre 2008, 16h24
&gt; 
&gt; Then send along the output along with the name of one of the libraries 
&gt; from the MinGW boost installation.
&gt; 
&gt; Mike
&gt; 
&gt; kafou nmento wrote:
&gt;&gt; Ok but what if the generator used is MinGW
&gt;&gt;
&gt;&gt;
&gt;&gt; --- En date de : Jeu 11.12.08, Mike Jackson
&gt; &lt;mike.jackson@bluequartz.net&gt; a écrit :
&gt;&gt; De: Mike 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, 16h09
&gt;&gt;
&gt;&gt; I just pulled down the BoostPro installer and installed the headers
and a
&gt; few
&gt;&gt; libraries. I installed to
&gt; C:\Developer\VS9\boost\boost_1_36_0.
&gt;&gt; I then set the environment variable BOOST_ROOT to
&gt;&gt; C:\Developer\VS9\boost\boost_1_36_0
&gt;&gt;
&gt;&gt; I ran CMake 2.6.2 from a Visual Studio command prompt and was able to
find
&gt; the
&gt;&gt; libraries.
&gt;&gt;
&gt;&gt; If you can add the following to your
&gt;&gt; $CMAKE_INSTALL/share/cmake-2.6/modules/FindBoost.cmake at line 438:
&gt;&gt;
&gt;&gt;     message(STATUS "Boost_LIB_VERSION:
${Boost_LIB_VERSION}")
&gt;&gt;     message(STATUS
&gt;&gt;
&gt;
"${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}-${Boost_LIB_VERSION}")
&gt;&gt;     message(STATUS
&gt;&gt;
&gt;
"${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}${_boost_STATIC_TAG}-${Boost_LIB_VERSION}")
&gt;&gt;     message(STATUS
&gt;&gt;
"${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}")
&gt;&gt;     message(STATUS
&gt;&gt;
&gt;
"${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}")
&gt;&gt;     message(STATUS "${Boost_LIB_PREFIX}boost_${COMPONENT}")
&gt;&gt;
&gt;&gt; (there are 5 separate lines there. You may have to unwrap them from
the
&gt; email)
&gt;&gt; Then run cmake again on a clean build directory and post the output.
&gt;&gt;
&gt;&gt; I get the following:
&gt;&gt;
&gt;&gt; -- Boost_LIB_VERSION: 1_36
&gt;&gt; -- boost_program_options-vc90-mt-1_36
&gt;&gt; -- boost_program_options-vc90-mt-1_36
&gt;&gt; -- boost_program_options-mt
&gt;&gt; -- boost_program_options-mt
&gt;&gt; -- boost_program_options
&gt;&gt;
&gt;&gt; If your Boost_LIB_VERSION is empty then that is the first problem.
&gt;&gt;
&gt;&gt; Mike
&gt;&gt;
&gt;&gt; kafou nmento wrote:
&gt;&gt;&gt; Here is one libboost_filesystem-vc71-mt-gd-1_34_1.lib
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; --- En date de : Jeu 11.12.08, Michael Jackson
&gt;&gt; &lt;mike.jackson@bluequartz.net&gt; a écrit :
&gt;&gt;&gt; De: Michael Jackson &lt;mike.jackson@bluequartz.net&gt;
&gt;&gt;&gt; Objet: Re: [CMake] Fw : Linking boost failure
&gt;&gt;&gt; À: "Cmake Mailing List" &lt;cmake@cmake.org&gt;
&gt;&gt;&gt; Date: Jeudi 11 Décembre 2008, 15h00
&gt;&gt;&gt;
&gt;&gt;&gt; Pick a library from the boost pro distribution and please send the
&gt; entire
&gt;&gt; name
&gt;&gt;&gt; of the file. I have a few suspicions.
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; ---
&gt;&gt;&gt; Mike Jackson                 www.bluequartz.net
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; On Dec 11, 2008, at 8:36 AM, Philip Lowman wrote:
&gt;&gt;&gt;
&gt;&gt;&gt;&gt; On Thu, Dec 11, 2008 at 7:35 AM, kafou nmento
&gt;&gt; &lt;ngondorolf@yahoo.fr&gt;
&gt;&gt;&gt; wrote:
&gt;&gt;&gt;&gt; I'm still getting the same errors although I downloaded
boost
&gt; from
&gt;&gt;&gt; BoostPro. The libraries are not found even if I set the
&gt; BOOST_LIBRARYDIR
&gt;&gt; to the
&gt;&gt;&gt; path of boost libraries.
&gt;&gt;&gt;&gt; I can confirm this bug, I think.  When using the BoostPro
&gt; installer
&gt;&gt; (even
&gt;&gt;&gt; with CMake 2.6.3 RC5) the FindBoost.cmake file will discover
&gt;&gt; BOOST_INCLUDEDIR
&gt;&gt;&gt; but will not find any libraries.
&gt;&gt;&gt;&gt; --Philip Lowman
&gt;&gt;&gt;&gt; _______________________________________________
&gt;&gt;&gt;&gt; CMake mailing list
&gt;&gt;&gt;&gt; CMake@cmake.org
&gt;&gt;&gt;&gt; http://www.cmake.org/mailman/listinfo/cmake
&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;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;       
&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;       
</PRE></BLOCKQUOTE></td></tr></table><br>