#37076: gnuradio: gr-qtgui - can't find Qt4 during build process ----------------------------------+-------------------------------- Reporter: sebastian.herzberg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: gnuradio, Qt4 | Port: gnuradio ----------------------------------+-------------------------------- Hi, at first I would like to thank you for the new gnuradio version. I am having some trouble getting the qtgui (mainly gnuradio-companion) to build. It seems that during the config process cmake is not able to find Qt4 on my machine. So I tried another installation on a completely new and clean Mac OS 10.8.2 but got the same problem. {{{ -- Could NOT find Qt4 (missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE QT_RCC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR QT_QTCORE_INCLUDE_DIR QT_QTCORE_LIBRARY QT_QTGUI_INCLUDE_DIR QT_QTGUI_LIBRARY QT_UIC_EXECUTABLE) (Required is at least version "4.2.0") -- Found Qwt: /opt/local/lib/libqwt.dylib -- -- Python checking for PyQt4 -- Python checking for PyQt4 - found -- -- Configuring gr-qtgui support... -- Dependency Boost_FOUND = TRUE -- Dependency QT4_FOUND = FALSE -- Dependency QWT_FOUND = TRUE -- Dependency ENABLE_GR_CORE = ON -- Dependency PYTHONLIBS_FOUND = TRUE -- Dependency PYQT4_FOUND = TRUE -- Disabling gr-qtgui support. -- Override with -DENABLE_GR_QTGUI=ON/OFF }}} All the Qt binarys are available (qt4-mac @4.8.3_1+quartz (active)) at /opt/local/bin which is also the first entry in $PATH. Is there any way to point the configuration to look into /opt/local/bin or set the variables manually via ccmake? System is a MBP, Mac OS 10.8.2, Python 2.7.3 via MacPorts 2.1.2 -- Ticket URL: <https://trac.macports.org/ticket/37076> MacPorts <http://www.macports.org/> Ports system for Mac OS