<div dir="ltr"><div>Dear Eric,</div>Thank you so much for your speedy reply.<div><br></div><div>Follow the link you gave, add</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">export PYTHONPATH=/usr/local/lib/python3/dist-packages:/usr/local/lib/python3.6/dist-packages:$PYTHONPATH </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH<br></blockquote><div><br></div><div>to .zshrc  </div><div><br></div><div><br><div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">osmocom_fft -f 850e6 -s 2e6<br>CPU Features: SSE2+ SSE4.1+ AVX+ FMA+<br>Using avx for xtrxdsp_iq16_sc32<br>Using avx for xtrxdsp_iq8_ic16<br>Using avx for xtrxdsp_iq16_ic16i<br>Using avx for xtrxdsp_iq8_ic8i<br>Using avx for xtrxdsp_sc32i_iq16<br>Using avx for xtrxdsp_iq8_sc32<br>Using avx for xtrxdsp_iq8_sc32i<br>Using avx for xtrxdsp_iq16_sc32i<br>Using avx for xtrxdsp_sc32_iq16<br>Using avx for xtrxdsp_ic16i_iq16<br>linux; GNU C++ version 7.5.0; Boost_106501; UHD_003.010.000.heads-release_003_010_000_000-0-g6e1ac3fc<br><br>Error importing GNU Radio's Qtgui.<br></blockquote><div><br></div><div>It seems like didn't work </div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><<a href="mailto:osmocom-sdr-request@lists.osmocom.org">osmocom-sdr-request@lists.osmocom.org</a>> 于2021年1月20日周三 上午12:38写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send osmocom-sdr mailing list submissions to<br>
        <a href="mailto:osmocom-sdr@lists.osmocom.org" target="_blank">osmocom-sdr@lists.osmocom.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.osmocom.org/mailman/listinfo/osmocom-sdr" rel="noreferrer" target="_blank">https://lists.osmocom.org/mailman/listinfo/osmocom-sdr</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:osmocom-sdr-request@lists.osmocom.org" target="_blank">osmocom-sdr-request@lists.osmocom.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:osmocom-sdr-owner@lists.osmocom.org" target="_blank">osmocom-sdr-owner@lists.osmocom.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of osmocom-sdr digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: gr-osmosdr xtrx_obj.cc:71:13: error: ?xtrx_open_string?<br>
      was not declared in this scope (Eric Wild)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 19 Jan 2021 17:37:38 +0100<br>
From: Eric Wild <<a href="mailto:ewild@sysmocom.de" target="_blank">ewild@sysmocom.de</a>><br>
To: <a href="mailto:osmocom-sdr@lists.osmocom.org" target="_blank">osmocom-sdr@lists.osmocom.org</a><br>
Subject: Re: gr-osmosdr xtrx_obj.cc:71:13: error: ?xtrx_open_string?<br>
        was not declared in this scope<br>
Message-ID: <<a href="mailto:7507da36-ce0b-af5b-7717-2ffccf7f2e1b@sysmocom.de" target="_blank">7507da36-ce0b-af5b-7717-2ffccf7f2e1b@sysmocom.de</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
Check your paths, your native system prefix appears to be /usr, but you <br>
chose /usr/local, see <br>
<a href="https://wiki.gnuradio.org/index.php/ModuleNotFoundError" rel="noreferrer" target="_blank">https://wiki.gnuradio.org/index.php/ModuleNotFoundError</a><br>
<br>
-Eric<br>
<br>
Am 19.01.2021 um 08:41 schrieb ?? 0xroot:<br>
> Hi, I build gr-osmocom?+ XTRX again. And compile successfully<br>
> But when I run?osmocom_fft :<br>
><br>
><br>
>     osmocom_fft -F -f 850e6 -s 4e6<br>
>     Traceback (most recent call last):<br>
>     ? File "/usr/local/bin/osmocom_fft", line 23, in <module><br>
>     ? ? import osmosdr<br>
>     ModuleNotFoundError: No module named 'osmosdr'<br>
><br>
><br>
><br>
> clone gr-osmosdr from <a href="https://github.com/osmocom/gr-osmosdr" rel="noreferrer" target="_blank">https://github.com/osmocom/gr-osmosdr</a> <br>
> <<a href="https://github.com/osmocom/gr-osmosdr" rel="noreferrer" target="_blank">https://github.com/osmocom/gr-osmosdr</a>><br>
> ?Try master and gr-3.8?branch, get the same?result<br>
><br>
>     gnuradio-config-info -v<br>
>     3.8.2.0<br>
><br>
><br>
><br>
> output of cmake:<br>
><br>
> cmake ..<br>
> -- Build type not specified: defaulting to release.<br>
> -- Checking for module 'gmp'<br>
> -- ? No package 'gmp' found<br>
> -- Checking for module 'mpir >= 3.0'<br>
> -- ? No package 'mpir' found<br>
> -- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY <br>
> MPIR_INCLUDE_DIR)<br>
> -- Boost version: 1.65.1<br>
> -- Found the following Boost libraries:<br>
> -- ? date_time<br>
> -- ? program_options<br>
> -- ? filesystem<br>
> -- ? system<br>
> -- ? regex<br>
> -- ? thread<br>
> -- ? unit_test_framework<br>
> -- ? chrono<br>
> -- ? atomic<br>
> -- User set python executable /usr/bin/python3<br>
> -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/<a href="http://libpython3.6m.so" rel="noreferrer" target="_blank">libpython3.6m.so</a> <br>
> <<a href="http://libpython3.6m.so" rel="noreferrer" target="_blank">http://libpython3.6m.so</a>> (found suitable exact version "3.6.9")<br>
> -- Extracting version information from git describe...<br>
> -- Boost version: 1.65.1<br>
> -- Found the following Boost libraries:<br>
> -- ? chrono<br>
> -- ? thread<br>
> -- ? system<br>
> -- ? date_time<br>
> -- ? atomic<br>
> -- <br>
> -- The build system will automatically enable all components.<br>
> -- Use -DENABLE_DEFAULT=OFF to disable components by default.<br>
> -- Searching for GNURadio-Blocks...<br>
> -- ?Found GNURadio-Blocks: 1<br>
> -- Searching for IQ Balance...<br>
> -- Could NOT find gnuradio-iqbalance (missing: gnuradio-iqbalance_DIR)<br>
> -- ?Found IQ Balance: 0<br>
> -- Searching for UHD Drivers...<br>
> -- ?Found UHD Driver: TRUE<br>
> -- Searching for UHD Block...<br>
> -- ?Found UHD Block: 1<br>
> -- Searching for Volk...<br>
> -- ?Found Volk: 1<br>
> -- Checking for module 'libairspyhf'<br>
> -- ? No package 'libairspyhf' found<br>
> -- Could NOT find LIBAIRSPYHF (missing: LIBAIRSPYHF_LIBRARIES <br>
> LIBAIRSPYHF_INCLUDE_DIRS)<br>
> -- Checking for module 'libgnuradio-fcdproplus'<br>
> -- ? No package 'libgnuradio-fcdproplus' found<br>
> -- gnuradio-fcdproplus not found.<br>
> -- Checking for module 'libfreesrp'<br>
> -- ? No package 'libfreesrp' found<br>
> -- libfreesrp not found.<br>
> -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/<a href="http://libpython3.6m.so" rel="noreferrer" target="_blank">libpython3.6m.so</a> <br>
> <<a href="http://libpython3.6m.so" rel="noreferrer" target="_blank">http://libpython3.6m.so</a>> (found suitable version "3.6.9", minimum <br>
> required is "3")<br>
> -- <br>
> -- Checking for module SWIG<br>
> -- Found SWIG version 3.0.12.<br>
> -- Minimum SWIG version required is 1.3.31<br>
> -- <br>
> -- Configuring Python support support...<br>
> -- ? Dependency PYTHONLIBS_FOUND = TRUE<br>
> -- ? Dependency SWIG_FOUND = TRUE<br>
> -- ? Dependency SWIG_VERSION_CHECK = TRUE<br>
> -- ? Enabling Python support support.<br>
> -- ? Override with -DENABLE_PYTHON=ON/OFF<br>
> CMake Warning (dev) in lib/CMakeLists.txt:<br>
> ? A logical block opening on the line<br>
><br>
> ? ? /home/init3/SDR/gr-osmosdr/lib/CMakeLists.txt:45 (MACRO)<br>
><br>
> ? closes on the line<br>
><br>
> ? ? /home/init3/SDR/gr-osmosdr/lib/CMakeLists.txt:47 (ENDMACRO)<br>
><br>
> ? with mis-matching arguments.<br>
> This warning is for project developers.? Use -Wno-dev to suppress it.<br>
><br>
> You have called ADD_LIBRARY for library gnuradio-osmosdr without any <br>
> source files. This typically indicates a problem with your <br>
> CMakeLists.txt file<br>
> -- <br>
> -- Configuring high resolution timing...<br>
> -- ? High resolution timing supported through clock_gettime.<br>
> -- <br>
> -- Configuring Osmocom IQ Imbalance Correction support...<br>
> -- ? Dependency gnuradio-iqbalance_FOUND = 0<br>
> -- ? Disabling Osmocom IQ Imbalance Correction support.<br>
> -- ? Override with -DENABLE_IQBALANCE=ON/OFF<br>
> -- <br>
> -- Configuring FUNcube Dongle support...<br>
> -- ? Dependency GNURADIO_FCDPP_FOUND = FALSE<br>
> -- ? Disabling FUNcube Dongle support.<br>
> -- ? Override with -DENABLE_FCD=ON/OFF<br>
> -- <br>
> -- Configuring IQ File Source & Sink support...<br>
> -- ? Dependency gnuradio-blocks_FOUND = 1<br>
> -- ? Enabling IQ File Source & Sink support.<br>
> -- ? Override with -DENABLE_FILE=ON/OFF<br>
> -- <br>
> -- <br>
> -- Configuring Osmocom RTLSDR support...<br>
> -- ? Dependency LIBRTLSDR_FOUND = TRUE<br>
> -- ? Enabling Osmocom RTLSDR support.<br>
> -- ? Override with -DENABLE_RTL=ON/OFF<br>
> -- <br>
> -- Configuring RTLSDR TCP Client support...<br>
> -- ? Dependency gnuradio-blocks_FOUND = 1<br>
> -- ? Enabling RTLSDR TCP Client support.<br>
> -- ? Override with -DENABLE_RTL_TCP=ON/OFF<br>
> -- <br>
> -- Configuring Ettus USRP Devices support...<br>
> -- ? Dependency UHD_FOUND = TRUE<br>
> -- ? Dependency gnuradio-uhd_FOUND = 1<br>
> -- ? Enabling Ettus USRP Devices support.<br>
> -- ? Override with -DENABLE_UHD=ON/OFF<br>
> -- <br>
> -- Configuring HackRF & rad1o Badge support...<br>
> -- ? Dependency LIBHACKRF_FOUND = TRUE<br>
> -- ? Enabling HackRF & rad1o Badge support.<br>
> -- ? Override with -DENABLE_HACKRF=ON/OFF<br>
> -- <br>
> -- Configuring nuand bladeRF support...<br>
> -- ? Dependency LIBBLADERF_FOUND = TRUE<br>
> -- ? Enabling nuand bladeRF support.<br>
> -- ? Override with -DENABLE_BLADERF=ON/OFF<br>
> -- <br>
> -- Configuring RFSPACE Receivers support...<br>
> -- ? Enabling RFSPACE Receivers support.<br>
> -- ? Override with -DENABLE_RFSPACE=ON/OFF<br>
> -- <br>
> -- Configuring AIRSPY Receiver support...<br>
> -- ? Dependency LIBAIRSPY_FOUND = TRUE<br>
> -- ? Enabling AIRSPY Receiver support.<br>
> -- ? Override with -DENABLE_AIRSPY=ON/OFF<br>
> -- <br>
> -- Configuring AIRSPY HF+ Receiver support...<br>
> -- ? Dependency LIBAIRSPYHF_FOUND = FALSE<br>
> -- ? Disabling AIRSPY HF+ Receiver support.<br>
> -- ? Override with -DENABLE_AIRSPYHF=ON/OFF<br>
> -- <br>
> -- Configuring SoapySDR support support...<br>
> -- ? Dependency SoapySDR_FOUND = 1<br>
> -- ? Enabling SoapySDR support support.<br>
> -- ? Override with -DENABLE_SOAPY=ON/OFF<br>
> -- <br>
> -- Configuring Red Pitaya SDR support...<br>
> -- ? Enabling Red Pitaya SDR support.<br>
> -- ? Override with -DENABLE_REDPITAYA=ON/OFF<br>
> -- <br>
> -- Configuring FreeSRP support support...<br>
> -- ? Dependency LIBFREESRP_FOUND = FALSE<br>
> -- ? Disabling FreeSRP support support.<br>
> -- ? Override with -DENABLE_FREESRP=ON/OFF<br>
> -- <br>
> -- Configuring XTRX SDR support...<br>
> -- ? Dependency LIBXTRX_FOUND = TRUE<br>
> -- ? Enabling XTRX SDR support.<br>
> -- ? Override with -DENABLE_XTRX=ON/OFF<br>
> -- <br>
> -- ######################################################<br>
> -- # Gnuradio enabled components<br>
> -- ######################################################<br>
> -- ? * Python support<br>
> -- ? * IQ File Source & Sink<br>
> -- ? * Osmocom RTLSDR<br>
> -- ? * RTLSDR TCP Client<br>
> -- ? * Ettus USRP Devices<br>
> -- ? * HackRF & rad1o Badge<br>
> -- ? * nuand bladeRF<br>
> -- ? * RFSPACE Receivers<br>
> -- ? * AIRSPY Receiver<br>
> -- ? * SoapySDR support<br>
> -- ? * Red Pitaya SDR<br>
> -- ? * XTRX SDR<br>
> -- <br>
> -- ######################################################<br>
> -- # Gnuradio disabled components<br>
> -- ######################################################<br>
> -- ? * Osmocom IQ Imbalance Correction<br>
> -- ? * FUNcube Dongle<br>
> -- ? * AIRSPY HF+ Receiver<br>
> -- ? * FreeSRP support<br>
> -- <br>
> -- Building for version: 0.2.0.0 / 0.2.0<br>
> -- Using install prefix: /usr/local<br>
> -- Configuring done<br>
> -- Generating done<br>
><br>
>     -- Build files have been written to: /home/init3/SDR/gr-osmosdr/build <br>
><br>
><br>
> Clayton Smith <<a href="mailto:argilo@gmail.com" target="_blank">argilo@gmail.com</a> <mailto:<a href="mailto:argilo@gmail.com" target="_blank">argilo@gmail.com</a>>> <br>
> ?2021?1?18??? ??10:10???<br>
><br>
>     Are you using the latest version of libxtrx? The xtrx_open_list<br>
>     function was removed from its API a couple years ago and replaced<br>
>     with xtrx_open_string. I recently updated gr-osmosdr to use the<br>
>     new function.<br>
><br>
>     On Mon, Jan 18, 2021 at 8:43 AM ?? 0xroot <<a href="mailto:renxianyuanqi@gmail.com" target="_blank">renxianyuanqi@gmail.com</a><br>
>     <mailto:<a href="mailto:renxianyuanqi@gmail.com" target="_blank">renxianyuanqi@gmail.com</a>>> wrote:<br>
><br>
>         Dear??osmocom community,<br>
>         I am using XTRX?+ gr-osmosdr on ubuntu 18<br>
>         when i try to build gr-osmosdr :<br>
><br>
>             [ 81%] Building CXX object<br>
>             lib/CMakeFiles/gnuradio-osmosdr.dir/redpitaya/redpitaya_sink_c.cc.o<br>
>             [ 83%] Building CXX object<br>
>             lib/CMakeFiles/gnuradio-osmosdr.dir/redpitaya/redpitaya_common.cc.o<br>
>             [ 85%] Building CXX object<br>
>             lib/CMakeFiles/gnuradio-osmosdr.dir/xtrx/xtrx_obj.cc.o<br>
>             [ 87%] Building CXX object<br>
>             lib/CMakeFiles/gnuradio-osmosdr.dir/xtrx/xtrx_source_c.cc.o<br>
>             /home/init3/SDR/gr-osmosdr/lib/xtrx/xtrx_obj.cc: In<br>
>             constructor ?xtrx_obj::xtrx_obj(const string&, unsigned<br>
>             int, bool)?:<br>
>             /home/init3/SDR/gr-osmosdr/lib/xtrx/xtrx_obj.cc:71:13:<br>
>             error: ?xtrx_open_string? was not declared in this scope<br>
>             ? ?int res = xtrx_open_string(path.c_str(), &_obj);<br>
>             ? ? ? ? ? ? ?^~~~~~~~~~~~~~~~<br>
>             /home/init3/SDR/gr-osmosdr/lib/xtrx/xtrx_obj.cc:71:13:<br>
>             note: suggested alternative: ?xtrx_open_list?<br>
>             ? ?int res = xtrx_open_string(path.c_str(), &_obj);<br>
>             ? ? ? ? ? ? ?^~~~~~~~~~~~~~~~<br>
>             ? ? ? ? ? ? ?xtrx_open_list<br>
>             lib/CMakeFiles/gnuradio-osmosdr.dir/build.make:662: recipe<br>
>             for target<br>
>             'lib/CMakeFiles/gnuradio-osmosdr.dir/xtrx/xtrx_obj.cc.o'<br>
>             failed<br>
>             make[2]: ***<br>
>             [lib/CMakeFiles/gnuradio-osmosdr.dir/xtrx/xtrx_obj.cc.o]<br>
>             Error 1<br>
>             make[2]: *** ??????????....<br>
>             CMakeFiles/Makefile2:167: recipe for target<br>
>             'lib/CMakeFiles/gnuradio-osmosdr.dir/all' failed<br>
>             make[1]: *** [lib/CMakeFiles/gnuradio-osmosdr.dir/all] Error 2<br>
>             Makefile:140: recipe for target 'all' failed<br>
>             make: *** [all] Error 2<br>
><br>
><br>
>         Info:<br>
><br>
>             gnuradio?3.8.2.0<br>
>             gr-osmosdr gr-3.8 <br>
><br>
><br>
>         How to fix it?<br>
><br>
>         cmake output:<br>
><br>
>             cmake ..<br>
>             -- Build type not specified: defaulting to release.<br>
>             -- Checking for module 'gmp'<br>
>             -- ? No package 'gmp' found<br>
>             -- Checking for module 'mpir >= 3.0'<br>
>             -- ? No package 'mpir' found<br>
>             -- Could NOT find MPIR (missing: MPIRXX_LIBRARY<br>
>             MPIR_LIBRARY MPIR_INCLUDE_DIR)<br>
>             -- Boost version: 1.65.1<br>
>             -- Found the following Boost libraries:<br>
>             -- ? date_time<br>
>             -- ? program_options<br>
>             -- ? filesystem<br>
>             -- ? system<br>
>             -- ? regex<br>
>             -- ? thread<br>
>             -- ? unit_test_framework<br>
>             -- ? chrono<br>
>             -- ? atomic<br>
>             -- User set python executable /usr/bin/python3.6<br>
>             -- Found PythonLibs:<br>
>             /usr/lib/x86_64-linux-gnu/<a href="http://libpython3.6m.so" rel="noreferrer" target="_blank">libpython3.6m.so</a><br>
>             <<a href="http://libpython3.6m.so" rel="noreferrer" target="_blank">http://libpython3.6m.so</a>> (found suitable exact version<br>
>             "3.6.9")<br>
>             -- Extracting version information from git describe...<br>
>             -- Boost version: 1.65.1<br>
>             -- Found the following Boost libraries:<br>
>             -- ? chrono<br>
>             -- ? thread<br>
>             -- ? system<br>
>             -- ? date_time<br>
>             -- ? atomic<br>
>             -- <br>
>             -- The build system will automatically enable all components.<br>
>             -- Use -DENABLE_DEFAULT=OFF to disable components by default.<br>
>             -- Searching for GNURadio-Blocks...<br>
>             -- ?Found GNURadio-Blocks: 1<br>
>             -- Searching for IQ Balance...<br>
>             -- Could NOT find gnuradio-iqbalance (missing:<br>
>             gnuradio-iqbalance_DIR)<br>
>             -- ?Found IQ Balance: 0<br>
>             -- Searching for UHD Drivers...<br>
>             -- ?Found UHD Driver: TRUE<br>
>             -- Searching for UHD Block...<br>
>             -- ?Found UHD Block: 1<br>
>             -- Searching for Volk...<br>
>             -- ?Found Volk: 1<br>
>             -- Checking for module 'libairspyhf'<br>
>             -- ? No package 'libairspyhf' found<br>
>             -- Could NOT find LIBAIRSPYHF (missing:<br>
>             LIBAIRSPYHF_LIBRARIES LIBAIRSPYHF_INCLUDE_DIRS)<br>
>             -- Checking for module 'libgnuradio-fcdproplus'<br>
>             -- ? No package 'libgnuradio-fcdproplus' found<br>
>             -- gnuradio-fcdproplus not found.<br>
>             -- Checking for module 'libfreesrp'<br>
>             -- ? No package 'libfreesrp' found<br>
>             -- libfreesrp not found.<br>
>             -- Found PythonLibs:<br>
>             /usr/lib/x86_64-linux-gnu/<a href="http://libpython3.6m.so" rel="noreferrer" target="_blank">libpython3.6m.so</a><br>
>             <<a href="http://libpython3.6m.so" rel="noreferrer" target="_blank">http://libpython3.6m.so</a>> (found suitable version "3.6.9",<br>
>             minimum required is "3")<br>
>             -- <br>
>             -- Checking for module SWIG<br>
>             -- Found SWIG version 3.0.12.<br>
>             -- Minimum SWIG version required is 1.3.31<br>
>             -- <br>
>             -- Configuring Python support support...<br>
>             -- ? Dependency PYTHONLIBS_FOUND = TRUE<br>
>             -- ? Dependency SWIG_FOUND = TRUE<br>
>             -- ? Dependency SWIG_VERSION_CHECK = TRUE<br>
>             -- ? Enabling Python support support.<br>
>             -- ? Override with -DENABLE_PYTHON=ON/OFF<br>
>             CMake Warning (dev) in lib/CMakeLists.txt:<br>
>             ? A logical block opening on the line<br>
><br>
>             ? ? /home/init3/SDR/gr-osmosdr/lib/CMakeLists.txt:45 (MACRO)<br>
><br>
>             ? closes on the line<br>
><br>
>             ? ? /home/init3/SDR/gr-osmosdr/lib/CMakeLists.txt:47<br>
>             (ENDMACRO)<br>
><br>
>             ? with mis-matching arguments.<br>
>             This warning is for project developers.? Use -Wno-dev to<br>
>             suppress it.<br>
><br>
>             You have called ADD_LIBRARY for library gnuradio-osmosdr<br>
>             without any source files. This typically indicates a<br>
>             problem with your CMakeLists.txt file<br>
>             -- <br>
>             -- Configuring high resolution timing...<br>
>             -- ? High resolution timing supported through clock_gettime.<br>
>             -- <br>
>             -- Configuring Osmocom IQ Imbalance Correction support...<br>
>             -- ? Dependency gnuradio-iqbalance_FOUND = 0<br>
>             -- ? Disabling Osmocom IQ Imbalance Correction support.<br>
>             -- ? Override with -DENABLE_IQBALANCE=ON/OFF<br>
>             -- <br>
>             -- Configuring FUNcube Dongle support...<br>
>             -- ? Dependency GNURADIO_FCDPP_FOUND = FALSE<br>
>             -- ? Disabling FUNcube Dongle support.<br>
>             -- ? Override with -DENABLE_FCD=ON/OFF<br>
>             -- <br>
>             -- Configuring IQ File Source & Sink support...<br>
>             -- ? Dependency gnuradio-blocks_FOUND = 1<br>
>             -- ? Enabling IQ File Source & Sink support.<br>
>             -- ? Override with -DENABLE_FILE=ON/OFF<br>
>             -- <br>
>             -- <br>
>             -- Configuring Osmocom RTLSDR support...<br>
>             -- ? Dependency LIBRTLSDR_FOUND = TRUE<br>
>             -- ? Enabling Osmocom RTLSDR support.<br>
>             -- ? Override with -DENABLE_RTL=ON/OFF<br>
>             -- <br>
>             -- Configuring RTLSDR TCP Client support...<br>
>             -- ? Dependency gnuradio-blocks_FOUND = 1<br>
>             -- ? Enabling RTLSDR TCP Client support.<br>
>             -- ? Override with -DENABLE_RTL_TCP=ON/OFF<br>
>             -- <br>
>             -- Configuring Ettus USRP Devices support...<br>
>             -- ? Dependency UHD_FOUND = TRUE<br>
>             -- ? Dependency gnuradio-uhd_FOUND = 1<br>
>             -- ? Enabling Ettus USRP Devices support.<br>
>             -- ? Override with -DENABLE_UHD=ON/OFF<br>
>             -- <br>
>             -- Configuring HackRF & rad1o Badge support...<br>
>             -- ? Dependency LIBHACKRF_FOUND = TRUE<br>
>             -- ? Enabling HackRF & rad1o Badge support.<br>
>             -- ? Override with -DENABLE_HACKRF=ON/OFF<br>
>             -- <br>
>             -- Configuring nuand bladeRF support...<br>
>             -- ? Dependency LIBBLADERF_FOUND = TRUE<br>
>             -- ? Enabling nuand bladeRF support.<br>
>             -- ? Override with -DENABLE_BLADERF=ON/OFF<br>
>             -- <br>
>             -- Configuring RFSPACE Receivers support...<br>
>             -- ? Enabling RFSPACE Receivers support.<br>
>             -- ? Override with -DENABLE_RFSPACE=ON/OFF<br>
>             -- <br>
>             -- Configuring AIRSPY Receiver support...<br>
>             -- ? Dependency LIBAIRSPY_FOUND = TRUE<br>
>             -- ? Enabling AIRSPY Receiver support.<br>
>             -- ? Override with -DENABLE_AIRSPY=ON/OFF<br>
>             -- <br>
>             -- Configuring AIRSPY HF+ Receiver support...<br>
>             -- ? Dependency LIBAIRSPYHF_FOUND = FALSE<br>
>             -- ? Disabling AIRSPY HF+ Receiver support.<br>
>             -- ? Override with -DENABLE_AIRSPYHF=ON/OFF<br>
>             -- <br>
>             -- Configuring SoapySDR support support...<br>
>             -- ? Dependency SoapySDR_FOUND = 1<br>
>             -- ? Enabling SoapySDR support support.<br>
>             -- ? Override with -DENABLE_SOAPY=ON/OFF<br>
>             -- <br>
>             -- Configuring Red Pitaya SDR support...<br>
>             -- ? Enabling Red Pitaya SDR support.<br>
>             -- ? Override with -DENABLE_REDPITAYA=ON/OFF<br>
>             -- <br>
>             -- Configuring FreeSRP support support...<br>
>             -- ? Dependency LIBFREESRP_FOUND = FALSE<br>
>             -- ? Disabling FreeSRP support support.<br>
>             -- ? Override with -DENABLE_FREESRP=ON/OFF<br>
>             -- <br>
>             -- Configuring XTRX SDR support...<br>
>             -- ? Dependency LIBXTRX_FOUND = TRUE<br>
>             -- ? Enabling XTRX SDR support.<br>
>             -- ? Override with -DENABLE_XTRX=ON/OFF<br>
>             -- <br>
>             -- ######################################################<br>
>             -- # Gnuradio enabled components<br>
>             -- ######################################################<br>
>             -- ? * Python support<br>
>             -- ? * IQ File Source & Sink<br>
>             -- ? * Osmocom RTLSDR<br>
>             -- ? * RTLSDR TCP Client<br>
>             -- ? * Ettus USRP Devices<br>
>             -- ? * HackRF & rad1o Badge<br>
>             -- ? * nuand bladeRF<br>
>             -- ? * RFSPACE Receivers<br>
>             -- ? * AIRSPY Receiver<br>
>             -- ? * SoapySDR support<br>
>             -- ? * Red Pitaya SDR<br>
>             -- ? * XTRX SDR<br>
>             -- <br>
>             -- ######################################################<br>
>             -- # Gnuradio disabled components<br>
>             -- ######################################################<br>
>             -- ? * Osmocom IQ Imbalance Correction<br>
>             -- ? * FUNcube Dongle<br>
>             -- ? * AIRSPY HF+ Receiver<br>
>             -- ? * FreeSRP support<br>
>             -- <br>
>             -- Building for version: 0.2.0.0 / 0.2.0<br>
>             -- Using install prefix: /usr/local<br>
>             -- Configuring done<br>
>             -- Generating done<br>
>             -- Build files have been written to:<br>
>             /home/init3/SDR/gr-osmosdr/build<br>
><br>
><br>
>         --------------------------<br>
>         Thanks<br>
><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.osmocom.org/pipermail/osmocom-sdr/attachments/20210119/ce7bd9ff/attachment.htm" rel="noreferrer" target="_blank">http://lists.osmocom.org/pipermail/osmocom-sdr/attachments/20210119/ce7bd9ff/attachment.htm</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
osmocom-sdr mailing list<br>
<a href="mailto:osmocom-sdr@lists.osmocom.org" target="_blank">osmocom-sdr@lists.osmocom.org</a><br>
<a href="https://lists.osmocom.org/mailman/listinfo/osmocom-sdr" rel="noreferrer" target="_blank">https://lists.osmocom.org/mailman/listinfo/osmocom-sdr</a><br>
<br>
<br>
------------------------------<br>
<br>
End of osmocom-sdr Digest, Vol 69, Issue 8<br>
******************************************<br>
</blockquote></div>