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

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

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

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

2009-10-02 Thread Claudio Bley
Hendrik Sattler p...@hendrik-sattler.de writes: Zitat von Claudio Bley b_l_...@ml1.net: set(a hello world\\ hello world) message(STATUS a = ${a}) set(a_list ${a}) message(STATUS a_list = ${a_list}) The result is -- a = hello world\ hello world -- a_list = hello world\ hello world So

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

2009-10-02 Thread Claudio Bley
Hendrik Sattler p...@hendrik-sattler.de writes: Zitat von Claudio Bley b_l_...@ml1.net: 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_list = ${a_list}) Then the result should be -- a = -Lfoo -lbar

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

2009-09-19 Thread Claudio Bley
Bill Hoffman bill.hoff...@kitware.com 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/fusion/cmake_install.cmake:31 (FILE): | file Problem

[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 |

[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

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