<div dir="auto">Thanks for your reply .<div dir="auto">This helped a lot and i solved the problem😄</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri 24 Jan, 2020, 8:42 AM Kyeong Su Shin, <<a href="mailto:ksshin@postech.ac.kr">ksshin@postech.ac.kr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello Barry:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Your previous e-mails suggest that you installed GNU Radio by using the apt command. Are you using the official Ubuntu respository (which is GNU Radio 3.7)? Or, are you using some kind third-party packages (maybe 3.8)?
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
If you are using the official Ubuntu packages (for GNU Radio), then you can just install gr-osmosdr from there too (sudo apt install gr-osmosdr). If you still want to build gr-osmosdr (if you need to install a modified or an updated version of gr-osmosdr),
 then get gr-osmosdr for GNU Radio 3.7 (I think you are using one for the GNU Radio 3.6, which is too old), and install missing dependencies as mentioned in the error message (like doxygen, libhackrf-dev, etc).
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
If you absolutely need to run gr-osmosdr for GNU Radio 3.6 (don't do this unless you need to run a heavily modified version of gr-osmosdr that only supports gr3.6), then you will need to install GNU Radio 3.6, which would be pretty annoying on modern Linux
 distros. </div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
If you did not use the official Ubuntu repo to install GNU Radio and used a third-party repo instead, then check if they have their own versions of gr-osmosdr. If they don't, install gnuradio-dev (from their repo) and try building gr-osmosdr for that. If it's
 GNU Radio v3.8 or higher, then you need to get a version of gr-osmosdr that supports gr 3.8. Again, you will need to install some additional dependencies as mentioned in the message.<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Regards,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Kyeong Su Shin<br>
</div>
<div id="m_1408762568945613116appendonsend"></div>
<hr style="display:inline-block;width:98%">
<div id="m_1408762568945613116divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>보낸 사람:</b> barry allen <<a href="mailto:savitaristic@gmail.com" target="_blank" rel="noreferrer">savitaristic@gmail.com</a>> 대신 osmocom-sdr <<a href="mailto:osmocom-sdr-bounces@lists.osmocom.org" target="_blank" rel="noreferrer">osmocom-sdr-bounces@lists.osmocom.org</a>><br>
<b>보낸 날짜:</b> 2020년 1월 21일 화요일 오후 6:04<br>
<b>받는 사람:</b> <a href="mailto:osmocom-sdr@lists.osmocom.org" target="_blank" rel="noreferrer">osmocom-sdr@lists.osmocom.org</a> <<a href="mailto:osmocom-sdr@lists.osmocom.org" target="_blank" rel="noreferrer">osmocom-sdr@lists.osmocom.org</a>><br>
<b>제목:</b> i can't builld the gr-osmosdr</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<p>I can not compile the block gr-osmosdr, obtained block of errors ,if you can help me solve the problem ,please.Sincerely thebugslayers</p>
<p>The following are the errors</p>
<p>-- The CXX compiler identification is GNU 7.4.0<br>
-- The C compiler identification is GNU 7.4.0<br>
-- Check for working CXX compiler: /usr/bin/c++<br>
-- Check for working CXX compiler: /usr/bin/c++ -- works<br>
-- Detecting CXX compiler ABI info<br>
-- Detecting CXX compiler ABI info - done<br>
-- Detecting CXX compile features<br>
-- Detecting CXX compile features - done<br>
-- Check for working C compiler: /usr/bin/cc<br>
-- Check for working C compiler: /usr/bin/cc -- works<br>
-- Detecting C compiler ABI info<br>
-- Detecting C compiler ABI info - done<br>
-- Detecting C compile features<br>
-- Detecting C compile features - done<br>
-- Build type not specified: defaulting to release.<br>
-- Found Git: /usr/bin/git (found version "2.17.1")<br>
-- Extracting version information from git describe...<br>
-- Configuring Boost C++ Libraries...<br>
-- Looking for pthread.h<br>
-- Looking for pthread.h - found<br>
-- Looking for pthread_create<br>
-- Looking for pthread_create - not found<br>
-- Looking for pthread_create in pthreads<br>
-- Looking for pthread_create in pthreads - not found<br>
-- Looking for pthread_create in pthread<br>
-- Looking for pthread_create in pthread - found<br>
-- Found Threads: TRUE<br>
-- Boost version: 1.65.1<br>
-- Found the following Boost libraries:<br>
-- thread<br>
-- system<br>
-- chrono<br>
-- date_time<br>
-- atomic<br>
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")<br>
-- Checking for module 'gruel'<br>
-- No package 'gruel' found<br>
-- Could NOT find GRUEL (missing: GRUEL_LIBRARIES GRUEL_INCLUDE_DIRS)<br>
-- Checking for module 'gnuradio-core'<br>
-- No package 'gnuradio-core' found<br>
-- Could NOT find GNURADIO_CORE (missing: GNURADIO_CORE_LIBRARIES GNURADIO_CORE_INCLUDE_DIRS)<br>
-- Checking for module 'gnuradio-iqbalance'<br>
-- Found gnuradio-iqbalance, version 0<br>
-- Could NOT find GNURADIO_IQBALANCE (missing: GNURADIO_IQBALANCE_INCLUDE_DIRS)<br>
-- Checking for module 'uhd'<br>
-- No package 'uhd' found<br>
-- Could NOT find UHD (missing: UHD_LIBRARIES UHD_INCLUDE_DIRS)<br>
-- Checking for module 'gnuradio-uhd'<br>
-- Found gnuradio-uhd, version 3.9.0<br>
-- gnuradio-uhd not found.<br>
-- Could NOT find GNURADIO_UHD (missing: GNURADIO_UHD_INCLUDE_DIRS)<br>
-- Checking for module 'gnuradio-fcd'<br>
-- No package 'gnuradio-fcd' found<br>
-- gnuradio-fcd not found.<br>
-- Could NOT find GNURADIO_FCD (missing: GNURADIO_FCD_LIBRARIES GNURADIO_FCD_INCLUDE_DIRS)<br>
-- Checking for module 'gnuradio-fcdproplus'<br>
-- Found gnuradio-fcdproplus, version 3.7.11<br>
-- Found gnuradio-fcdproplus: /usr/include, /usr/lib/x86_64-linux-gnu/libgnuradio-fcdproplus.so<br>
-- Found GNURADIO_FCDPP: /usr/lib/x86_64-linux-gnu/libgnuradio-fcdproplus.so<br>
-- Checking for module 'libosmosdr'<br>
-- No package 'libosmosdr' found<br>
-- libosmosdr not found.<br>
-- Checking for module 'librtlsdr'<br>
-- No package 'librtlsdr' found<br>
-- librtlsdr not found.<br>
-- Checking for module 'libmirisdr'<br>
-- No package 'libmirisdr' found<br>
-- libmirisdr not found.<br>
-- Checking for module 'libhackrf'<br>
-- Found libhackrf, version 0.5<br>
-- Found LIBHACKRF: /usr/local/lib/libhackrf.so<br>
-- Checking for module 'libairspy'<br>
-- No package 'libairspy' found<br>
-- Could NOT find LIBAIRSPY (missing: LIBAIRSPY_LIBRARIES LIBAIRSPY_INCLUDE_DIRS)<br>
-- Checking for module 'libbladeRF'<br>
-- No package 'libbladeRF' found<br>
-- libbladeRF not found.<br>
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)<br>
CMake Error at CMakeLists.txt:166 (message):<br>
Gruel required to build gr-osmosdr</p>
<p>-- Configuring incomplete, errors occurred!<br>
See also "/home/shan/gr-osmosdr/build/CMakeFiles/CMakeOutput.log".<br>
See also "/home/shan/gr-osmosdr/build/CMakeFiles/CMakeError.log".</p>
<p>Thanks:)</p>
</div>
</div>
</div>

</blockquote></div>