andresv / homebrew-gnuradio

GNU Radio Formulae for Homebrew
26 stars 13 forks source link

OS X Sierra error using Homebrew #13

Open Hikai opened 7 years ago

Hikai commented 7 years ago

I get error in homebrew-gnuradio installing (command: brew install gr-osmosdr gr-baz --HEAD) in OS X Sierra (10.12.6).

I referenced #12 but like below, edited source code.

require 'formula'

class GrOsmosdr < Formula
  homepage 'http://sdr.osmocom.org/trac/wiki/GrOsmoSDR'
  head 'git://git.osmocom.org/gr-osmosdr', :shallow => false

  depends_on 'cmake' => :build
  depends_on 'gnuradio'
  depends_on 'rtlsdr'

  def install
    mkdir 'build' do
      system 'cmake', '..', *std_cmake_args << "-DPYTHON_LIBRARY=#{python_path}/Frameworks/Python.framework/"
      system 'make'
      system 'make install'
    end
  end

  def python_path
    python = Formulary.factory('python')
    kegs = python.rack.children.reject { |p| p.basename.to_s == '.DS_Store' }
    kegs.find { |p| Keg.new(p).linked? } || kegs.last
  end
end

Below is make log.

2017-09-23 16:44:36 +0900

make

/usr/local/Cellar/cmake/3.9.3_1/bin/cmake -H/tmp/gr-osmosdr-20170923-48927-sajrt8 -B/tmp/gr-osmosdr-20170923-48927-sajrt8/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_progress_start /tmp/gr-osmosdr-20170923-48927-sajrt8/build/CMakeFiles /tmp/gr-osmosdr-20170923-48927-sajrt8/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make -f lib/CMakeFiles/gnuradio-osmosdr.dir/build.make lib/CMakeFiles/gnuradio-osmosdr.dir/depend
make -f swig/CMakeFiles/osmosdr_swig_swig_doc.dir/build.make swig/CMakeFiles/osmosdr_swig_swig_doc.dir/depend
make -f python/CMakeFiles/pygen_python_3fe35.dir/build.make python/CMakeFiles/pygen_python_3fe35.dir/depend
make -f grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/build.make grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/depend
make -f apps/CMakeFiles/pygen_apps_bb0bd.dir/build.make apps/CMakeFiles/pygen_apps_bb0bd.dir/depend
make -f apps/CMakeFiles/pygen_apps_0ee39.dir/build.make apps/CMakeFiles/pygen_apps_0ee39.dir/depend
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-20170923-48927-sajrt8 /tmp/gr-osmosdr-20170923-48927-sajrt8/swig /tmp/gr-osmosdr-20170923-48927-sajrt8/build /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/CMakeFiles/osmosdr_swig_swig_doc.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-20170923-48927-sajrt8 /tmp/gr-osmosdr-20170923-48927-sajrt8/grc /tmp/gr-osmosdr-20170923-48927-sajrt8/build /tmp/gr-osmosdr-20170923-48927-sajrt8/build/grc /tmp/gr-osmosdr-20170923-48927-sajrt8/build/grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-20170923-48927-sajrt8 /tmp/gr-osmosdr-20170923-48927-sajrt8/apps /tmp/gr-osmosdr-20170923-48927-sajrt8/build /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps/CMakeFiles/pygen_apps_0ee39.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-20170923-48927-sajrt8 /tmp/gr-osmosdr-20170923-48927-sajrt8/apps /tmp/gr-osmosdr-20170923-48927-sajrt8/build /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps/CMakeFiles/pygen_apps_bb0bd.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-20170923-48927-sajrt8 /tmp/gr-osmosdr-20170923-48927-sajrt8/python /tmp/gr-osmosdr-20170923-48927-sajrt8/build /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python/CMakeFiles/pygen_python_3fe35.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-20170923-48927-sajrt8 /tmp/gr-osmosdr-20170923-48927-sajrt8/lib /tmp/gr-osmosdr-20170923-48927-sajrt8/build /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib/CMakeFiles/gnuradio-osmosdr.dir/DependInfo.cmake --color=
Scanning dependencies of target pygen_python_3fe35
Scanning dependencies of target osmosdr_grc_xml_blocks
Scanning dependencies of target pygen_apps_0ee39
Scanning dependencies of target osmosdr_swig_swig_doc
Scanning dependencies of target pygen_apps_bb0bd
make -f apps/CMakeFiles/pygen_apps_bb0bd.dir/build.make apps/CMakeFiles/pygen_apps_bb0bd.dir/build
make -f apps/CMakeFiles/pygen_apps_0ee39.dir/build.make apps/CMakeFiles/pygen_apps_0ee39.dir/build
make -f grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/build.make grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/build
make -f python/CMakeFiles/pygen_python_3fe35.dir/build.make python/CMakeFiles/pygen_python_3fe35.dir/build
make -f swig/CMakeFiles/osmosdr_swig_swig_doc.dir/build.make swig/CMakeFiles/osmosdr_swig_swig_doc.dir/build
make[2]: Nothing to be done for `swig/CMakeFiles/osmosdr_swig_swig_doc.dir/build'.
[  9%] Generating osmocom_siggen_base.pyc
[  9%] Generating __init__.pyc
[  9%] Generating rtlsdr_source.xml
[  2%] Built target osmosdr_swig_swig_doc
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps && /usr/local/bin/python2 /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python_compile_helper.py /tmp/gr-osmosdr-20170923-48927-sajrt8/apps/osmocom_siggen_base.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps/osmocom_siggen_base.pyc
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python && /usr/local/bin/python2 /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python_compile_helper.py /tmp/gr-osmosdr-20170923-48927-sajrt8/python/__init__.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python/__init__.pyc
[ 11%] Shebangin osmocom_fft
[ 11%] Generating osmocom_siggen_base.pyo
make -f swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/build.make swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/depend
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/grc && /usr/local/bin/python2 /tmp/gr-osmosdr-20170923-48927-sajrt8/grc/gen_osmosdr_blocks.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/grc/rtlsdr_source.xml
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps && /usr/local/bin/python2 -O /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python_compile_helper.py /tmp/gr-osmosdr-20170923-48927-sajrt8/apps/osmocom_siggen_base.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps/osmocom_siggen_base.pyo
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps && /usr/local/bin/python2 -c "import re; R=re.compile('^#!.*\$\\n',flags=re.MULTILINE); open('/tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps/osmocom_fft.exe','w').write('#!/usr/local/bin/python2\\n'+R.sub('',open('/tmp/gr-osmosdr-20170923-48927-sajrt8/apps/osmocom_fft','r').read()))"
[ 14%] Generating osmosdr_source.xml
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/grc && /usr/local/bin/python2 /tmp/gr-osmosdr-20170923-48927-sajrt8/grc/gen_osmosdr_blocks.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/grc/osmosdr_source.xml
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-20170923-48927-sajrt8 /tmp/gr-osmosdr-20170923-48927-sajrt8/swig /tmp/gr-osmosdr-20170923-48927-sajrt8/build /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/DependInfo.cmake --color=
Scanning dependencies of target _osmosdr_swig_swig_tag
make -f swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/build.make swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/build
[ 16%] Shebangin osmocom_siggen
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps && /usr/local/bin/python2 -c "import re; R=re.compile('^#!.*\$\\n',flags=re.MULTILINE); open('/tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps/osmocom_siggen.exe','w').write('#!/usr/local/bin/python2\\n'+R.sub('',open('/tmp/gr-osmosdr-20170923-48927-sajrt8/apps/osmocom_siggen','r').read()))"
[ 19%] Generating __init__.pyo
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python && /usr/local/bin/python2 -O /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python_compile_helper.py /tmp/gr-osmosdr-20170923-48927-sajrt8/python/__init__.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python/__init__.pyo
[ 21%] Generating osmosdr_sink.xml
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/grc && /usr/local/bin/python2 /tmp/gr-osmosdr-20170923-48927-sajrt8/grc/gen_osmosdr_blocks.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/grc/osmosdr_sink.xml
[ 23%] Building CXX object swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/_osmosdr_swig_swig_tag.cpp.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DUSE_SSE2 -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig -I/tmp/gr-osmosdr-20170923-48927-sajrt8/swig -I/usr/local/include/gnuradio/swig -I/usr/include/python2.7  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/_osmosdr_swig_swig_tag.dir/_osmosdr_swig_swig_tag.cpp.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/_osmosdr_swig_swig_tag.cpp
[ 26%] Shebangin osmocom_siggen_nogui
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps && /usr/local/bin/python2 -c "import re; R=re.compile('^#!.*\$\\n',flags=re.MULTILINE); open('/tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps/osmocom_siggen_nogui.exe','w').write('#!/usr/local/bin/python2\\n'+R.sub('',open('/tmp/gr-osmosdr-20170923-48927-sajrt8/apps/osmocom_siggen_nogui','r').read()))"
[ 26%] Built target pygen_apps_0ee39
[ 28%] Shebangin osmocom_spectrum_sense
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps && /usr/local/bin/python2 -c "import re; R=re.compile('^#!.*\$\\n',flags=re.MULTILINE); open('/tmp/gr-osmosdr-20170923-48927-sajrt8/build/apps/osmocom_spectrum_sense.exe','w').write('#!/usr/local/bin/python2\\n'+R.sub('',open('/tmp/gr-osmosdr-20170923-48927-sajrt8/apps/osmocom_spectrum_sense','r').read()))"
[ 28%] Built target pygen_python_3fe35
[ 28%] Built target pygen_apps_bb0bd
[ 30%] Linking CXX executable _osmosdr_swig_swig_tag
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_link_script CMakeFiles/_osmosdr_swig_swig_tag.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names  CMakeFiles/_osmosdr_swig_swig_tag.dir/_osmosdr_swig_swig_tag.cpp.o  -o _osmosdr_swig_swig_tag 
[ 30%] Built target _osmosdr_swig_swig_tag
[ 30%] Built target osmosdr_grc_xml_blocks
make -f swig/CMakeFiles/osmosdr_swig_swig_2d0df.dir/build.make swig/CMakeFiles/osmosdr_swig_swig_2d0df.dir/depend
[ 33%] Generating osmosdr_swig.tag
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && ./_osmosdr_swig_swig_tag
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E touch /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/osmosdr_swig.tag
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E copy /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/osmosdr_swig_swig_2d0df.cpp.in /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/osmosdr_swig_swig_2d0df.cpp
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-20170923-48927-sajrt8 /tmp/gr-osmosdr-20170923-48927-sajrt8/swig /tmp/gr-osmosdr-20170923-48927-sajrt8/build /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/CMakeFiles/osmosdr_swig_swig_2d0df.dir/DependInfo.cmake --color=
Scanning dependencies of target osmosdr_swig_swig_2d0df
make -f swig/CMakeFiles/osmosdr_swig_swig_2d0df.dir/build.make swig/CMakeFiles/osmosdr_swig_swig_2d0df.dir/build
[ 35%] Building CXX object swig/CMakeFiles/osmosdr_swig_swig_2d0df.dir/osmosdr_swig_swig_2d0df.cpp.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DUSE_SSE2 -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig -I/tmp/gr-osmosdr-20170923-48927-sajrt8/swig -I/usr/local/include/gnuradio/swig -I/usr/include/python2.7  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/osmosdr_swig_swig_2d0df.dir/osmosdr_swig_swig_2d0df.cpp.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/osmosdr_swig_swig_2d0df.cpp
[ 38%] Linking CXX executable osmosdr_swig_swig_2d0df
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_link_script CMakeFiles/osmosdr_swig_swig_2d0df.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names  CMakeFiles/osmosdr_swig_swig_2d0df.dir/osmosdr_swig_swig_2d0df.cpp.o  -o osmosdr_swig_swig_2d0df 
Swig source
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E make_directory /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/bin/swig -python -fvirtual -modern -keyword -w511 -module osmosdr_swig -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig -I/tmp/gr-osmosdr-20170923-48927-sajrt8/swig -I/usr/local/include/gnuradio/swig -I/usr/include/python2.7 -I/usr/include/python2.7 -outdir /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig -c++ -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig -I/tmp/gr-osmosdr-20170923-48927-sajrt8/swig -I/usr/local/include/gnuradio/swig -I/usr/include/python2.7 -I/usr/include/python2.7 -o /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/osmosdr_swigPYTHON_wrap.cxx /tmp/gr-osmosdr-20170923-48927-sajrt8/swig/osmosdr_swig.i
Scanning dependencies of target gnuradio-osmosdr
make -f lib/CMakeFiles/gnuradio-osmosdr.dir/build.make lib/CMakeFiles/gnuradio-osmosdr.dir/build
[ 40%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/ranges.cc.o
[ 42%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/sink_impl.cc.o
[ 45%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/source_impl.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/ranges.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/ranges.cc
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/sink_impl.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/sink_impl.cc
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/source_impl.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/source_impl.cc
[ 47%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/device.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/device.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/device.cc
[ 50%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/time_spec.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -DHAVE_MACH_ABSOLUTE_TIME -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/time_spec.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/time_spec.cc
[ 52%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/fcd/fcd_source_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/fcd/fcd_source_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd/fcd_source_c.cc
[ 54%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/file/file_source_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/file/file_source_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file/file_source_c.cc
[ 57%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/file/file_sink_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/file/file_sink_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file/file_sink_c.cc
[ 59%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rtl/rtl_source_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/rtl/rtl_source_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl/rtl_source_c.cc
[ 61%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp/rtl_tcp_source_c.cc
[ 64%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/uhd/uhd_sink_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/uhd/uhd_sink_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd/uhd_sink_c.cc
[ 66%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/uhd/uhd_source_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/uhd/uhd_source_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd/uhd_source_c.cc
[ 69%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/hackrf/hackrf_source_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/hackrf/hackrf_source_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf/hackrf_source_c.cc
[ 71%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/hackrf/hackrf_sink_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/hackrf/hackrf_sink_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf/hackrf_sink_c.cc
[ 71%] Built target osmosdr_swig_swig_2d0df
[ 73%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rfspace/rfspace_source_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/rfspace/rfspace_source_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace/rfspace_source_c.cc
make -f swig/CMakeFiles/pygen_swig_b278a.dir/build.make swig/CMakeFiles/pygen_swig_b278a.dir/depend
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build && /usr/local/Cellar/cmake/3.9.3_1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-20170923-48927-sajrt8 /tmp/gr-osmosdr-20170923-48927-sajrt8/swig /tmp/gr-osmosdr-20170923-48927-sajrt8/build /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/CMakeFiles/pygen_swig_b278a.dir/DependInfo.cmake --color=
Scanning dependencies of target pygen_swig_b278a
make -f swig/CMakeFiles/pygen_swig_b278a.dir/build.make swig/CMakeFiles/pygen_swig_b278a.dir/build
[ 76%] Generating osmosdr_swig.pyc
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/bin/python2 /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python_compile_helper.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/osmosdr_swig.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/osmosdr_swig.pyc
[ 78%] Generating osmosdr_swig.pyo
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig && /usr/local/bin/python2 -O /tmp/gr-osmosdr-20170923-48927-sajrt8/build/python_compile_helper.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/osmosdr_swig.py /tmp/gr-osmosdr-20170923-48927-sajrt8/build/swig/osmosdr_swig.pyo
[ 80%] Built target pygen_swig_b278a
[ 83%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/redpitaya/redpitaya_source_c.cc.o
cd /tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DLIBHACKRF_HAVE_DEVICE_LIST -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -I/tmp/gr-osmosdr-20170923-48927-sajrt8/build/lib -I/tmp/gr-osmosdr-20170923-48927-sajrt8/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib -I/usr/local/include -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/fcd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/file -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/uhd -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/hackrf -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rfspace -I/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya  -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.12 -fPIC   -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/redpitaya/redpitaya_source_c.cc.o -c /tmp/gr-osmosdr-20170923-48927-sajrt8/lib/redpitaya/redpitaya_source_c.cc
/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp/rtl_tcp_source_c.cc:301:9: error: expected expression
  cmd = { 0x09, htonl(direct_samp) };
        ^
/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp/rtl_tcp_source_c.cc:307:9: error: expected expression
  cmd = { 0x0a, htonl(offset_tune) };
        ^
/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp/rtl_tcp_source_c.cc:311:9: error: expected expression
  cmd = { 0x0e, htonl(bias_tee) };
        ^
/tmp/gr-osmosdr-20170923-48927-sajrt8/lib/rtl_tcp/rtl_tcp_source_c.cc:570:9: error: expected expression
  cmd = { 0x08, htonl(automatic) };
        ^
4 errors generated.
make[2]: *** [lib/CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_c.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [lib/CMakeFiles/gnuradio-osmosdr.dir/all] Error 2
make: *** [all] Error 2

HOMEBREW_VERSION: 1.3.3
ORIGIN: https://github.com/Homebrew/brew
HEAD: 05bb3532fc3f0d723a8e8af1605c3f8080051e78
Last commit: 2 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 7d86da6a4cb963419da46890224a86ce1a66ac02
Core tap last commit: 5 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit kabylake
Homebrew Ruby: 2.0.0-p648
Clang: 9.0 build 900
Git: 2.13.5 => /Library/Developer/CommandLineTools/usr/bin/git
Perl: /usr/bin/perl
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: N/A
macOS: 10.12.6-x86_64
Xcode: 9.0
CLT: 9.0.0.0.1.1504363082
X11: N/A

HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python3/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.12
PKG_CONFIG_PATH: /usr/local/opt/fftw/lib/pkgconfig:/usr/local/opt/gsl/lib/pkgconfig:/usr/local/opt/zeromq/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/uhd/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/gnuradio/lib/pkgconfig:/usr/local/opt/rtlsdr/lib/pkgconfig:/usr/local/opt/python3/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.12
ACLOCAL_PATH: /usr/local/share/aclocal
c0debreaker commented 6 years ago

I have the same error. Looks like this homebrew-gnuradio is a dead project.

Hikai commented 6 years ago

Yeah, I think same. So I solved this problem in VM.

c0debreaker commented 6 years ago

Did you mean virtual machines? If so, it works fine on my linux on virtual machines too.

Hikai commented 6 years ago

I using Ubuntu 16.04 on my virtual machine. But, if you use GNURadio with SDR, it is no work on linux on virtual machine. So i don't use macbook. Therefore, install GNURadio on linux on general laptop and using it with SDR.

c0debreaker commented 6 years ago

I don't use SDR on my linux. I use GQRX. I also use GNURadio on my linux. I also have GNURadio running on my macbook pro.