kit-cel / gr-radar

GNU Radio Radar Toolbox
GNU General Public License v3.0
237 stars 83 forks source link

Cmake error on Mac OSX-Mojave #32

Closed dukane627 closed 3 years ago

dukane627 commented 5 years ago

I need help with this cmake error; To my knowledge I have a version of QT installed that should be good, but for some reason I get this error when running cmake:

Macbook:build Airbook$ cmake .. -- Build type not specified: defaulting to release. CMake Deprecation Warning at CMakeLists.txt:47 (cmake_policy): The OLD behavior for policy CMP0026 will be removed from a future version of CMake.

The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD.

CMake Deprecation Warning at CMakeLists.txt:50 (cmake_policy): The OLD behavior for policy CMP0043 will be removed from a future version of CMake.

The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD.

CMake Deprecation Warning at CMakeLists.txt:53 (cmake_policy): The OLD behavior for policy CMP0045 will be removed from a future version of CMake.

The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD.

CMake Deprecation Warning at CMakeLists.txt:56 (cmake_policy): The OLD behavior for policy CMP0046 will be removed from a future version of CMake.

The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD.

-- Boost version: 1.66.0 -- Found the following Boost libraries: -- filesystem -- system -- Found unsuitable Qt version "" from NOTFOUND -- QWT Version: 5.2.3 Checking for GNU Radio Module: RUNTIME

-- Configuring incomplete, errors occurred! See also "/Users/Airbook/gr-radar/build/CMakeFiles/CMakeOutput.log".

marcusmueller commented 3 years ago

A lot of things have changed, and building against GR3.8 should work due to #41 now, including on OS X. If the problem persists, please do not hesitate to reopen bug!