Good Morning All,
I"ve been trying to build GQRX using MacPorts on my iMac which is running High Sierra and the build keeps failing while trying to install gr-fcdproplus. The error log shows the following error, see below.
Might anyone be able to help please?
Thank you in advance for any help.
Sean.
:info:configure -- CMake Modules Dir : lib/cmake
:info:configure -- fcdproplus INCLUDES : include/fcdproplus
:info:configure -- Using install prefix : /opt/local
:info:configure -- Installing grc files to : /opt/local/share/gnuradio/grc/blocks
:info:configure -- System Hidapi Lib /opt/local/lib/libhidapi.dylib is used
:info:configure -- ========================================================
:info:configure -- Configuring done
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure -- Generating done
:info:configure CMake Generate step failed. Build files cannot be regenerated correctly.
:info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gr-fcdproplus/gr-fcdproplus/work/build" && /opt/local/bin/cmake -G "CodeBlocks - Unix Makefiles" -DCMAKE_BUILD_TYPE=MacPorts -DCMAKE_INSTALL_PREFIX="/opt/local" -DCMAKE_INSTALL_NAME_DIR="/opt/local/lib" -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_OBJC_COMPILER="$CC" -DCMAKE_OBJCXX_COMPILER="$CXX" -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_POLICY_DEFAULT_CMP0060=NEW -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_MAKE_PROGRAM=/usr/bin/make -DCMAKE_MODULE_PATH="/opt/local/share/cmake/Modules" -DCMAKE_PREFIX_PATH="/opt/local/share/cmake/Modules" -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON -DCMAKE_INSTALL_RPATH="/opt/local/lib" -Wno-dev -DPYTHON_EXECUTABLE=/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/3.7/Headers -DPYTHON_LIBRARY=/opt/local/Library/Frameworks/Python.framework/Versions/3.7/Python -DGR_PYTHON_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages -DENABLE_DOXYGEN=OFF -DCMAKE_CXX_STANDARD=11 -DBOOST_ROOT=/opt/local/libexec/boost/1.71 -DBOOSTROOT=/opt/local/libexec/boost/1.71 -DBOOST_INCLUDEDIR=/opt/local/libexec/boost/1.71/include -DBOOST_LIBRARYDIR=/opt/local/libexec/boost/1.71/lib -DBOOST_INCLUDE_DIR=/opt/local/libexec/boost/1.71/include -DBOOST_LIBRARY_DIR=/opt/local/libexec/boost/1.71/lib -DBOOST_LIB_DIR=/opt/local/libexec/boost/1.71/lib -DBoost_NO_SYSTEM_PATHS=ON -DBoost_INCLUDE_DIR=/opt/local/libexec/boost/1.71/include -DBoost_DIR=/opt/local/libexec/boost/1.71 -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.13" -DCMAKE_OSX_SYSROOT="/" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gr-fcdproplus/gr-fcdproplus/work/gr-fcdproplus-f1154db33e7c22ff6456cf3385586832fff413f0
:info:configure Exit code: 1
:error:configure Failed to configure gr-fcdproplus: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
:debug:configure while executing
:debug:configure "$procedure $targetname"
:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gr-fcdproplus/gr-fcdproplus/main.log for details.
Good Morning All,
I"ve been trying to build GQRX using MacPorts on my iMac which is running High Sierra and the build keeps failing while trying to install gr-fcdproplus. The error log shows the following error, see below.
Might anyone be able to help please?
Thank you in advance for any help.
Sean.
:info:configure -- CMake Modules Dir : lib/cmake
:info:configure -- fcdproplus INCLUDES : include/fcdproplus
:info:configure -- Using install prefix : /opt/local
:info:configure -- Installing grc files to : /opt/local/share/gnuradio/grc/blocks
:info:configure -- System Hidapi Lib /opt/local/lib/libhidapi.dylib is used
:info:configure -- ========================================================
:info:configure -- Configuring done
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in lib/CMakeLists.txt:
:info:configure Found relative path while evaluating include directories of
:info:configure "gnuradio-fcdproplus":
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure CMake Error in swig/CMakeLists.txt:
:info:configure Target "gnuradio-fcdproplus" contains relative path in its
:info:configure INTERFACE_INCLUDE_DIRECTORIES:
:info:configure "HIDAPI_INCLUDES-NOTFOUND"
:info:configure -- Generating done
:info:configure CMake Generate step failed. Build files cannot be regenerated correctly.
:info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gr-fcdproplus/gr-fcdproplus/work/build" && /opt/local/bin/cmake -G "CodeBlocks - Unix Makefiles" -DCMAKE_BUILD_TYPE=MacPorts -DCMAKE_INSTALL_PREFIX="/opt/local" -DCMAKE_INSTALL_NAME_DIR="/opt/local/lib" -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_OBJC_COMPILER="$CC" -DCMAKE_OBJCXX_COMPILER="$CXX" -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_POLICY_DEFAULT_CMP0060=NEW -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_MAKE_PROGRAM=/usr/bin/make -DCMAKE_MODULE_PATH="/opt/local/share/cmake/Modules" -DCMAKE_PREFIX_PATH="/opt/local/share/cmake/Modules" -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON -DCMAKE_INSTALL_RPATH="/opt/local/lib" -Wno-dev -DPYTHON_EXECUTABLE=/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/3.7/Headers -DPYTHON_LIBRARY=/opt/local/Library/Frameworks/Python.framework/Versions/3.7/Python -DGR_PYTHON_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages -DENABLE_DOXYGEN=OFF -DCMAKE_CXX_STANDARD=11 -DBOOST_ROOT=/opt/local/libexec/boost/1.71 -DBOOSTROOT=/opt/local/libexec/boost/1.71 -DBOOST_INCLUDEDIR=/opt/local/libexec/boost/1.71/include -DBOOST_LIBRARYDIR=/opt/local/libexec/boost/1.71/lib -DBOOST_INCLUDE_DIR=/opt/local/libexec/boost/1.71/include -DBOOST_LIBRARY_DIR=/opt/local/libexec/boost/1.71/lib -DBOOST_LIB_DIR=/opt/local/libexec/boost/1.71/lib -DBoost_NO_SYSTEM_PATHS=ON -DBoost_INCLUDE_DIR=/opt/local/libexec/boost/1.71/include -DBoost_DIR=/opt/local/libexec/boost/1.71 -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.13" -DCMAKE_OSX_SYSROOT="/" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gr-fcdproplus/gr-fcdproplus/work/gr-fcdproplus-f1154db33e7c22ff6456cf3385586832fff413f0
:info:configure Exit code: 1
:error:configure Failed to configure gr-fcdproplus: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
:debug:configure while executing
:debug:configure "$procedure $targetname"
:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gr-fcdproplus/gr-fcdproplus/main.log for details.