Re: [CMake] Fwd: Help with CMAKE

2012-03-27 Thread Sweety Pie
The visual studio runs perfectly but the compiler in the Cmake shows this error: Check for working C compiler using: Visual Studio 10 Check for working C compiler using: Visual Studio 10 -- broken CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52

[CMake] linker error while executing with clang and llvm binaries for mingw32

2012-03-27 Thread akshay ratnaparkhi
Hi all, I am new for clang and llvm and this mailing forum. I am trying build cland on my windows xp 32 bit system using "cland binaries for mingw32 version 2.9" and "llvm binaries for mingw32 version 2.9". I follow following steps: 1. download mingw in directory (C:/MinGW) 2. download "clang2.

Re: [CMake] linker error while executing with clang and llvm binaries for mingw32

2012-03-27 Thread Eric Noulard
2012/3/27 akshay ratnaparkhi : > Hi all, >    I am new for clang and llvm and this mailing forum. I am trying build > cland on my windows xp 32 bit system using "cland binaries for mingw32 > version 2.9" and "llvm binaries for mingw32 version 2.9". I follow following This mailing list concerns CMa

Re: [CMake] Fwd: Help with CMAKE

2012-03-27 Thread David Cole
On Tue, Mar 27, 2012 at 4:37 AM, Sweety Pie wrote: > The visual studio runs perfectly but the compiler in the Cmake shows this > error: > > Check for working C compiler using: Visual Studio 10 > > Check for working C compiler using: Visual Studio 10 -- broken > > CMake Error at C:/Program Files (x

Re: [CMake] make install uses outdated libstdc++.so.6

2012-03-27 Thread Mirko Vukovic
On Mon, Mar 26, 2012 at 4:54 PM, Eric Noulard wrote: > 2012/3/26 Mirko Vukovic : >> I can certainly try again (remove /usr/local from PATH variables). >> >> But as I am not familiar with cmake, can you please spell out for me >> how to use it?  I am much more used to make & configure. >> >> I trie

Re: [CMake] make install/strip does not strip static libraries

2012-03-27 Thread Kyle Leber
On Fri, Mar 23, 2012 at 4:20 PM, Kyle Leber wrote: > Hi, > > I'm using cmake 2.8 and having an issue when I issue a 'make > install/strip'. My project includes two libraries: one static and one > shared. The shared library gets properly stripped, but the static one does > not. Do I need to spec

[CMake] Running tests only on modified projects....

2012-03-27 Thread Malfettone, Kris
I've been looking through the ctest documentation and online for a while now and can't seem to find a way to run tests only from projects that have changed. Basically what I have is a very large build tree consisting of many projects. When someone submits code to just one of the projects I wou

Re: [CMake] make install/strip does not strip static libraries

2012-03-27 Thread Andreas Pakulat
On 27.03.12 09:45:47, Kyle Leber wrote: > On Fri, Mar 23, 2012 at 4:20 PM, Kyle Leber wrote: > > > Hi, > > > > I'm using cmake 2.8 and having an issue when I issue a 'make > > install/strip'. My project includes two libraries: one static and one > > shared. The shared library gets properly strip

[CMake] CMake 2.8-8 rc1 and Xcode 4.3

2012-03-27 Thread Daniel Dekkers
Hi, I've upgraded to Xcode 4.3 and CMake to 2.8-8 rc1 on a Snow Leopard system. When configuring from the CMake GUI, I get: CMake Error at /Applications/CMake 2.8-8.app/Contents/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE): The C compiler "/usr/bin/gcc" is not able to compile a

Re: [CMake] make install/strip does not strip static libraries

2012-03-27 Thread Kyle Leber
On Tue, Mar 27, 2012 at 10:23 AM, Andreas Pakulat wrote: > On 27.03.12 09:45:47, Kyle Leber wrote: > > On Fri, Mar 23, 2012 at 4:20 PM, Kyle Leber wrote: > > > > > Hi, > > > > > > I'm using cmake 2.8 and having an issue when I issue a 'make > > > install/strip'. My project includes two librarie

Re: [CMake] CMake 2.8-8 rc1 and Xcode 4.3

2012-03-27 Thread Sean McBride
On Tue, 27 Mar 2012 16:59:07 +0200, Daniel Dekkers said: >I've upgraded to Xcode 4.3 and CMake to 2.8-8 rc1 on a Snow Leopard system. Xcode 4.3 requires Mac OS X 10.7 Lion. On 10.6, the last version you can use is 4.2. See: --

Re: [CMake] CMake 2.8-8 rc1 and Xcode 4.3

2012-03-27 Thread Daniel Dekkers
I have Lion, sorry, wrong info about Snow Leopard. What I did to get it working was... sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer ... which "selects the right Xcode". Although I think I've uninstalled the previous version. Now changing the other paths from /D

[CMake] [mingw + cmake] Porting code from mac os x to windows

2012-03-27 Thread Jean-Philippe Doyon
Dear all, I use mingw to port my code from mac to windows. For that, I have to indicate the compiler used by cmake to that of mingw. That is set CMAKE_CXX_COMPILER to "i386-mingw32-g++" (which compiles a binary for windows). You can see the command and the error below. cmake -DCMAKE_INSTA

Re: [CMake] [mingw + cmake] Porting code from mac os x to windows

2012-03-27 Thread Eric Noulard
2012/3/27 Jean-Philippe Doyon : > Dear all, > >         I use mingw to port my code from mac to windows. For that, I > have to indicate the compiler used by cmake to that of mingw. > That is set CMAKE_CXX_COMPILER to "i386-mingw32-g++" (which compiles a > binary for windows). You can see the comman

Re: [CMake] CMake 2.8.8-rc1 ready for testing!

2012-03-27 Thread David Cole
This is the right place to report it. (Or you could add an entry to our bug tracker, but this is fine...) Thanks for the report - we'll take a look. David On Tue, Mar 27, 2012 at 2:41 PM, Mourad Boufarguine wrote: > Hi, > > I'm not sure if this is the right place to give feedback about the rc

[CMake] Fwd: Fwd: Help with CMAKE

2012-03-27 Thread Sweety Pie
Any one can advice plz??? Yes the VC++ runs a simple code perfectly without the CMAKE but I don't have the Microsoft Windows SDK in the start menu and when i checked this link http://msdn.microsoft.com/en-us/library/windows/desktop/ms759194(v=vs.85).aspx it says install the Core SDK which I

Re: [CMake] [mingw + cmake] Porting code from mac os x to windows

2012-03-27 Thread Andreas Mohr
Hi, On Wed, Mar 28, 2012 at 02:01:41AM -0400, cmake-requ...@cmake.org wrote: > Date: Tue, 27 Mar 2012 18:20:57 +0200 > From: Jean-Philippe Doyon > Subject: [CMake] [mingw + cmake] Porting code from mac os x to windows > To: cmake@cmake.org > Message-ID: > > Content-Type: text/plain; charse