[CMake] Visual Studio + Ninja?

2016-03-02 Thread Robert Dailey
Right now I am using a toolchain file to setup cmake to build my C++ code against Android NDK. I also have several custom targets for running 'ant' commands for the java portions. I can use the Ninja generator to generate the build scripts to make my builds work fine. However, I'd love to be able

Re: [CMake] best way of parsing test results from ctest + valgrind

2016-03-02 Thread Aaron Boxer
Thanks, Dave! Since this is an open source project, I just set up a CDash instance on my.cdash.org. Cheers, Aaron On Wed, Mar 2, 2016 at 5:19 AM, Dave Flogeras wrote: > On Tue, Mar 1, 2016 at 8:15 PM, Aaron Boxer wrote: > > Hello, > > I am just getting started on using valgrind memory analysi

Re: [CMake] Visual Studio and ExternalProject_Add

2016-03-02 Thread Kevin Brightwell
Okay, I fixed the problem. The issue was exactly as David pointed out, Visual Studio's default git does not work. I moved my git installation's PATH entry to the beginning of the PATH variable and it now works! While I find it concerning VS2015's git doesn't work, I'm happy this works now. Thank

Re: [CMake] Visual Studio and ExternalProject_Add

2016-03-02 Thread Kevin Brightwell
If I had to guess, Visual Studio's. I don't know how to tell for sure. I have run the same build as an NMake build from cmd and it worked without fail. Thus my belief it's not using the system git. Kevin On Mar 2, 2016 7:30 AM, "David Cole" wrote: > Newer versions of Visual Studio install a git

Re: [CMake] Visual Studio and ExternalProject_Add

2016-03-02 Thread David Cole via CMake
Newer versions of Visual Studio install a git, too, for their source control integration features. Which git is CMake using, the one you've installed or the one Visual Studio installed? On Wed, Mar 2, 2016 at 12:45 AM, Kevin Brightwell wrote: > I've been having great success with using External

Re: [CMake] Build from Source on Solaris

2016-03-02 Thread Matthew Gidden
Hi Marc, the last suggestion did it! I ended up using ../bootstrap --prefix=$HOME/.local -- -DCMake_NO_C_STANDARD=1 -DCMake_NO_CXX_STANDARD=1 Cheers, Matt On Wed, Mar 2, 2016 at 10:19 AM, CHEVRIER, Marc wrote: > Not only: see > http://public.kitware.com/pipermail/cmake-developers/2015-Septembe

Re: [CMake] best way of parsing test results from ctest + valgrind

2016-03-02 Thread Dave Flogeras
On Tue, Mar 1, 2016 at 8:15 PM, Aaron Boxer wrote: > Hello, > I am just getting started on using valgrind memory analysis for my tests. > When I run ctest with nightly memory check, I get an XML document, but it > is very hard to read the results. What is the best way of reading this doc? > For m

Re: [CMake] Build from Source on Solaris

2016-03-02 Thread CHEVRIER, Marc
Not only: see http://public.kitware.com/pipermail/cmake-developers/2015-September/026565.html for bootstrap. From: Matthew Gidden mailto:matthew.gid...@gmail.com>> Date: Wednesday 2 March 2016 at 10:17 To: Marc CHEVRIER mailto:marc.chevr...@sap.com>> Cc: "cmake@cmake.org"

Re: [CMake] Build from Source on Solaris

2016-03-02 Thread Matthew Gidden
Hi Marc, Thanks for the swift reply. To the best that I can tell, that thread is dealing with trying to build a project using cmake. I'm trying to build cmake (i.e., ./bootstrap && make && make install). To note, I get something like the following errors (which are available in the gist). ``` "/u

Re: [CMake] Build from Source on Solaris

2016-03-02 Thread CHEVRIER, Marc
Hi, Some help can be found in this thread: http://public.kitware.com/pipermail/cmake-developers/2015-September/026550.html Marc From: CMake mailto:cmake-boun...@cmake.org>> on behalf of Matthew Gidden mailto:matthew.gid...@gmail.com>> Date: Wednesday 2 March 2016 at 09:44 To: "cmake@cmake.org<

[CMake] Build from Source on Solaris

2016-03-02 Thread Matthew Gidden
Hi all, I just tried to install from source on Solars 10 (sparc), on which make failed. I have a gist here: https://gist.github.com/gidden/7b9dc2d793ef3411debf My system info is: ``` t501:gidden> uname -a SunOS t501 5.11 11.3 sun4v sparc sun4v ``` Any suggestions? I wasn't able to find sparc bi