<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear All,<br>
          Thanks for reading my mail.<br>
          when I do the last steps, I failed, I don't know why. <br>
          <br>
    <pre class="wiki" style="background-color: rgb(247, 247, 247); border: 1px solid rgb(215, 215, 215); margin: 1em 1.75em; padding: 0.25em; overflow: auto; color: rgb(0, 0, 0); font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial;">git clone git://git.osmocom.org/gr-osmosdr
cd gr-osmosdr/
mkdir build
cd build/
cmake ../
make
sudo make install
sudo ldconfig 
</pre>
          I failed when I " make ".<br>
          <br>
          the make error is :<br>
    <font color="#ff0000">/tmp/gr-osmosdr/lib/osmosdr_source_c_impl.cc:
      In constructor ‘osmosdr_source_c_impl::osmosdr_source_c_impl(const
      string&)’:<br>
      /tmp/gr-osmosdr/lib/osmosdr_source_c_impl.cc:117:16: error:
      ‘GR_OSMOSDR_VERSION’ was not declared in this scope<br>
      /tmp/gr-osmosdr/lib/osmosdr_source_c_impl.cc:117:47: error:
      ‘GR_OSMOSDR_LIBVER’ was not declared in this scope<br>
      make[2]: ***
      [lib/CMakeFiles/gnuradio-osmosdr.dir/osmosdr_source_c_impl.cc.o]
      Error 1<br>
      make[1]: *** [lib/CMakeFiles/gnuradio-osmosdr.dir/all] Error 2<br>
      make: *** [all] Error 2</font><br>
    the cmake output is :<br>
    <font color="#ff0000">      -- Build type not specified: defaulting
      to release.<br>
      -- Extracting version information from git describe...<br>
      -- Configuring Boost C++ Libraries...<br>
      -- checking for module 'gnuradio-iqbalance'<br>
      --   package 'gnuradio-iqbalance' not found<br>
      -- Found gnuradio-uhd: /usr/local/include,
      /usr/local/lib/libgnuradio-uhd.so<br>
      -- Found gnuradio-fcd: /usr/local/include,
      /usr/local/lib/libgnuradio-fcd.so<br>
      -- Will build with gnuradio iqbalance support.<br>
      -- <br>
      -- The build system will automatically enable all components.<br>
      -- Use -DENABLE_DEFAULT=OFF to disable components by default.<br>
      -- <br>
      -- Configuring sysmocom OsmoSDR support...<br>
      --   Dependency LIBOSMOSDR_FOUND = TRUE<br>
      --   Enabling sysmocom OsmoSDR support.<br>
      --   Override with -DENABLE_OSMOSDR=ON/OFF<br>
      -- <br>
      -- Configuring FunCube Dongle support...<br>
      --   Dependency GNURADIO_FCD_FOUND = TRUE<br>
      --   Enabling FunCube Dongle support.<br>
      --   Override with -DENABLE_FCD=ON/OFF<br>
      -- <br>
      -- Configuring IQ File Source support...<br>
      --   Dependency GNURADIO_CORE_FOUND = TRUE<br>
      --   Enabling IQ File Source support.<br>
      --   Override with -DENABLE_FILE=ON/OFF<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_CORE_FOUND = TRUE<br>
      --   Enabling RTLSDR TCP Client support.<br>
      --   Override with -DENABLE_RTL_TCP=ON/OFF<br>
      -- <br>
      -- Configuring Ettus UHD support...<br>
      --   Dependency UHD_FOUND = TRUE<br>
      --   Dependency GNURADIO_UHD_FOUND = TRUE<br>
      --   Enabling Ettus UHD support.<br>
      --   Override with -DENABLE_UHD=ON/OFF<br>
      -- <br>
      -- Configuring Osmocom MiriSDR support...<br>
      --   Dependency LIBMIRISDR_FOUND = TRUE<br>
      --   Enabling Osmocom MiriSDR support.<br>
      --   Override with -DENABLE_MIRI=ON/OFF<br>
      -- <br>
      -- ######################################################<br>
      -- # gr-osmosdr enabled components                         <br>
      -- ######################################################<br>
      --   * sysmocom OsmoSDR<br>
      --   * FunCube Dongle<br>
      --   * IQ File Source<br>
      --   * Osmocom RTLSDR<br>
      --   * RTLSDR TCP Client<br>
      --   * Ettus UHD<br>
      --   * Osmocom MiriSDR<br>
      -- <br>
      -- ######################################################<br>
      -- # gr-osmosdr disabled components                        <br>
      -- ######################################################<br>
      -- <br>
      -- Building for version: 1eb3af22 / 0.0.1git<br>
      -- Using install prefix: /usr/local<br>
      -- Configuring done<br>
      -- Generating done<br>
      -- Build files have been written to: /tmp/gr-osmosdr/build</font><br>
         <big><big><big><b><br>
          </b></big></big></big><br>
    <br>
    <br>
  </body>
</html>