Re: [CMake] newbie FindRuby.cmake win7

2013-01-02 Thread dario.minonne
Eike, Thanx for your prompt reply. In my lib I've two libraries libmsvcrt-ruby191-static.a and libmsvcrt-ruby191.dll.a the names look quite strange (since in my mind it should be something without a suffix... But Ruby installer set it in this way). And thanx for the clue concerning the GLOB. I t

Re: [CMake] newbie FindRuby.cmake win7

2013-01-02 Thread Rolf Eike Beer
dario.minonne wrote: > Hi all, > many apologizes for the newbie question but I've a small issue with cmake > 2.8.10.2 and ruby 1.91 on Windows7 > I'd like create a simple binder between C++ and ruby but cmake is not able > to find the library: > > Here is my short CMakeLists.txt > > cmake_minimum

[CMake] newbie FindRuby.cmake win7

2013-01-02 Thread dario.minonne
Hi all, many apologizes for the newbie question but I've a small issue with cmake 2.8.10.2 and ruby 1.91 on Windows7 I'd like create a simple binder between C++ and ruby but cmake is not able to find the library: Here is my short CMakeLists.txt cmake_minimum_required(VERSION 2.8) project(extRubyC

[CMake] CTest tests time out with CDash submission

2013-01-02 Thread Christopher Mullins
Hello CMake community, I am attempting to incorporate Cppcheck into the code analysis section of the TubeTK dashboard. It's static code analysis, distinct from dynamic code analysis tools like Valgrind, but I'm simply incorporating the checks for Style, Performance, Portability, Information, and

Re: [CMake] Fwd: cpack deb and multiarch support

2013-01-02 Thread felix
Hi Eric thank you for the anser. > If you do please file a feature request > http://public.kitware.com/Bug > and attach a patch proposal to it I'll be please to have a look at it. > > AFAIK the main entry for multi-arch on debian Wiki is there: > http://wiki.debian.org/Multiarch Hope to find ti

Re: [CMake] newbie: find_package Boost ceases to work when mixed with CLang CMAKE_TOOLCHAIN_FILE (on Ubuntu 64bit Quantal 12.10)

2013-01-02 Thread Miller, Frank
> Is there any better way to use clang with cmake on Ubuntu ? I do it like this cmake -DCMAKE_CXX_COMPILER=/path/to/clang++ -DCMAKE_C_COMPILER=/path/to/clang /path/to/source But you can also hard code the path to the compiler in your CMakeLists.txt. http://www.cmake.org/Wiki/CMake_Useful_

Re: [CMake] MSYS and Intel Fortran/MSVC/C++

2013-01-02 Thread Arjen Markus
Hello, I have used the example project (from the CMake tutorial) to illustrate the problem. See the attached files. The command was: cmake -G "MSYS Makefiles" ../src -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -D DCMAKE_AR=cl Regards, Arjen DISCLAIMER: This message is intended exclus