Hi guys! I'm Ivan, researcher at Italian Aerospace Research Centre. I'm working on algorithms for optimizing aerospace communications based on SDR paradigm. I will use an USRP E310, first in "network mode" for rapid troubleshooting of the algorithms. I correctly built the uhd drivers enabling the network mode using this procedure:
https://files.ettus.com/manual/page_usrp_e3x0.html#e3x0_uhd_build Now I want to build gnuradio v3.7.9 on my linux machine (with Debian installed) to have the same version actually embedded on the E310, using this procedure: https://wiki.gnuradio.org/index.php/BuildGuide The problem is that when I run cmake, it exits with errors. I will report below the output of cmake and the error logs. user@hostname:~/workarea-gnuradio/gnuradio/build$ cmake -Wno-dev ../ -- The CXX compiler identification is GNU 6.3.0 -- The C compiler identification is GNU 6.3.0 -- 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 -- Detecting CXX compile features -- Detecting CXX compile features - 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 -- Detecting C compile features -- Detecting C compile features - done -- Build type not specified: defaulting to release. -- Build type set to Release. -- Found Git: /usr/bin/git -- Extracting version information from git describe... -- Performing Test HAVE_VISIBILITY_HIDDEN -- Performing Test HAVE_VISIBILITY_HIDDEN - Success -- Performing Test HAVE_WARN_SIGN_COMPARE -- Performing Test HAVE_WARN_SIGN_COMPARE - Success -- Performing Test HAVE_WARN_ALL -- Performing Test HAVE_WARN_ALL - Success -- Performing Test HAVE_WARN_NO_UNINITIALIZED -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success -- Compiler Version: cc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- Compiler Flags: /usr/bin/cc:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized /usr/bin/c++:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -- ADDING PERF COUNTERS -- Building Static Libraries: OFF -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Boost version: 1.62.0 -- Found the following Boost libraries: -- date_time -- program_options -- filesystem -- system -- thread -- chrono -- atomic -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.13", minimum required is "2") -- -- Checking for module SWIG -- Found SWIG version 3.0.10. -- Found SWIG: /usr/bin/swig3.0 -- -- 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: /usr/bin/pkg-config (found version "0.29") -- Checking for module 'cppunit' -- Found cppunit, version 1.13.2 -- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl -- -- Configuring testing-support support... -- Dependency CPPUNIT_FOUND = TRUE -- Enabling testing-support support. -- Override with -DENABLE_TESTING=ON/OFF -- -- Configuring VOLK support... -- Build type set to Release. -- Extracting version information from git describe... -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.13", minimum required is "2") -- -- 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.62.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.26 -- Found ORC: /usr/lib/x86_64-linux-gnu/liborc-0.4.so -- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") -- QA Testing is enabled. -- Modify using: -DENABLE_TESTING=ON/OFF -- 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: GNU -- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG -- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG - Failed -- Looking for posix_memalign -- Looking for posix_memalign - found -- x86* CPU detected /usr/bin/python2: can't open file '/home/krono/workarea-gnuradio/gnuradio/gen/volk_compile_utils.py': [Errno 2] No such file or directory -- Check size of void*[8] -- Check size of void*[8] - done -- CPU width is 64 bits, Overruled arch 32 CMake Error at volk/lib/CMakeLists.txt:129 (list): list sub-command REMOVE_ITEM requires list to be present. Call Stack (most recent call first): volk/lib/CMakeLists.txt:253 (OVERRULE_ARCH) -- Available architectures: /usr/bin/python2: can't open file '/home/krono/workarea-gnuradio/gnuradio/gen/volk_compile_utils.py': [Errno 2] No such file or directory -- Available machines: -- BUILD TYPE = RELEASE -- Base cflags = -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -- Compiler Version: cc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- c flags: -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall; -- asm flags: -- Loading version 1.2 into constants... -- Using install prefix: /usr/local -- -- Configuring volk support... -- Enabling volk support. -- Override with -DENABLE_VOLK=ON/OFF -- Override with -DENABLE_INTERNAL_VOLK=ON/OFF -- Found LOG4CPP: /usr/lib/x86_64-linux-gnu/liblog4cpp.so -- ENABLE_GR_LOG set to ON. -- HAVE_LOG4CPP set to True. -- LOG4CPP_LIBRARIES set to /usr/lib/x86_64-linux-gnu/liblog4cpp.so. -- Found Sphinx: /usr/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 - found -- Looking for C++ include linux/ppdev.h -- Looking for C++ include linux/ppdev.h - 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 - 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 - Success -- 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 - Success -- Performing Test HAVE_SINCOS -- Performing Test HAVE_SINCOS - Success -- Performing Test HAVE_SINCOSF -- Performing Test HAVE_SINCOSF - Success -- 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 - Success -- -- 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 Wed, 03 Apr 2019 22:43:04 into constants... -- Loading version 3.7.9 into constants... -- Checking for module 'thrift' -- No package 'thrift' found -- Could not find appropriate version of Thrift: 0.9.1 < 0.9.2 -- Looking for C++ include windows.h -- Looking for C++ include windows.h - not found -- TRY_SHM_VMCIRCBUF set to ON. -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success -- -- 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 -- 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 -- Checking for module 'gsl >= 1.10' -- Found gsl , version 2.3 -- Found GSL: gsl;gslcblas;m -- -- 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.5 -- Found FFTW3F: /usr/lib/x86_64-linux-gnu/libfftw3f.so -- -- 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 -- Performing Test SSE2_SUPPORTED -- Performing Test SSE2_SUPPORTED - Success -- -- 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' -- Found alsa, version 1.1.3 -- Found ALSA 1.1.3 -- Checking for module 'jack' -- Found jack, version 1.9.11 -- Found jack: /usr/lib/x86_64-linux-gnu/libjack.so -- Looking for C++ include AudioUnit/AudioUnit.h -- Looking for C++ include AudioUnit/AudioUnit.h - not found -- Looking for C++ include AudioToolbox/AudioToolbox.h -- Looking for C++ include AudioToolbox/AudioToolbox.h - not found -- Checking for module 'portaudio-2.0' -- Found portaudio-2.0, version 19 -- Performing Test PORTAUDIO2_FOUND -- Performing Test PORTAUDIO2_FOUND - Success -- Found PORTAUDIO: /usr/include -- Checking for module 'comedilib' -- Found comedilib, version 0.10.2 -- -- Configuring gr-comedi support... -- Dependency COMEDI_FOUND = 1 -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Enabling 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 - 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 - not found -- Found Qt4: /usr/bin/qmake (found suitable version "4.8.7", minimum required is "4.2.0") -- QWT Version: 6.1.2 -- Found Qwt: /usr/lib/libqwt.so -- -- 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 -- Found UHD: /usr/local/lib/libuhd.so -- -- 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 -- UHD Version: 3.9.2 -- -- 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: /usr/lib/x86_64-linux-gnu/libSDLmain.a;/usr/lib/x86_64-linux-gnu/libSDL.so;-lpthread (found version "1.2.15") -- -- 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 -- Found libgsm: /usr/include, /usr/lib/x86_64-linux-gnu/libgsm.so -- Found libcodec2: /usr/include/codec2, /usr/lib/x86_64-linux-gnu/libcodec2.so -- Checking for module 'libusb-1.0' -- Found libusb-1.0, version 1.0.21 -- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/x86_64-linux-gnu/libusb-1.0.so -- -- Configuring gr-fcd support... -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Dependency ENABLE_GR_AUDIO = ON -- Dependency LIBUSB_FOUND = TRUE -- Enabling gr-fcd support. -- Override with -DENABLE_GR_FCD=ON/OFF -- -- 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 = TRUE -- 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 4.2.1 -- Found ZEROMQ: /usr/lib/x86_64-linux-gnu/libzmq.so -- -- 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 -- * * alsa -- * * oss -- * * jack -- * * portaudio -- * gr-comedi -- * 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 -- ###################################################### -- -- Using install prefix: /usr/local -- Building for version: 3.7.9 / 3.7.9 -- Configuring incomplete, errors occurred! See also "/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeOutput.log". See also "/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeError.log". user@hostname:~/workarea-gnuradio/gnuradio/build$ cat CMakeFiles/CMakeError.log Determining if the pthread_create exist failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f5151/fast" /usr/bin/make -f CMakeFiles/cmTC_f5151.dir/build.make CMakeFiles/cmTC_f5151.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f5151.dir/CheckSymbolExists.c.o /usr/bin/cc -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_f5151.dir/CheckSymbolExists.c.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_f5151 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5151.dir/link.txt --verbose=1 /usr/bin/cc -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized CMakeFiles/cmTC_f5151.dir/CheckSymbolExists.c.o -o cmTC_f5151 -rdynamic CMakeFiles/cmTC_f5151.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_f5151.dir/build.make:97: recipe for target 'cmTC_f5151' failed make[1]: *** [cmTC_f5151] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f5151/fast' failed make: *** [cmTC_f5151/fast] Error 2 File /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_85606/fast" /usr/bin/make -f CMakeFiles/cmTC_85606.dir/build.make CMakeFiles/cmTC_85606.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_85606.dir/CheckFunctionExists.c.o /usr/bin/cc -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_85606.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c Linking C executable cmTC_85606 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85606.dir/link.txt --verbose=1 /usr/bin/cc -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_85606.dir/CheckFunctionExists.c.o -o cmTC_85606 -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_85606.dir/build.make:97: recipe for target 'cmTC_85606' failed make[1]: *** [cmTC_85606] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_85606/fast' failed make: *** [cmTC_85606/fast] Error 2 Determining if the include file intrin.h exists failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_beaf5/fast" /usr/bin/make -f CMakeFiles/cmTC_beaf5.dir/build.make CMakeFiles/cmTC_beaf5.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_beaf5.dir/CheckIncludeFile.c.o /usr/bin/cc -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -o CMakeFiles/cmTC_beaf5.dir/CheckIncludeFile.c.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: intrin.h: No such file or directory #include ^ compilation terminated. CMakeFiles/cmTC_beaf5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_beaf5.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_beaf5.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_beaf5/fast' failed make: *** [cmTC_beaf5/fast] Error 2 Performing C++ SOURCE FILE Test HAVE_WERROR_UNUSED_CMD_LINE_ARG failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cf804/fast" /usr/bin/make -f CMakeFiles/cmTC_cf804.dir/build.make CMakeFiles/cmTC_cf804.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_cf804.dir/src.cxx.o /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -DHAVE_WERROR_UNUSED_CMD_LINE_ARG -Werror=unused-command-line-argument -o CMakeFiles/cmTC_cf804.dir/src.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/src.cxx cc1plus: error: -Werror=unused-command-line-argument: no option -Wunused-command-line-argument CMakeFiles/cmTC_cf804.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cf804.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_cf804.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cf804/fast' failed make: *** [cmTC_cf804/fast] Error 2 Source file was: int main() { return 0; } Determining if the include file io.h exists failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7fa70/fast" /usr/bin/make -f CMakeFiles/cmTC_7fa70.dir/build.make CMakeFiles/cmTC_7fa70.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_7fa70.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_7fa70.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:16: fatal error: io.h: No such file or directory #include ^ compilation terminated. CMakeFiles/cmTC_7fa70.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7fa70.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_7fa70.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7fa70/fast' failed make: *** [cmTC_7fa70/fast] Error 2 Determining if the include file dev/ppbus/ppi.h exists failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b4ff9/fast" /usr/bin/make -f CMakeFiles/cmTC_b4ff9.dir/build.make CMakeFiles/cmTC_b4ff9.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b4ff9.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_b4ff9.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:27: fatal error: dev/ppbus/ppi.h: No such file or directory #include ^ compilation terminated. CMakeFiles/cmTC_b4ff9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b4ff9.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_b4ff9.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b4ff9/fast' failed make: *** [cmTC_b4ff9/fast] Error 2 Performing C++ SOURCE FILE Test HAVE_SSLEEP failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9e4e6/fast" /usr/bin/make -f CMakeFiles/cmTC_9e4e6.dir/build.make CMakeFiles/cmTC_9e4e6.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9e4e6.dir/src.cxx.o /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -DHAVE_SSLEEP -o CMakeFiles/cmTC_9e4e6.dir/src.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/src.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/src.cxx:2:25: fatal error: Winbase.h: No such file or directory #include ^ compilation terminated. CMakeFiles/cmTC_9e4e6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9e4e6.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_9e4e6.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9e4e6/fast' failed make: *** [cmTC_9e4e6/fast] Error 2 Source file was: #include int main(){Sleep(0); return 0;} Performing C++ SOURCE FILE Test HAVE_CREATEFILEMAPPING failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9e3c5/fast" /usr/bin/make -f CMakeFiles/cmTC_9e3c5.dir/build.make CMakeFiles/cmTC_9e3c5.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9e3c5.dir/src.cxx.o /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -DHAVE_CREATEFILEMAPPING -o CMakeFiles/cmTC_9e3c5.dir/src.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/src.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/src.cxx:2:25: fatal error: windows.h: No such file or directory #include ^ compilation terminated. CMakeFiles/cmTC_9e3c5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9e3c5.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_9e3c5.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9e3c5/fast' failed make: *** [cmTC_9e3c5/fast] Error 2 Source file was: #include int main(){ HANDLE handle; int size; LPCTSTR lpName; handle = CreateFileMapping( INVALID_HANDLE_VALUE, // use paging file NULL, // default security PAGE_READWRITE, // read/write access 0, // max. object size size, // buffer size lpName); // name of mapping object return 0; } Determining if the include file windows.h exists failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c64ac/fast" /usr/bin/make -f CMakeFiles/cmTC_c64ac.dir/build.make CMakeFiles/cmTC_c64ac.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c64ac.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_c64ac.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. CMakeFiles/cmTC_c64ac.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c64ac.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_c64ac.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c64ac/fast' failed make: *** [cmTC_c64ac/fast] Error 2 Determining if the include file AudioUnit/AudioUnit.h exists failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dfba5/fast" /usr/bin/make -f CMakeFiles/cmTC_dfba5.dir/build.make CMakeFiles/cmTC_dfba5.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_dfba5.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_dfba5.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory #include ^ compilation terminated. CMakeFiles/cmTC_dfba5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dfba5.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_dfba5.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dfba5/fast' failed make: *** [cmTC_dfba5/fast] Error 2 Determining if the include file AudioToolbox/AudioToolbox.h exists failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f42fb/fast" /usr/bin/make -f CMakeFiles/cmTC_f42fb.dir/build.make CMakeFiles/cmTC_f42fb.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f42fb.dir/CheckIncludeFile.cxx.o /usr/bin/c++ -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_f42fb.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:39: fatal error: AudioToolbox/AudioToolbox.h: No such file or directory #include ^ compilation terminated. CMakeFiles/cmTC_f42fb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f42fb.dir/CheckIncludeFile.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_f42fb.dir/CheckIncludeFile.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f42fb/fast' failed make: *** [cmTC_f42fb/fast] Error 2 Determining if the Q_WS_WIN exist failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9cca0/fast" /usr/bin/make -f CMakeFiles/cmTC_9cca0.dir/build.make CMakeFiles/cmTC_9cca0.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9cca0.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -I/usr/include/qt4 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_9cca0.dir/CheckSymbolExists.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_WIN' was not declared in this scope return ((int*)(&Q_WS_WIN))[argc]; ^~~~~~~~ CMakeFiles/cmTC_9cca0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9cca0.dir/CheckSymbolExists.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_9cca0.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9cca0/fast' failed make: *** [cmTC_9cca0/fast] Error 2 File /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef Q_WS_WIN return ((int*)(&Q_WS_WIN))[argc]; #else (void)argc; return 0; #endif } Determining if the Q_WS_QWS exist failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9a636/fast" /usr/bin/make -f CMakeFiles/cmTC_9a636.dir/build.make CMakeFiles/cmTC_9a636.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9a636.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -I/usr/include/qt4 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_9a636.dir/CheckSymbolExists.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_QWS' was not declared in this scope return ((int*)(&Q_WS_QWS))[argc]; ^~~~~~~~ CMakeFiles/cmTC_9a636.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9a636.dir/CheckSymbolExists.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_9a636.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9a636/fast' failed make: *** [cmTC_9a636/fast] Error 2 File /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef Q_WS_QWS return ((int*)(&Q_WS_QWS))[argc]; #else (void)argc; return 0; #endif } Determining if the Q_WS_MAC exist failed with the following output: Change Dir: /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_91ff3/fast" /usr/bin/make -f CMakeFiles/cmTC_91ff3.dir/build.make CMakeFiles/cmTC_91ff3.dir/build make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_91ff3.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -I/usr/include/qt4 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_91ff3.dir/CheckSymbolExists.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_MAC' was not declared in this scope return ((int*)(&Q_WS_MAC))[argc]; ^~~~~~~~ CMakeFiles/cmTC_91ff3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_91ff3.dir/CheckSymbolExists.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_91ff3.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_91ff3/fast' failed make: *** [cmTC_91ff3/fast] Error 2 File /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef Q_WS_MAC return ((int*)(&Q_WS_MAC))[argc]; #else (void)argc; return 0; #endif } How could I solve this issue? Thanks so much! Ivan Con OpenStar hai Giga, SMS e i minuti che vuoi da 4,99€ al mese, per sempre. Cambi gratis quando e come vuoi e in più hai 6 mesi di INFINTY! http://tisca.li/myopen
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
