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