[CMake] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

2015-10-28 Thread aurel labroue
Hi everyone,   I'm trying to install rtl-sdr on my Linux, and i have this error during the compilation "Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)", i searched where the problem came from and apparently a function named find_package(PkgConfig) is called in     CMakeLists.txt to f

Re: [CMake] CMake on OpenVMS - Apparent roadblock buried within cmake-3.3.2\Tests\CMakeLists.txt

2015-10-28 Thread Bill Hoffman
Questions inline: On 10/28/2015 3:35 PM, Custin, Jay (CSC Sw Middleware) wrote: So the configuration/bootstrap script seems to blissfully get all the way to the end and even displays the following: - CMake has bootstrapped. Now run make. Except w

[CMake] CMake on OpenVMS - Apparent roadblock buried within cmake-3.3.2\Tests\CMakeLists.txt

2015-10-28 Thread Custin, Jay (CSC Sw Middleware)
I thought I had turned the final corner and only had the “home stretch” left to get to the finish line… and then a brick wall suddenly appeared to block my way… So the configuration/bootstrap script seems to blissfully get all the way to the end and even displays the following:

Re: [CMake] Colored diagnostic output for GCC 4.9 through Ninja

2015-10-28 Thread Robert Dailey
On Wed, Oct 28, 2015 at 11:20 AM, Robert Dailey wrote: > On Wed, Oct 28, 2015 at 11:19 AM, Robert Dailey > wrote: >> On Wed, Oct 28, 2015 at 9:03 AM, Miller Henry >> wrote: >>> >>> I do something like this, which works for clang and should work for gcc 4.9 >>> though I haven't tested it. I h

Re: [CMake] Colored diagnostic output for GCC 4.9 through Ninja

2015-10-28 Thread Robert Dailey
On Wed, Oct 28, 2015 at 11:19 AM, Robert Dailey wrote: > On Wed, Oct 28, 2015 at 9:03 AM, Miller Henry > wrote: >> >> I do something like this, which works for clang and should work for gcc 4.9 >> though I haven't tested it. I haven't wrote the right way to do this which >> is to check if th

Re: [CMake] Colored diagnostic output for GCC 4.9 through Ninja

2015-10-28 Thread Robert Dailey
On Wed, Oct 28, 2015 at 9:03 AM, Miller Henry wrote: > > I do something like this, which works for clang and should work for gcc 4.9 > though I haven't tested it. I haven't wrote the right way to do this which > is to check if the terminal supports color before passing the flag in. I > don't

Re: [CMake] Colored diagnostic output for GCC 4.9 through Ninja

2015-10-28 Thread Miller Henry
I do something like this, which works for clang and should work for gcc 4.9 though I haven't tested it. I haven't wrote the right way to do this which is to check if the terminal supports color before passing the flag in. I don't know what will happen on our e.g. CI system which doesn't suppo

Re: [CMake] Colored diagnostic output for GCC 4.9 through Ninja

2015-10-28 Thread Dan Kegel
On Wed, Oct 28, 2015 at 6:43 AM, Robert Dailey wrote: > I'm using CMake + Ninja against GCC 4.9 in the Android NDK. I'm on > Windows, invoking 'ninja' through CMD.exe. > > I do not see colored output for diagnostics (errors, warnings, etc) > GCC gives. Is there something in CMake I need to configu

[CMake] Colored diagnostic output for GCC 4.9 through Ninja

2015-10-28 Thread Robert Dailey
I'm using CMake + Ninja against GCC 4.9 in the Android NDK. I'm on Windows, invoking 'ninja' through CMD.exe. I do not see colored output for diagnostics (errors, warnings, etc) GCC gives. Is there something in CMake I need to configure to enable colored output? -- Powered by www.kitware.com Pl