[CMake] Fwd: error of mixed dynamic/static link to Boost in windows VS2008

2012-01-10 Thread Forest Yang
-- Forwarded message -- From: Forest Yang Date: Tue, Jan 10, 2012 at 10:14 PM Subject: Re: [CMake] error of mixed dynamic/static link to Boost in windows VS2008 To: Mateusz Loskot On Fri, Jan 6, 2012 at 5:30 AM, Mateusz Loskot wrote: > On 6 January 2012 05:30, Forest Y

[CMake] error of mixed dynamic/static link to Boost in windows VS2008

2012-01-05 Thread Forest Yang
Hi, I am writing a library using boost_regex. For the unit test part, I am using boost_unit_test_framework and needs to be dynamical linked. Everything worked great on Linux but not the Windows VS 2008. I used the BoostPro binary installer, got boost components like: boost_regex-vc90-mt-gd-1_

[CMake] FindBoost can not find the library for cross compiling

2010-04-02 Thread Forest Yang
Hi, I am compiling a program on Bluegene, which need Boost. In the toolchain, I have : set(CMAKE_FIND_ROOT_PATH /bgsys/drivers/ppcfloor/ /gpfs/home3/l/lyyang/local/cmake-2.8.1 /gpfs/home3/l/lyyang/bluegene.p /gpfs/home3/l/lyyang/bluegene.p/include /gpfs/home3/l/lyyang/blueg

Re: [CMake] git too difficult CMake switching to sccs

2010-04-02 Thread Forest Yang
This is a good 4/1 joke ! I just read the PPT talking about CMake/CTest/CDash integrated with Git, and then this post, I was wondering "too difficult" ? give up so quick ? but suddenly I realized .. On Thu, Apr 1, 2010 at 7:18 AM, Bill Hoffman wrote: > After trying git for a while, the CMa

[CMake] Platform file for Bluegene/P ?

2010-04-02 Thread Forest Yang
Hi, I need to cross compile code on IBM Bluegene/P, while according to the wikipage on http://www.itk.org/Wiki/CMake_Cross_Compiling I can not find BluegeneP.cmake, but BluegeneL.cmake instead. So I used it and found the following error. Is this nss_dns, nss_files and resolv a required lib ?