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