discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Build Tree Vs. Install Tree OOT - Issue


From: Luis Felipe Albarracin Sanchez
Subject: Re: [Discuss-gnuradio] Build Tree Vs. Install Tree OOT - Issue
Date: Tue, 12 Jun 2018 18:21:00 +0200

Hello all,

I am also noticing this once i run gnuradio-companion:

<<< Welcome to GNU Radio Companion 3.7.12.0 >>>

Block paths:
    /home/felipe/.grc_gnuradio
    /home/felipe/prefix/share/gnuradio/grc/blocks

And no more, could this be and issue?..i dont see any more path for other blocks...

Kind regards.


On Tue, Jun 12, 2018 at 6:09 PM, Luis Felipe Albarracin Sanchez <address@hidden> wrote:
Hello all,

I just make it work with the following command:

$ cmake ../ -DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages/

Thanks for the help regarding this,

now it all compiled (apparently), but when i open GNUradio the blocks are still not added to GNURadio:


The output i am getting in the command line interface after the:

cmake
make
sudo make install
sudo ldconfig

Is:

$ cmake ../ -DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages/
-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.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.
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'cppunit'
--   Found cppunit, version 1.13.2
-- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl 
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
Checking for GNU Radio Module: RUNTIME
-- Checking for module 'gnuradio-runtime'
--   Found gnuradio-runtime, version 3.7.12.0
 * INCLUDES=/home/felipe/prefix/include
 * LIBS=/home/felipe/prefix/lib/libgnuradio-runtime.so;/home/felipe/prefix/lib/libgnuradio-pmt.so;/usr/lib/liblog4cpp.so
-- Found GNURADIO_RUNTIME: /home/felipe/prefix/lib/libgnuradio-runtime.so;/home/felipe/prefix/lib/libgnuradio-pmt.so;/usr/lib/liblog4cpp.so 
GNURADIO_RUNTIME_FOUND = TRUE
CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "test-mer".  Use the
  target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  lib/CMakeLists.txt:92 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

--
-- Checking for module SWIG
-- Found SWIG version 3.0.8.
-- Found SWIG: /usr/bin/swig3.0 
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.12", minimum required is "2")
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.12", minimum required is "2")
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:44 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:44 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_mer_c.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:44 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:45 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:45 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_ste_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:45 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:46 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:46 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_cs_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:46 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:47 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:47 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_ai_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:47 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:48 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:48 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_qe_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:48 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:49 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:49 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_pj_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:49 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:50 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:50 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_all_meassurements_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:50 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /home/felipe/WLAN/gr-mer/build


And after the make:



make
Scanning dependencies of target gnuradio-mer
[  2%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/probe_mer_c_impl.cc.o
[  5%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/demapper.cc.o
[  8%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/mer.cc.o
[ 10%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/probe_ste_cf_impl.cc.o
[ 13%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/ste.cc.o
[ 16%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/probe_cs_cf_impl.cc.o
[ 18%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/carrier_suppression.cc.o
[ 21%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/probe_ai_cf_impl.cc.o
[ 24%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/amplitude_imbalance.cc.o
[ 27%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/probe_qe_cf_impl.cc.o
[ 29%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/quadrature_error.cc.o
[ 32%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/probe_pj_cf_impl.cc.o
[ 35%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/phase_jitter.cc.o
[ 37%] Building CXX object lib/CMakeFiles/gnuradio-mer.dir/probe_all_meassurements_cf_impl.cc.o
[ 40%] Linking CXX shared library libgnuradio-mer.so
[ 40%] Built target gnuradio-mer
Scanning dependencies of target test-mer
[ 43%] Building CXX object lib/CMakeFiles/test-mer.dir/test_mer.cc.o
[ 45%] Building CXX object lib/CMakeFiles/test-mer.dir/qa_mer.cc.o
[ 48%] Linking CXX executable test-mer
[ 48%] Built target test-mer
Scanning dependencies of target _mer_swig_doc_tag
[ 51%] Building CXX object swig/CMakeFiles/_mer_swig_doc_tag.dir/_mer_swig_doc_tag.cpp.o
[ 54%] Linking CXX executable _mer_swig_doc_tag
[ 54%] Built target _mer_swig_doc_tag
Scanning dependencies of target mer_swig_swig_doc
[ 56%] Generating doxygen xml for mer_swig_doc docs
warning: Tag `XML_SCHEMA' at line 1478 of file `/home/felipe/WLAN/gr-mer/build/swig/mer_swig_doc_swig_docs/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `XML_DTD' at line 1484 of file `/home/felipe/WLAN/gr-mer/build/swig/mer_swig_doc_swig_docs/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:36: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:36: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:36: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:37: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:37: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:67: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:68: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:68: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:68: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:70: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:70: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:71: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:71: warning: Found unknown command `\phi'
[ 59%] Generating python docstrings for mer_swig_doc
[ 59%] Built target mer_swig_swig_doc
Scanning dependencies of target _mer_swig_swig_tag
[ 62%] Building CXX object swig/CMakeFiles/_mer_swig_swig_tag.dir/_mer_swig_swig_tag.cpp.o
[ 64%] Linking CXX executable _mer_swig_swig_tag
[ 64%] Built target _mer_swig_swig_tag
[ 67%] Generating mer_swig.tag
Scanning dependencies of target mer_swig_swig_2d0df
[ 70%] Building CXX object swig/CMakeFiles/mer_swig_swig_2d0df.dir/mer_swig_swig_2d0df.cpp.o
[ 72%] Linking CXX executable mer_swig_swig_2d0df
Swig source
[ 72%] Built target mer_swig_swig_2d0df
Scanning dependencies of target _mer_swig
[ 75%] Building CXX object swig/CMakeFiles/_mer_swig.dir/mer_swigPYTHON_wrap.cxx.o
[ 78%] Linking CXX shared module _mer_swig.so
[ 83%] Built target _mer_swig
Scanning dependencies of target pygen_swig_3eae6
[ 86%] Generating mer_swig.pyc
[ 89%] Generating mer_swig.pyo
[ 91%] Built target pygen_swig_3eae6
Scanning dependencies of target pygen_python_d579f
[ 94%] Generating __init__.pyc
[ 97%] Generating __init__.pyo
[ 97%] Built target pygen_python_d579f
Scanning dependencies of target pygen_apps_9a6dd
[ 97%] Built target pygen_apps_9a6dd
Scanning dependencies of target doxygen_target
[100%] Generating documentation with doxygen
warning: Tag `XML_SCHEMA' at line 1510 of file `/home/felipe/WLAN/gr-mer/build/docs/doxygen/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `XML_DTD' at line 1516 of file `/home/felipe/WLAN/gr-mer/build/docs/doxygen/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:36: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:36: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:36: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:37: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:37: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:67: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:68: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:68: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:68: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:70: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:70: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:71: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:71: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:36: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:36: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:36: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:37: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:37: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/phase_jitter.h:39: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:67: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:68: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:68: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:68: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:70: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:70: warning: Found unknown command `\phi'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:71: warning: Found unknown command `\sigma_'
/home/felipe/WLAN/gr-mer/include/mer/probe_pj_cf.h:71: warning: Found unknown command `\phi'
[100%] Built target doxygen_target

After the sudo make install:


$ sudo make install
[sudo] password for felipe:
[ 40%] Built target gnuradio-mer
[ 48%] Built target test-mer
[ 54%] Built target _mer_swig_doc_tag
[ 59%] Built target mer_swig_swig_doc
[ 64%] Built target _mer_swig_swig_tag
[ 72%] Built target mer_swig_swig_2d0df
[ 83%] Built target _mer_swig
[ 91%] Built target pygen_swig_3eae6
[ 97%] Built target pygen_python_d579f
[ 97%] Built target pygen_apps_9a6dd
[100%] Built target doxygen_target
Install the project...
-- Install configuration: "Release"
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/lib/cmake/mer/merConfig.cmake
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/api.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/probe_mer_c.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/demapper.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/mer.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/probe_ste_cf.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/ste.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/probe_cs_cf.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/carrier_suppression.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/probe_ai_cf.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/amplitude_imbalance.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/probe_qe_cf.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/quadrature_error.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/probe_pj_cf.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/phase_jitter.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/probe_all_meassurements_cf.h
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/lib/libgnuradio-mer.so
-- Set runtime path of "/home/felipe/prefix/lib/python2.7/dist-packages/lib/libgnuradio-mer.so" to ""
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/lib/python2.7/dist-packages/mer/_mer_swig.so
-- Set runtime path of "/home/felipe/prefix/lib/python2.7/dist-packages/lib/python2.7/dist-packages/mer/_mer_swig.so" to ""
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/lib/python2.7/dist-packages/mer/mer_swig.py
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/lib/python2.7/dist-packages/mer/mer_swig.pyc
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/lib/python2.7/dist-packages/mer/mer_swig.pyo
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/mer/swig/mer_swig.i
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/include/mer/mer/swig/mer_swig_doc.i
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/lib/python2.7/dist-packages/mer/__init__.py
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/lib/python2.7/dist-packages/mer/__init__.pyc
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/lib/python2.7/dist-packages/mer/__init__.pyo
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/gnuradio/grc/blocks/mer_probe_mer_c.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/gnuradio/grc/blocks/mer_probe_ste_cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/gnuradio/grc/blocks/mer_probe_cs_cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/gnuradio/grc/blocks/mer_probe_ai_cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/gnuradio/grc/blocks/mer_probe_qe_cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/gnuradio/grc/blocks/mer_probe_pj_cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/gnuradio/grc/blocks/mer_probe_all_meassurements_cf.xml
-- Up-to-date: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__qe__cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__cs__cf__impl_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/namespacegr_1_1mer.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/dir_d44c64559bbebec7f509842c48db8b23.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/amplitude__imbalance_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__mer__c_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/carrier__suppression_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__qe__cf_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1amplitude__imbalance.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__ai__cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1carrier__suppression.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/index.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__mer__c__impl.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1mer.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__all__meassurements__cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__cs__cf_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__cs__cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/ste_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/group__defs_8dox.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__all__meassurements__cf_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__all__meassurements__cf__impl_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/mer_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/demapper_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/compound.xsd
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__mer__c.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__pj__cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__mer__c__impl_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__ste__cf__impl_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__ai__cf__impl_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1demapper.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/dir_69317002f80de1b29bc99e600bf3a879.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__qe__cf__impl_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__ste__cf__impl.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__cs__cf__impl.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/index.xsd
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/dir_97aefd0d527b934f1d99a682da8fe6a9.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/namespacegr.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1phase__jitter.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/combine.xslt
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__ste__cf_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1ste.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__all__meassurements__cf__impl.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__ai__cf_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__pj__cf__impl.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/group__block.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/indexpage.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/api_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__ai__cf__impl.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1quadrature__error.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/quadrature__error_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__pj__cf__impl_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/main__page_8dox.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/probe__pj__cf_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/namespacestd.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__ste__cf.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/phase__jitter_8h.xml
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/xml/classgr_1_1mer_1_1probe__qe__cf__impl.xml
-- Up-to-date: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__pj__cf_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/quadrature__error_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/files.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classes.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ste__cf__impl-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__cs__cf__impl_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/functions_vars.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1ste.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__cs__cf__impl.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ste__cf__impl.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/annotated.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/folderopen.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__cs__cf.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1demapper.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/jquery.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ste__cf__impl.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/dynsections.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__pj__cf.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/main__page_8dox.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/carrier__suppression_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__all__meassurements__cf__impl-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/doxygen.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__cs__cf-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__mer__c-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/open.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__pj__cf__impl_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1ste.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__qe__cf__impl_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/modules.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1demapper.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/demapper_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__mer__c.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/navtreeindex0.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__qe__cf__impl_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__cs__cf.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/files.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/demapper_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__qe__cf.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1ste-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__all__meassurements__cf_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/namespacegr_1_1mer.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/api_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/navtree.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ai__cf__impl-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ai__cf__impl.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__pj__cf__impl.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/amplitude__imbalance_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/namespacegr_1_1mer.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__ste__cf_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__mer__c.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__mer__c__impl_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/phase__jitter_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__ste__cf__impl_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/tab_s.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/navtreedata.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1carrier__suppression.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/sync_off.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__qe__cf__impl.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__all__meassurements__cf.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/nav_h.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/bdwn.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1quadrature__error.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__all__meassurements__cf.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__cs__cf_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__pj__cf__impl_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1quadrature__error.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/annotated_dup.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1carrier__suppression.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/sync_on.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__pj__cf.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__pj__cf.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__qe__cf_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__ste__cf_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/api_8h.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/api_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__all__meassurements__cf__impl.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1phase__jitter-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__qe__cf.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/folderclosed.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/closed.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/globals.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__cs__cf__impl_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__cs__cf__impl.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__all__meassurements__cf__impl.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__ai__cf__impl_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/dir_d44c64559bbebec7f509842c48db8b23.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__pj__cf__impl-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1demapper-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__cs__cf__impl.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__pj__cf_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__cs__cf__impl-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/carrier__suppression_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/bc_s.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/ste_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/mer_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ste__cf.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/functions_func.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1quadrature__error-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__pj__cf-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1amplitude__imbalance.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__qe__cf.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__mer__c_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/arrowright.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ai__cf.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/tab_b.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__mer__c__impl-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/nav_g.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__all__meassurements__cf__impl_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/hierarchy.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1amplitude__imbalance.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__mer__c__impl.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/ste_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__all__meassurements__cf_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1phase__jitter.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/namespacegr.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/navtree.css
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/functions_type.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__ste__cf__impl_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/nav_f.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1carrier__suppression-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__all__meassurements__cf-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/phase__jitter_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ai__cf__impl.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/quadrature__error_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/arrowdown.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/doxygen.css
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__cs__cf.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ste__cf.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ai__cf__impl.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__qe__cf__impl-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__all__meassurements__cf__impl_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/globals_defs.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__mer__c__impl_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1phase__jitter.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ai__cf-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/modules.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__qe__cf__impl.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__cs__cf_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__all__meassurements__cf__impl.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__qe__cf__impl.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ste__cf-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__mer__c__impl.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__mer__c.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/mer_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__qe__cf-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/tab_a.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/hierarchy.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/resize.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__qe__cf_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/group__block.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__ai__cf__impl_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ste__cf.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__mer__c__impl.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1mer.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1amplitude__imbalance-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__ai__cf_8h.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/group__defs_8dox.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/tab_h.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__ai__cf_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/functions.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ai__cf.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1mer-members.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__pj__cf__impl.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1mer.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ai__cf.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/tabs.css
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__ste__cf__impl.js
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/index.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/probe__mer__c_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/doc.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/splitbar.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/namespacegr.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/amplitude__imbalance_8h_source.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__pj__cf__impl.png
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/dir_69317002f80de1b29bc99e600bf3a879.html
-- Installing: /home/felipe/prefix/lib/python2.7/dist-packages/share/doc/gr-mer/html/classgr_1_1mer_1_1probe__all__meassurements__cf.js

Any idea what the problem could be?

Thanks again.

Kind regards.







On Tue, Jun 12, 2018 at 5:54 PM, Luis Felipe Albarracin Sanchez <address@hidden> wrote:
Hello all,

Thanks for the recomendation,

i did (in the top-level OOT directory):


$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages/

And  the following output comes out:

CMake Error: The source directory "/home/felipe/WLAN/gr-mer/build/..-DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** No target specified and no makefile found.  Stop.   ----This is my trasalation so you can understand it
make: *** there is no rule for building object 'install'.  Stop. ----This is my trasalation so you can understand it

And i also erased the build file, and did exactly in the top-level OOT directory:


$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages/ ..

And the following output came out:

-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.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.
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'cppunit'
--   Found cppunit, version 1.13.2
-- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl 
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
CMake Error at CMakeLists.txt:114 (find_package):
  By not providing "FindGnuradio.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Gnuradio",
  but CMake did not find one.

  Could not find a package configuration file provided by "Gnuradio"
  (requested version 3.7.2) with any of the following names:

    GnuradioConfig.cmake
    gnuradio-config.cmake

  Add the installation prefix of "Gnuradio" to CMAKE_PREFIX_PATH or set
  "Gnuradio_DIR" to a directory containing one of the above files.  If
  "Gnuradio" provides a separate development package or SDK, be sure it has
  been installed.

I appreciate your help regarding this.

Once again, thanks for the help.

Kind regards.




On Tue, Jun 12, 2018 at 5:38 PM, Andi Kita <address@hidden> wrote:


gr-mer# mkdir build
cd build 
 cmake .. To build in this folder
 cmake .. -DCMAKE_INSTALL_PREFIX=/folder/to/where/you/wanted/installed/
Make
Make install
Ldconfig

On Jun 12, 2018 11:07 AM, "Luis Felipe Albarracin Sanchez" <address@hidden> wrote:
Hello all,

I have installed GNURAdio through Pybombs in Ubuntu 16.04,

I am trying to build some OOT modules, and so i run  the  line:

$cmake -DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages/

as it is shown in:


I must point out that i did it in the folder of the OOT, for this example (gr-mer).

Once i have done this, the following output is shown in the terminal:



address@hidden:~/WLAN/gr-mer$ cmake -DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages/
-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.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.
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'cppunit'
--   Found cppunit, version 1.13.2
-- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl 
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
Checking for GNU Radio Module: RUNTIME
-- Checking for module 'gnuradio-runtime'
--   Found gnuradio-runtime, version 3.7.12.0
 * INCLUDES=/home/felipe/prefix/include
 * LIBS=/home/felipe/prefix/lib/libgnuradio-runtime.so;/home/felipe/prefix/lib/libgnuradio-pmt.so;/usr/lib/liblog4cpp.so
-- Found GNURADIO_RUNTIME: /home/felipe/prefix/lib/libgnuradio-runtime.so;/home/felipe/prefix/lib/libgnuradio-pmt.so;/usr/lib/liblog4cpp.so 
GNURADIO_RUNTIME_FOUND = TRUE
CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "test-mer".  Use the
  target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  lib/CMakeLists.txt:92 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

--
-- Checking for module SWIG
-- Found SWIG version 3.0.8.
-- Found SWIG: /usr/bin/swig3.0 
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.12", minimum required is "2")
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.12", minimum required is "2")
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:44 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:44 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_mer_c.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:44 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:45 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:45 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_ste_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:45 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:46 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:46 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_cs_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:46 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:47 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:47 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_ai_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:47 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:48 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:48 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_qe_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:48 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:49 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:49 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_pj_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:49 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "gnuradio-mer".  Use
  the target name directly with add_custom_command, or use the generator
  _expression_ $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  python/CMakeLists.txt:50 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
  python/CMakeLists.txt:50 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/felipe/prefix/lib/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target
  "/home/felipe/WLAN/gr-mer/python/qa_probe_all_meassurements_cf.py".
Call Stack (most recent call first):
  python/CMakeLists.txt:50 (GR_ADD_TEST)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /home/felipe/WLAN/gr-mer


The issue i haver, is that the buld files are bieng created outside the build folder. I have tried to run the  command:

$cmake -DCMAKE_INSTALL_PREFIX=/home/felipe/prefix/lib/python2.7/dist-packages/

Insde the build folder, gut it does not work, it shows a message:

CMake Error: The source directory "/home/felipe/WLAN/gr-mer/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.


Can someone please help me, how should i place de -DCMAKE INSTALL PREFIX right?, i am asking this, because i can keep on building (do the "make") outside the build folder, but it does not work, once i open GNUradio the OOT Boxes for the Flowgraph are not recognized.

I appreciate your help.

Kind regards.

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




--
Eng. Luis Felipe Albarracin
PMP
CCNA/CCDA/CCNP/CCDP/CCIP
ITIL v3 Foundation
Msc. Telematics / MBA
"Die Grenzen meiner Sprache bedeuten die Grenzen meiner Welt"



--
Eng. Luis Felipe Albarracin
PMP
CCNA/CCDA/CCNP/CCDP/CCIP
ITIL v3 Foundation
Msc. Telematics / MBA
"Die Grenzen meiner Sprache bedeuten die Grenzen meiner Welt"



--
Eng. Luis Felipe Albarracin
PMP
CCNA/CCDA/CCNP/CCDP/CCIP
ITIL v3 Foundation
Msc. Telematics / MBA
"Die Grenzen meiner Sprache bedeuten die Grenzen meiner Welt"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]