Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-10-28 Thread Claudio Bley
Hi. This one, please: http://public.kitware.com/Bug/view.php?id=12273 (*very* easy ;)) And this one too: http://public.kitware.com/Bug/view.php?id=11773 Thanks, Claudio -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.htm

Re: [CMake] Why are blank-delimited strings in commands escaped on Linux?

2009-10-02 Thread Claudio Bley
Hendrik Sattler writes: > Zitat von Claudio Bley : >>> But I think that his example is wrong, it should be: >>> set(a "-Lfoo -lbar") >>> message(STATUS "a = ${a}") >>> set(a_list ${a}) >>> message(STATUS "a_lis

Re: [CMake] Why are blank-delimited strings in commands escaped on Linux?

2009-10-02 Thread Claudio Bley
Hendrik Sattler writes: > Zitat von Claudio Bley : >>> set(a "hello world\\ hello world") >>> message(STATUS "a = ${a}") >>> set(a_list ${a}) >>> message(STATUS "a_list = ${a_list}") >>> >>> The result is &g

Re: [CMake] Why are blank-delimited strings in commands escaped on Linux?

2009-10-02 Thread Claudio Bley
Hi. "Alan W. Irwin" writes: > On 2009-10-02 08:58+0200 Hendrik Sattler wrote: > >> Zitat von "Alan W. Irwin" : >>> [Use] >>> string(REGEX REPLACE " " ";" CAIRO_LINK_FLAGS_LIST "${CAIRO_LINK_FLAGS}") >>> [to convert a blank-delimited string to a list]. >> >> Doing this REGEX REPLACE cannot be t

Re: [CMake] [PATCH] CPack fails because of a sharing violation

2009-09-19 Thread Claudio Bley
Bill Hoffman writes: > Claudio Bley wrote: >> Hi. >> >> Trying to build & install Boost I ran into the following error when >> CPack was called: >> >> , >> | CPack: - Install component: fusion_headers >> | CMake Error at libs/fu

[CMake] [PATCH] CPack fails because of a sharing violation

2009-09-18 Thread Claudio Bley
Hi. Trying to build & install Boost I ran into the following error when CPack was called: , | CPack: - Install component: fusion_headers | CMake Error at libs/fusion/cmake_install.cmake:31 (FILE): | file Problem setting modification time on file | "C:/build/vc90nmake/boost_1_40_0/_CPac

Re: [CMake] [PATCH] building Boost.Python fails

2009-09-16 Thread Claudio Bley
Sorry, wrong list. Supposed to be posting this to boost-cmake... *shame* -- Claudio ___ 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

[CMake] [PATCH] building Boost.Python fails

2009-09-16 Thread Claudio Bley
Hi. With Boost 1.40.0 and using CMake 2.6.4 building the Python library failed because the compiler could not find some header of the parameter library. (sorry, don't have the compiler message at hand). This happend after I ran "make modularize && make": , | [ 34%] Building CXX object libs/