This is the error message I get when running 'brew install gnuradio'.
Any ideas why the install fails?
About the first line of the output, the most recent version of Command Line Tools is available but a bug (https://github.com/Homebrew/homebrew/issues/24014) seems to prevent brew from seeing them.
===Output===
Warning: A newer Command Line Tools release is available
Update them from Software Update in the App Store.
==> Downloading http://gnuradio.org/releases/gnuradio/gnuradio-3.6.5.1.tar.gz
Already downloaded: /Users/davidasfaha/Library/Caches/Homebrew/gnuradio-3.6.5.1.tar.gz
==> Patching
patching file grc/CMakeLists.txt
patching file gr-qtgui/lib/spectrumdisplayform.ui
==> cmake .. -DCMAKE_PREFIX_PATH=/usr/local/Cellar/gnuradio/3.6.5.1 -DQWT_INCLUDE_DIRS=/usr/local/lib/qwt.framework/H
==> make
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: * [gnuradio-core/src/lib/libgnuradio-core.3.6.5.1.dylib] Error 1
make[1]: * [gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/all] Error 2
make: *\ [all] Error 2
This is the error message I get when running 'brew install gnuradio'.
Any ideas why the install fails?
About the first line of the output, the most recent version of Command Line Tools is available but a bug (https://github.com/Homebrew/homebrew/issues/24014) seems to prevent brew from seeing them.
===Output=== Warning: A newer Command Line Tools release is available Update them from Software Update in the App Store. ==> Downloading http://gnuradio.org/releases/gnuradio/gnuradio-3.6.5.1.tar.gz Already downloaded: /Users/davidasfaha/Library/Caches/Homebrew/gnuradio-3.6.5.1.tar.gz ==> Patching patching file grc/CMakeLists.txt patching file gr-qtgui/lib/spectrumdisplayform.ui ==> cmake .. -DCMAKE_PREFIX_PATH=/usr/local/Cellar/gnuradio/3.6.5.1 -DQWT_INCLUDE_DIRS=/usr/local/lib/qwt.framework/H ==> make ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[2]: * [gnuradio-core/src/lib/libgnuradio-core.3.6.5.1.dylib] Error 1 make[1]: * [gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/all] Error 2 make: *\ [all] Error 2
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting If reporting this issue please do so at (not Homebrew/homebrew): https://github.com/titanous/homebrew-homebrew-gnuradio/issues