Re: [CMake] Can FindBoost.cmake support STLport

2009-02-13 Thread Philip Lowman
On Fri, Feb 13, 2009 at 8:46 AM, Michael Jackson < mike.jack...@bluequartz.net> wrote: > Patch attached and also added to the bug report. Actually since it was part > of the "ABI" tag it was fairly simple to fix. Now wee need some volunteers > to test the patch/fix. I considered the same patch.

Re: [CMake] Can FindBoost.cmake support STLport

2009-02-13 Thread Michael Jackson
Patch attached and also added to the bug report. Actually since it was part of the "ABI" tag it was fairly simple to fix. Now wee need some volunteers to test the patch/fix. FindBoost.cmake.diff Description: Binary data _ Mike Jacks

Re: [CMake] Can FindBoost.cmake support STLport

2009-02-12 Thread Philip Lowman
On Wed, Feb 11, 2009 at 8:34 PM, unixcc wrote: > 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 <...> > libboost_thread-

Re: [CMake] Can FindBoost.cmake support STLport

2009-02-11 Thread unixcc
ndows XP with MSVC 8.0. -- unixcc 2009-02-12 - 发件人:Michael Jackson 发送日期:2009-02-11 22:02:34 收件人:Kevin Lee 抄送:cm...@cmake.org 主题:Re: [CMake] Can FindBoost.cmake support STLport Pretty sure

Re: [CMake] Can FindBoost.cmake support STLport

2009-02-11 Thread Michael Jackson
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/feat

[CMake] Can FindBoost.cmake support STLport

2009-02-11 Thread Kevin Lee
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 __