[CMake] Can FindBoost.cmake support STLport

unixcc unixcc at gmail.com
Wed Feb 11 20:34:35 EST 2009


Hi,

Thanks first!

Today, I compiled two Boost libraries with following command:

bjam --with-thread --with-date_time stdlib=stlport --build-type=complete stage

So, I got following libraries

boost_date_time-vc80-mt-gdp-1_38.dll
boost_date_time-vc80-mt-gdp-1_38.lib
boost_date_time-vc80-mt-gdp.lib
boost_date_time-vc80-mt-p-1_38.dll
boost_date_time-vc80-mt-p-1_38.lib
boost_date_time-vc80-mt-p.lib
boost_thread-vc80-mt-gdp-1_38.dll
boost_thread-vc80-mt-gdp-1_38.lib
boost_thread-vc80-mt-gdp.lib
boost_thread-vc80-mt-p-1_38.dll
boost_thread-vc80-mt-p-1_38.lib
boost_thread-vc80-mt-p.lib
libboost_date_time-vc80-mt-gdp-1_38.lib
libboost_date_time-vc80-mt-gdp.lib
libboost_date_time-vc80-mt-p-1_38.lib
libboost_date_time-vc80-mt-p.lib
libboost_date_time-vc80-mt-sgdp-1_38.lib
libboost_date_time-vc80-mt-sgdp.lib
libboost_date_time-vc80-mt-sp-1_38.lib
libboost_date_time-vc80-mt-sp.lib
libboost_date_time-vc80-sgdp-1_38.lib
libboost_date_time-vc80-sgdp.lib
libboost_date_time-vc80-sp-1_38.lib
libboost_date_time-vc80-sp.lib
libboost_thread-vc80-mt-gdp-1_38.lib
libboost_thread-vc80-mt-gdp.lib
libboost_thread-vc80-mt-p-1_38.lib
libboost_thread-vc80-mt-p.lib
libboost_thread-vc80-mt-sgdp-1_38.lib
libboost_thread-vc80-mt-sgdp.lib
libboost_thread-vc80-mt-sp-1_38.lib
libboost_thread-vc80-mt-sp.lib

I think the link http://www.boost.org/doc/libs/1_38_0/more/getting_started/windows.html#library-naming will give you more information about Boost libraries' name.

I compiled the libraries on Windows XP with MSVC 8.0.

------------------				 
unixcc
2009-02-12

-------------------------------------------------------------
发件人:Michael Jackson
发送日期:2009-02-11 22:02:34
收件人:Kevin Lee
抄送:cmake at cmake.org
主题:Re: [CMake]  Can FindBoost.cmake support STLport

Pretty sure that FindBoost.cmake does not support (currently) the  
STLPort boost libraries.

Can you send the complete name of a few of the libraries that you  
compiled and also your system information. A patch may be able to be  
written rather quickly for that.

I would also put in a bug/feature request to the CMake bug tracker on  
this issue.

_________________________________________________________
Mike Jackson                  mike.jackson at bluequartz.net
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio



On Feb 11, 2009, at 8:42 AM, Kevin Lee wrote:

> Hi,
>
> I compiled Boost 1.38.0 with STLport. There is a 'p' in ABI tag of  
> Boost libraries' name.
> But cmake can't find the libraries. I check FindBoost.cmake and  
> can't find nothing about STLport.
> Can anyone give advice?
> Thanks.
> 				
> --------------
> Kevin Lee
> 2009-02-11
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake



More information about the CMake mailing list