Last login: Sat Oct 25 09:10:03 on ttys000 YiUdeMBP:~ YiU$ cd Packages/gnuradio/ YiUdeMBP:gnuradio YiU$ cd build/ YiUdeMBP:build YiU$ ls YiUdeMBP:build YiU$ cmake -Wno-dev -DPYTHON_EXECUTABLE=/opt/local/bin/python2.7 -DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Headers -DPYTHON_LIBRARY=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python -DGR_PYTHON_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -DSDL_LIBRARY=/opt/local/lib/libSDLmain.a -DSDL_INCLUDE_DIR=/opt/local/include/SDL ../ -- The CXX compiler identification is AppleClang 6.0.0.6000054 -- The C compiler identification is AppleClang 6.0.0.6000054 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Build type not specified: defaulting to release. -- Build type set to Release. -- Found Git: /usr/bin/git -- Extracting version information from git describe... -- Compiler Version: Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) Target: x86_64-apple-darwin14.0.0 Thread model: posix -- Compiler Flags: /usr/bin/cc:::-O3 -DNDEBUG /usr/bin/c++:::-O3 -DNDEBUG -- ADDING PERF COUNTERS -- Building Static Libraries: OFF -- Boost version: 1.56.0 -- Found the following Boost libraries: -- date_time -- program_options -- filesystem -- system -- thread -- Found PythonLibs: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (found suitable version "2.7.8", minimum required is "2") -- Found SWIG: /opt/local/bin/swig (found version "3.0.2") -- Minimum SWIG version required is 1.3.31 -- -- The build system will automatically enable all components. -- Use -DENABLE_DEFAULT=OFF to disable components by default. -- -- Configuring python-support support... -- Dependency PYTHONLIBS_FOUND = TRUE -- Dependency SWIG_FOUND = TRUE -- Dependency SWIG_VERSION_CHECK = TRUE -- Enabling python-support support. -- Override with -DENABLE_PYTHON=ON/OFF -- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.28") -- checking for module 'cppunit' -- found cppunit, version 1.13.2 -- Found CPPUNIT: /opt/local/lib/libcppunit.dylib -- -- Configuring testing-support support... -- Dependency CPPUNIT_FOUND = TRUE -- Enabling testing-support support. -- Override with -DENABLE_TESTING=ON/OFF -- -- Configuring volk support... -- Enabling volk support. -- Override with -DENABLE_VOLK=ON/OFF -- -- Python checking for python >= 2.5 -- Python checking for python >= 2.5 - found -- -- Python checking for Cheetah >= 2.0.0 -- Python checking for Cheetah >= 2.0.0 - found -- Boost version: 1.56.0 -- Found the following Boost libraries: -- filesystem -- system -- unit_test_framework -- program_options -- checking for module 'orc-0.4 > 0.4.11' -- found orc-0.4 > 0.4.11, version 0.4.18 -- Found ORC: /opt/local/lib/liborc-0.4.dylib -- Looking for cpuid.h -- Looking for cpuid.h - found -- Looking for intrin.h -- Looking for intrin.h - not found -- Looking for fenv.h -- Looking for fenv.h - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Compiler name: Clang -- Looking for posix_memalign -- Looking for posix_memalign - found -- x86* CPU detected -- Performing Test have_m64 -- Performing Test have_m64 - Success -- Performing Test have_m3dnow -- Performing Test have_m3dnow - Success -- Performing Test have_msse4_2 -- Performing Test have_msse4_2 - Success -- Performing Test have_mpopcnt -- Performing Test have_mpopcnt - Success -- Performing Test have_mmmx -- Performing Test have_mmmx - Success -- Performing Test have_msse -- Performing Test have_msse - Success -- Performing Test have_msse2 -- Performing Test have_msse2 - Success -- Performing Test have_msse3 -- Performing Test have_msse3 - Success -- Performing Test have_mssse3 -- Performing Test have_mssse3 - Success -- Performing Test have_msse4a -- Performing Test have_msse4a - Success -- Performing Test have_msse4_1 -- Performing Test have_msse4_1 - Success -- Performing Test have_mavx -- Performing Test have_mavx - Success -- Check size of void*[8] -- Check size of void*[8] - done -- CPU width is 64 bits, Overruled arch 32 -- Available architectures: generic;64;3dnow;abm;popcount;mmx;sse;sse2;orc;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx -- Available machines: generic_orc;sse2_64_mmx_orc;sse3_64_orc;ssse3_64_orc;sse4_a_64_orc;sse4_1_64_orc;sse4_2_64_orc;avx_64_mmx_orc -- BUILTTYPERELEASE -- Base cflags = -O3 -DNDEBUG -- BUILD INFO ::: generic_orc ::: Clang ::: -O3 -DNDEBUG -- BUILD INFO ::: sse2_64_mmx_orc ::: Clang ::: -O3 -DNDEBUG -m64 -mmmx -msse -msse2 -- BUILD INFO ::: sse3_64_orc ::: Clang ::: -O3 -DNDEBUG -m64 -mmmx -msse -msse2 -msse3 -- BUILD INFO ::: ssse3_64_orc ::: Clang ::: -O3 -DNDEBUG -m64 -mmmx -msse -msse2 -msse3 -mssse3 -- BUILD INFO ::: sse4_a_64_orc ::: Clang ::: -O3 -DNDEBUG -m64 -mmmx -msse -msse2 -msse3 -msse4a -mpopcnt -- BUILD INFO ::: sse4_1_64_orc ::: Clang ::: -O3 -DNDEBUG -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -- BUILD INFO ::: sse4_2_64_orc ::: Clang ::: -O3 -DNDEBUG -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -- BUILD INFO ::: avx_64_mmx_orc ::: Clang ::: -O3 -DNDEBUG -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx -- Compiler Version: Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) Target: x86_64-apple-darwin14.0.0 Thread model: posix -- The ASM compiler identification is Clang -- Found assembler: /usr/bin/cc -- c flags: ; -- asm flags: -- Loading build date Sat, 25 Oct 2014 01:14:57 into constants... -- Loading version 0.1 into constants... -- Using install prefix: /usr/local -- Found LOG4CPP: /opt/local/lib/liblog4cpp.dylib -- ENABLE_GR_LOG set to ON. -- HAVE_LOG4CPP set to True. -- LOG4CPP_LIBRARIES set to /opt/local/lib/liblog4cpp.dylib. -- Found Doxygen: /opt/local/bin/doxygen (found version "1.8.7") -- Found Sphinx: /opt/local/bin/sphinx-build -- -- Configuring doxygen support... -- Dependency DOXYGEN_FOUND = YES -- Enabling doxygen support. -- Override with -DENABLE_DOXYGEN=ON/OFF -- -- Configuring sphinx support... -- Dependency SPHINX_FOUND = TRUE -- Enabling sphinx support. -- Override with -DENABLE_SPHINX=ON/OFF -- Looking for C++ include netdb.h -- Looking for C++ include netdb.h - found -- Looking for C++ include sys/time.h -- Looking for C++ include sys/time.h - found -- Looking for C++ include sys/types.h -- Looking for C++ include sys/types.h - found -- Looking for C++ include sys/select.h -- Looking for C++ include sys/select.h - found -- Looking for C++ include sys/socket.h -- Looking for C++ include sys/socket.h - found -- Looking for C++ include io.h -- Looking for C++ include io.h - not found -- Looking for C++ include sys/mman.h -- Looking for C++ include sys/mman.h - found -- Looking for C++ include sys/ipc.h -- Looking for C++ include sys/ipc.h - found -- Looking for C++ include sys/shm.h -- Looking for C++ include sys/shm.h - found -- Looking for C++ include signal.h -- Looking for C++ include signal.h - found -- Looking for C++ include netinet/in.h -- Looking for C++ include netinet/in.h - found -- Looking for C++ include arpa/inet.h -- Looking for C++ include arpa/inet.h - found -- Looking for C++ include byteswap.h -- Looking for C++ include byteswap.h - not found -- Looking for C++ include linux/ppdev.h -- Looking for C++ include linux/ppdev.h - not found -- Looking for C++ include dev/ppbus/ppi.h -- Looking for C++ include dev/ppbus/ppi.h - not found -- Looking for C++ include unistd.h -- Looking for C++ include unistd.h - found -- Looking for C++ include malloc.h -- Looking for C++ include malloc.h - not found -- Performing Test HAVE_SNPRINTF -- Performing Test HAVE_SNPRINTF - Success -- Performing Test HAVE_SIGACTION -- Performing Test HAVE_SIGACTION - Success -- Performing Test HAVE_SELECT -- Performing Test HAVE_SELECT - Success -- Performing Test HAVE_SYSCONF -- Performing Test HAVE_SYSCONF - Success -- Performing Test HAVE_GETPAGESIZE -- Performing Test HAVE_GETPAGESIZE - Success -- Performing Test HAVE_SSLEEP -- Performing Test HAVE_SSLEEP - Failed -- Performing Test HAVE_NANOSLEEP -- Performing Test HAVE_NANOSLEEP - Success -- Performing Test HAVE_GETTIMEOFDAY -- Performing Test HAVE_GETTIMEOFDAY - Success -- Performing Test HAVE_VALLOC -- Performing Test HAVE_VALLOC - Failed -- Performing Test HAVE_PTHREAD_SIGMASK -- Performing Test HAVE_PTHREAD_SIGMASK - Success -- Performing Test HAVE_CREATEFILEMAPPING -- Performing Test HAVE_CREATEFILEMAPPING - Failed -- Performing Test HAVE_SHM_OPEN -- Performing Test HAVE_SHM_OPEN - Failed -- Performing Test HAVE_SINCOS -- Performing Test HAVE_SINCOS - Failed -- Performing Test HAVE_SINCOSF -- Performing Test HAVE_SINCOSF - Failed -- Performing Test HAVE_SINF -- Performing Test HAVE_SINF - Success -- Performing Test HAVE_COSF -- Performing Test HAVE_COSF - Success -- Performing Test HAVE_MMAP -- Performing Test HAVE_MMAP - Success -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM - Success -- Performing Test HAVE_SCHED_SETSCHEDULER -- Performing Test HAVE_SCHED_SETSCHEDULER - Failed -- -- Configuring gnuradio-runtime support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_VOLK = ON -- Dependency PYTHONINTERP_FOUND = TRUE -- Enabling gnuradio-runtime support. -- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF -- -- Configuring gr-ctrlport support... -- Dependency Boost_FOUND = 1 -- Dependency SWIG_FOUND = TRUE -- Dependency SWIG_VERSION_CHECK = TRUE -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Enabling gr-ctrlport support. -- Override with -DENABLE_GR_CTRLPORT=ON/OFF -- Looking for C++ include sys/resource.h -- Looking for C++ include sys/resource.h - found -- Loading build date Sat, 25 Oct 2014 01:15:00 into constants... -- Loading version 3.7.6git-142-g82779dce into constants... -- Looking for C++ include windows.h -- Looking for C++ include windows.h - not found -- TRY_SHM_VMCIRCBUF set to ON. -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of size_t -- Check size of size_t - done -- Check size of unsigned int -- Check size of unsigned int - done -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Failed -- -- Configuring gr-blocks support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Enabling gr-blocks support. -- Override with -DENABLE_GR_BLOCKS=ON/OFF -- -- Python checking for python >= 2.5 -- Python checking for python >= 2.5 - found -- -- Python checking for Cheetah >= 2.0.0 -- Python checking for Cheetah >= 2.0.0 - found -- -- Python checking for lxml >= 1.3.6 -- Python checking for lxml >= 1.3.6 - found -- -- Python checking for pygtk >= 2.10.0 ** (process:6822): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:6822): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' ** (process:6822): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags' -- Python checking for pygtk >= 2.10.0 - found -- -- Python checking for numpy -- Python checking for numpy - found -- -- Configuring gnuradio-companion support... -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_PYTHON = ON -- Dependency PYTHON_MIN_VER_FOUND = TRUE -- Dependency CHEETAH_FOUND = TRUE -- Dependency LXML_FOUND = TRUE -- Dependency PYGTK_FOUND = TRUE -- Dependency NUMPY_FOUND = TRUE -- Enabling gnuradio-companion support. -- Override with -DENABLE_GRC=ON/OFF -- -- Configuring gr-fec support... -- Dependency ENABLE_VOLK = ON -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Enabling gr-fec support. -- Override with -DENABLE_GR_FEC=ON/OFF -- checking for module 'fftw3f >= 3.0' -- found fftw3f , version 3.3.4 -- Found FFTW3F: /opt/local/lib/libfftw3f.dylib -- -- Configuring gr-fft support... -- Dependency ENABLE_VOLK = ON -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency FFTW3F_FOUND = TRUE -- Enabling gr-fft support. -- Override with -DENABLE_GR_FFT=ON/OFF -- -- Configuring gr-filter support... -- Dependency ENABLE_VOLK = ON -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Enabling gr-filter support. -- Override with -DENABLE_GR_FILTER=ON/OFF -- -- Configuring gr-analog support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_VOLK = ON -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_FILTER = ON -- Enabling gr-analog support. -- Override with -DENABLE_GR_ANALOG=ON/OFF -- -- Configuring gr-digital support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_VOLK = ON -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency ENABLE_GR_ANALOG = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency ENABLE_GR_FILTER = ON -- Enabling gr-digital support. -- Override with -DENABLE_GR_DIGITAL=ON/OFF -- -- Configuring gr-dtv support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_ANALOG = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_FEC = ON -- Enabling gr-dtv support. -- Override with -DENABLE_GR_DTV=ON/OFF -- -- Configuring gr-atsc support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency ENABLE_GR_FEC = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_ANALOG = ON -- Enabling gr-atsc support. -- Override with -DENABLE_GR_ATSC=ON/OFF -- -- Configuring gr-audio support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Enabling gr-audio support. -- Override with -DENABLE_GR_AUDIO=ON/OFF -- checking for module 'alsa' -- package 'alsa' not found -- checking for module 'jack' -- found jack, version 0.121.3 -- Found jack: /opt/local/lib/libjack.dylib -- Looking for C++ include AudioUnit/AudioUnit.h -- Looking for C++ include AudioUnit/AudioUnit.h - found -- Looking for C++ include AudioToolbox/AudioToolbox.h -- Looking for C++ include AudioToolbox/AudioToolbox.h - found -- checking for module 'portaudio-2.0' -- found portaudio-2.0, version 19 -- Performing Test PORTAUDIO2_FOUND -- Performing Test PORTAUDIO2_FOUND - Success -- Found PORTAUDIO: /opt/local/include -- checking for module 'comedilib' -- package 'comedilib' not found -- -- Configuring gr-comedi support... -- Dependency COMEDI_FOUND = -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Disabling gr-comedi support. -- Override with -DENABLE_GR_COMEDI=ON/OFF -- -- Configuring gr-channels support... -- Dependency ENABLE_VOLK = ON -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_ANALOG = ON -- Enabling gr-channels support. -- Override with -DENABLE_GR_CHANNELS=ON/OFF -- -- Configuring gr-noaa support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Enabling gr-noaa support. -- Override with -DENABLE_GR_NOAA=ON/OFF -- -- Configuring gr-pager support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_ANALOG = ON -- Enabling gr-pager support. -- Override with -DENABLE_GR_PAGER=ON/OFF -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - not found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - found -- Looking for QT_MAC_USE_COCOA -- Looking for QT_MAC_USE_COCOA - found -- Found Qt4: /opt/local/bin/qmake (found suitable version "4.8.6", minimum required is "4.2.0") -- QWT Version: 5.2.3 -- Found Qwt: /opt/local/lib/libqwt.dylib -- -- Python checking for PyQt4 -- Python checking for PyQt4 - found -- -- Configuring gr-qtgui support... -- Dependency Boost_FOUND = 1 -- Dependency QT4_FOUND = TRUE -- Dependency QWT_FOUND = TRUE -- Dependency ENABLE_VOLK = ON -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency PYTHONLIBS_FOUND = TRUE -- Dependency PYQT4_FOUND = TRUE -- Enabling gr-qtgui support. -- Override with -DENABLE_GR_QTGUI=ON/OFF -- -- Configuring gr-trellis support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_ANALOG = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency ENABLE_GR_DIGITAL = ON -- Enabling gr-trellis support. -- Override with -DENABLE_GR_TRELLIS=ON/OFF -- checking for module 'uhd' -- package 'uhd' not found -- Found UHD: /usr/local/lib/libuhd.dylib -- -- Configuring gr-uhd support... -- Dependency Boost_FOUND = 1 -- Dependency UHD_FOUND = TRUE -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency ENABLE_GR_ANALOG = ON -- Enabling gr-uhd support. -- Override with -DENABLE_GR_UHD=ON/OFF -- -- Configuring gr-utils support... -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_PYTHON = ON -- Enabling gr-utils support. -- Override with -DENABLE_GR_UTILS=ON/OFF -- Found SDL: /opt/local/lib/libSDLmain.a -- -- Configuring gr-video-sdl support... -- Dependency SDL_FOUND = TRUE -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Enabling gr-video-sdl support. -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF -- -- Configuring gr-vocoder support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_ANALOG = ON -- Enabling gr-vocoder support. -- Override with -DENABLE_GR_VOCODER=ON/OFF -- System libgsm not found. -- System libcodec2 not found. -- -- Configuring gr-fcd support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_AUDIO = ON -- Enabling gr-fcd support. -- Override with -DENABLE_GR_FCD=ON/OFF -- checking for module 'gsl >= 1.10' -- found gsl , version 1.16 -- -- Configuring gr-wavelet support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency ENABLE_GR_ANALOG = ON -- Dependency GSL_FOUND = 1 -- Enabling gr-wavelet support. -- Override with -DENABLE_GR_WAVELET=ON/OFF -- -- Python checking for wx >= 2.8 -- Python checking for wx >= 2.8 - found -- -- Python checking for numpy -- Python checking for numpy - found -- -- Configuring gr-wxgui support... -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_ANALOG = ON -- Dependency ENABLE_PYTHON = ON -- Dependency NUMPY_FOUND = TRUE -- Dependency WX_FOUND = TRUE -- Enabling gr-wxgui support. -- Override with -DENABLE_GR_WXGUI=ON/OFF -- checking for module 'libzmq' -- found libzmq, version 3.2.5 -- Found ZEROMQ: /opt/local/lib/libzmq.dylib -- -- Configuring gr-zeromq support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ZEROMQ_FOUND = TRUE -- Enabling gr-zeromq support. -- Override with -DENABLE_GR_ZEROMQ=ON/OFF -- -- ###################################################### -- # Gnuradio enabled components -- ###################################################### -- * python-support -- * testing-support -- * volk -- * doxygen -- * sphinx -- * gnuradio-runtime -- * gr-ctrlport -- * gr-blocks -- * gnuradio-companion -- * gr-fec -- * gr-fft -- * gr-filter -- * gr-analog -- * gr-digital -- * gr-dtv -- * gr-atsc -- * gr-audio -- * * jack -- * * osx -- * * portaudio -- * gr-channels -- * gr-noaa -- * gr-pager -- * gr-qtgui -- * gr-trellis -- * gr-uhd -- * gr-utils -- * gr-video-sdl -- * gr-vocoder -- * gr-fcd -- * gr-wavelet -- * gr-wxgui -- * gr-zeromq -- -- ###################################################### -- # Gnuradio disabled components -- ###################################################### -- * gr-comedi -- -- Using install prefix: /usr/local -- Building for version: 3.7.6git-142-g82779dce / 3.7.6git -- Configuring done -- Generating done -- Build files have been written to: /Users/YiU/Packages/gnuradio/build YiUdeMBP:build YiU$ make [ 0%] Generating volk_machine_avx_64_mmx_orc.c [ 0%] Generating volk_16ic_deinterleave_16i_x2_a_orc_impl.c [ 0%] Generating volk_16ic_deinterleave_real_8i_a_orc_impl.c [ 0%] Generating volk_16ic_magnitude_16i_a_orc_impl.c [ 0%] Generating volk_16ic_s32f_deinterleave_32f_x2_a_orc_impl.c [ 0%] Generating volk_16sc_magnitude_32f_aligned16_orc_impl.c [ 0%] Generating volk_16u_byteswap_a_orc_impl.c [ 0%] Generating volk_32f_s32f_multiply_32f_a_orc_impl.c [ 0%] Generating volk_32f_s32f_normalize_a_orc_impl.c [ 0%] Generating volk_32f_sqrt_32f_a_orc_impl.c [ 0%] Generating volk_32f_x2_add_32f_a_orc_impl.c [ 0%] Generating volk_32f_x2_divide_32f_a_orc_impl.c [ 0%] Generating volk_32f_x2_dot_prod_32f_a_orc_impl.c [ 0%] Generating volk_32f_x2_max_32f_a_orc_impl.c [ 0%] Generating volk_32f_x2_min_32f_a_orc_impl.c [ 1%] Generating volk_32f_x2_multiply_32f_a_orc_impl.c [ 1%] Generating volk_32f_x2_subtract_32f_a_orc_impl.c [ 1%] Generating volk_32fc_32f_multiply_32fc_a_orc_impl.c [ 1%] Generating volk_32fc_magnitude_32f_a_orc_impl.c [ 1%] Generating volk_32fc_s32f_magnitude_16i_a_orc_impl.c [ 1%] Generating volk_32fc_s32fc_multiply_32fc_a_orc_impl.c [ 1%] Generating volk_32fc_x2_multiply_32fc_a_orc_impl.c [ 1%] Generating volk_32i_x2_and_32i_a_orc_impl.c [ 1%] Generating volk_32i_x2_or_32i_a_orc_impl.c [ 1%] Generating volk_8i_convert_16i_a_orc_impl.c [ 1%] Generating volk_8i_s32f_convert_32f_a_orc_impl.c [ 1%] Generating ../include/volk/volk.h [ 1%] Generating volk.c [ 1%] Generating ../include/volk/volk_typedefs.h [ 1%] Generating ../include/volk/volk_cpu.h [ 1%] Generating volk_cpu.c [ 2%] Generating ../include/volk/volk_config_fixed.h [ 2%] Generating volk_machines.h [ 2%] Generating volk_machines.c [ 2%] Generating volk_machine_generic_orc.c [ 2%] Generating volk_machine_sse2_64_mmx_orc.c [ 2%] Generating volk_machine_sse3_64_orc.c [ 2%] Generating volk_machine_ssse3_64_orc.c [ 2%] Generating volk_machine_sse4_a_64_orc.c [ 2%] Generating volk_machine_sse4_1_64_orc.c [ 2%] Generating volk_machine_sse4_2_64_orc.c Scanning dependencies of target volk [ 2%] Building C object volk/lib/CMakeFiles/volk.dir/volk_16ic_deinterleave_16i_x2_a_orc_impl.c.o [ 2%] Building C object volk/lib/CMakeFiles/volk.dir/volk_16ic_deinterleave_real_8i_a_orc_impl.c.o [ 2%] Building C object volk/lib/CMakeFiles/volk.dir/volk_16ic_magnitude_16i_a_orc_impl.c.o [ 2%] Building C object volk/lib/CMakeFiles/volk.dir/volk_16ic_s32f_deinterleave_32f_x2_a_orc_impl.c.o [ 2%] Building C object volk/lib/CMakeFiles/volk.dir/volk_16sc_magnitude_32f_aligned16_orc_impl.c.o [ 2%] Building C object volk/lib/CMakeFiles/volk.dir/volk_16u_byteswap_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_s32f_multiply_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_s32f_normalize_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_sqrt_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_x2_add_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_x2_divide_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_x2_dot_prod_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_x2_max_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_x2_min_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_x2_multiply_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32f_x2_subtract_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32fc_32f_multiply_32fc_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32fc_magnitude_32f_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32fc_s32f_magnitude_16i_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32fc_s32fc_multiply_32fc_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32fc_x2_multiply_32fc_a_orc_impl.c.o [ 3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32i_x2_and_32i_a_orc_impl.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_32i_x2_or_32i_a_orc_impl.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_8i_convert_16i_a_orc_impl.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_8i_s32f_convert_32f_a_orc_impl.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/constants.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_prefs.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_rank_archs.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_malloc.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_cpu.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machines.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machine_generic_orc.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machine_sse2_64_mmx_orc.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machine_sse3_64_orc.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machine_ssse3_64_orc.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machine_sse4_a_64_orc.c.o [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machine_sse4_1_64_orc.c.o [ 5%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machine_sse4_2_64_orc.c.o [ 5%] Building C object volk/lib/CMakeFiles/volk.dir/volk_machine_avx_64_mmx_orc.c.o In file included from /Users/YiU/Packages/gnuradio/build/volk/lib/volk_machine_avx_64_mmx_orc.c:106: /Users/YiU/Packages/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h:61:14: error: index for __builtin_shufflevector must be a constant integer iValue = _mm256_shuffle_ps(complex1, complex2, realMask); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/avxintrin.h:342:17: note: expanded from macro '_mm256_shuffle_ps' (__m256)__builtin_shufflevector((__v8sf)__a, (__v8sf)__b, \ ^ In file included from /Users/YiU/Packages/gnuradio/build/volk/lib/volk_machine_avx_64_mmx_orc.c:106: /Users/YiU/Packages/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h:61:12: error: assigning to '__m256' from incompatible type 'void' iValue = _mm256_shuffle_ps(complex1, complex2, realMask); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/YiU/Packages/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h:63:14: error: index for __builtin_shufflevector must be a constant integer qValue = _mm256_shuffle_ps(complex1, complex2, imagMask); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/avxintrin.h:342:17: note: expanded from macro '_mm256_shuffle_ps' (__m256)__builtin_shufflevector((__v8sf)__a, (__v8sf)__b, \ ^ In file included from /Users/YiU/Packages/gnuradio/build/volk/lib/volk_machine_avx_64_mmx_orc.c:106: /Users/YiU/Packages/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h:63:12: error: assigning to '__m256' from incompatible type 'void' qValue = _mm256_shuffle_ps(complex1, complex2, imagMask); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /Users/YiU/Packages/gnuradio/build/volk/lib/volk_machine_avx_64_mmx_orc.c:108: /Users/YiU/Packages/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_imag_32f.h:57:14: error: index for __builtin_shufflevector must be a constant integer qValue = _mm256_shuffle_ps(complex1, complex2, imagMask); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/avxintrin.h:342:17: note: expanded from macro '_mm256_shuffle_ps' (__m256)__builtin_shufflevector((__v8sf)__a, (__v8sf)__b, \ ^ In file included from /Users/YiU/Packages/gnuradio/build/volk/lib/volk_machine_avx_64_mmx_orc.c:108: /Users/YiU/Packages/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_imag_32f.h:57:12: error: assigning to '__m256' from incompatible type 'void' qValue = _mm256_shuffle_ps(complex1, complex2, imagMask); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6 errors generated. make[2]: *** [volk/lib/CMakeFiles/volk.dir/volk_machine_avx_64_mmx_orc.c.o] Error 1 make[1]: *** [volk/lib/CMakeFiles/volk.dir/all] Error 2 make: *** [all] Error 2 YiUdeMBP:build YiU$