[Boost-cmake] CMake Problems with boost 1.39

2009-05-13 Thread Tan, Tom (Shanghai)
This is a re-post from the boost-users list, Thanks to Troy d. straszheim who reminded me there that there's a dedicated list here. I used CMake to build boost 1.39 and found at least two problems: - In the cmakelist.txt file the BOO

Re: [Boost-cmake] CMake Problems with boost 1.39

2009-05-13 Thread Tan, Tom (Shanghai)
>You are wrong. You can either add: > > define=_BIND_TO_CURRENT_VCLIBS_VERSION > >to command line or edit Jamroot to set a define for all of Boost. > >- Volodya Thanks, very nice to learn this trick. ___ Boost-cmake mailing list Boost-cmake@lists.b

Re: [Boost-cmake] Creating "Known Issues": CMake Problems with boost 1.39

2009-05-13 Thread Tan, Tom (Shanghai)
>> I used CMake to build boost 1.39 and found at least two problems: >> - In the cmakelist.txt file the BOOST_VERSION_MINOR is 38, instead of 39 >> >A known problem. You can tweak this in the toplevel CMakeLists.txt. Look for BOOST_VERSION_MINOR. That's what I did when I first saw it, seems

[Boost-cmake] CMake wrongly generates x64 VC10 project files when Boost default stage folder is used for x32

2012-01-30 Thread Tan, Tom (Shanghai)
I reported to CMake a bug concerning Boost, not building Boost itself but a linking to it. I was then suggested to post here first. Can you please take a look? I am too new to CMake to figure whose bug it actually belong. http://www.cmake.org/Bug/view.php?id=12918 Thanks. ___