discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Build OOT gr-test2


From: Bill Dailey
Subject: Re: [Discuss-gnuradio] Build OOT gr-test2
Date: Sun, 6 Jul 2014 08:56:30 -0500

oops.. accidently replied off list...

tom,

thats what I did and I get this from cmake and make

bills-MacBook-Pro:build willy$ cmake ../
-- Build type not specified: defaulting to release.
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- checking for module 'cppunit'
--   package 'cppunit' not found
Checking for GNU Radio Module: RUNTIME
-- checking for module 'gnuradio-runtime'
--   package 'gnuradio-runtime' not found
 * INCLUDES=/opt/local/include
 * LIBS=/opt/local/lib/libgnuradio-runtime.dylib
GNURADIO_RUNTIME_FOUND = TRUE
CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:25 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:36 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:25 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:36 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:25 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:36 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at swig/CMakeLists.txt:37 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at swig/CMakeLists.txt:37 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at swig/CMakeLists.txt:37 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:200 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:55 (GR_SWIG_INSTALL)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:200 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:55 (GR_SWIG_INSTALL)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:200 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:55 (GR_SWIG_INSTALL)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at python/CMakeLists.txt:23 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at python/CMakeLists.txt:23 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at python/CMakeLists.txt:23 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at apps/CMakeLists.txt:20 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at apps/CMakeLists.txt:20 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at apps/CMakeLists.txt:20 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /Users/willy/gr-test2/build
bills-MacBook-Pro:build willy$ sudo port install cppunit
Password:
--->  Cleaning cppunit
--->  Scanning binaries for linking errors
--->  No broken files found.                            
bills-MacBook-Pro:build willy$ cmake ../
-- Build type not specified: defaulting to release.
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- checking for module 'cppunit'
--   package 'cppunit' not found
Checking for GNU Radio Module: RUNTIME
-- checking for module 'gnuradio-runtime'
--   package 'gnuradio-runtime' not found
 * INCLUDES=/opt/local/include
 * LIBS=/opt/local/lib/libgnuradio-runtime.dylib
GNURADIO_RUNTIME_FOUND = TRUE
CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:25 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:36 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:25 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:36 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:25 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:36 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at swig/CMakeLists.txt:37 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at swig/CMakeLists.txt:37 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at swig/CMakeLists.txt:37 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:200 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:55 (GR_SWIG_INSTALL)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:200 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:55 (GR_SWIG_INSTALL)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/local/share/cmake/gnuradio/GrSwig.cmake:200 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
  swig/CMakeLists.txt:55 (GR_SWIG_INSTALL)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at python/CMakeLists.txt:23 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at python/CMakeLists.txt:23 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at python/CMakeLists.txt:23 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at apps/CMakeLists.txt:20 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:44

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at apps/CMakeLists.txt:20 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:92

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at apps/CMakeLists.txt:20 (include):
  Syntax Warning in cmake code at

    /opt/local/share/cmake/gnuradio/GrPython.cmake:210:100

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /Users/willy/gr-test2/build


bills-MacBook-Pro:build willy$ make
[  5%] Building CXX object lib/CMakeFiles/gnuradio-test1.dir/pulse1_impl.cc.o
[ 10%] Building CXX object lib/CMakeFiles/gnuradio-test1.dir/freq_counter2_impl.cc.o
[ 15%] Building CXX object lib/CMakeFiles/gnuradio-test1.dir/freq_counter1_impl.cc.o
[ 20%] Building CXX object lib/CMakeFiles/gnuradio-test1.dir/streamer1_impl.cc.o
Linking CXX shared library libgnuradio-test1.dylib
Undefined symbols for architecture x86_64:
  "pmt::dict_has_key(boost::intrusive_ptr<pmt::pmt_base> const&, boost::intrusive_ptr<pmt::pmt_base> const&)", referenced from:
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in pulse1_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in freq_counter2_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in freq_counter1_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in streamer1_impl.cc.o
  "pmt::intrusive_ptr_add_ref(pmt::pmt_base*)", referenced from:
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>, boost::intrusive_ptr<pmt::pmt_base>) in pulse1_impl.cc.o
      std::__1::map<boost::intrusive_ptr<pmt::pmt_base>, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)>, pmt::comparator, std::__1::allocator<std::__1::pair<boost::intrusive_ptr<pmt::pmt_base> const, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)> > > >::operator[](boost::intrusive_ptr<pmt::pmt_base> const&) in pulse1_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base> >::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in pulse1_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>, boost::intrusive_ptr<pmt::pmt_base>) in freq_counter2_impl.cc.o
      std::__1::map<boost::intrusive_ptr<pmt::pmt_base>, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)>, pmt::comparator, std::__1::allocator<std::__1::pair<boost::intrusive_ptr<pmt::pmt_base> const, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)> > > >::operator[](boost::intrusive_ptr<pmt::pmt_base> const&) in freq_counter2_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base> >::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in freq_counter2_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>, boost::intrusive_ptr<pmt::pmt_base>) in freq_counter1_impl.cc.o
      ...
  "pmt::intrusive_ptr_release(pmt::pmt_base*)", referenced from:
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>, boost::intrusive_ptr<pmt::pmt_base>) in pulse1_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base> >::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in pulse1_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>, boost::intrusive_ptr<pmt::pmt_base>) in freq_counter2_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base> >::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in freq_counter2_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>, boost::intrusive_ptr<pmt::pmt_base>) in freq_counter1_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base> >::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in freq_counter1_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>, boost::intrusive_ptr<pmt::pmt_base>) in streamer1_impl.cc.o
      ...
  "pmt::eqv(boost::intrusive_ptr<pmt::pmt_base> const&, boost::intrusive_ptr<pmt::pmt_base> const&)", referenced from:
      gr::basic_block::has_msg_handler(boost::intrusive_ptr<pmt::pmt_base>) in pulse1_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in pulse1_impl.cc.o
      std::__1::map<boost::intrusive_ptr<pmt::pmt_base>, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)>, pmt::comparator, std::__1::allocator<std::__1::pair<boost::intrusive_ptr<pmt::pmt_base> const, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)> > > >::operator[](boost::intrusive_ptr<pmt::pmt_base> const&) in pulse1_impl.cc.o
      gr::basic_block::has_msg_handler(boost::intrusive_ptr<pmt::pmt_base>) in freq_counter2_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in freq_counter2_impl.cc.o
      std::__1::map<boost::intrusive_ptr<pmt::pmt_base>, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)>, pmt::comparator, std::__1::allocator<std::__1::pair<boost::intrusive_ptr<pmt::pmt_base> const, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)> > > >::operator[](boost::intrusive_ptr<pmt::pmt_base> const&) in freq_counter2_impl.cc.o
      gr::basic_block::has_msg_handler(boost::intrusive_ptr<pmt::pmt_base>) in freq_counter1_impl.cc.o
      ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [lib/libgnuradio-test1.dylib] Error 1
make[1]: *** [lib/CMakeFiles/gnuradio-test1.dir/all] Error 2
make: *** [all] Error 2
bills-MacBook-Pro:build willy$




On Sun, Jul 6, 2014 at 8:38 AM, Tom Rondeau <address@hidden> wrote:
On Sun, Jul 6, 2014 at 4:59 AM, Marcus Müller <address@hidden> wrote:
Hi Bill,


> cmake seems to work (after I change boost version to 1.55 in CMakeLists.txt)
Um, I don't think it should be necessary to do that; the line
find_package(Boost "1.35" COMPONENTS filesystem system)
is in the new-OOT-Module template and I think it's for compatibility reasons; it works on my Boost 1.53 machine.

Right. That Boost line is saying that the minimum supported version of Boost is 1.35. It will pick up and use 1.55 just fine without any changes.
 
I *assume* that activecat's module should build fine, it does on my computer (however, activecat, remove the build folder from git; that shouldn't be included ;) ).

So, my hints would be: empty the build directory, cmake .. && make again; make sure you have a recent GNU Radio version (gnuradio-config-info -v should give something quite recent)

Greetings,
Marcus

Yes, do what Marcus says. Make sure you've emptied the build directory so it's not picking up any configuration settings from Activecat's machine.

Tom


 
On 06.07.2014 06:51, Bill Dailey wrote:
Ok.. building my first OOT to play with his counter.

git clone git://github.com/activecat/gr-test2

cmake seems to work (after I change boost version to 1.55 in CMakeLists.txt)

on make i get this error.  Searching the net leads me to believe it isnt
linking pmt but I can't decipher the solution.  I thought maybe the move
from 3-6 to 3-7 was the issue but it appears to be set up as recommended
http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7

I am not great with Builds but I have precariously gotten things done.
(recipes and searching) Any tips?

bills-MacBook-Pro:build willy$ build
-bash: build: command not found
bills-MacBook-Pro:build willy$ make
Scanning dependencies of target gnuradio-test1
[  5%] Building CXX object
lib/CMakeFiles/gnuradio-test1.dir/pulse1_impl.cc.o
[ 10%] Building CXX object
lib/CMakeFiles/gnuradio-test1.dir/freq_counter2_impl.cc.o
[ 15%] Building CXX object
lib/CMakeFiles/gnuradio-test1.dir/freq_counter1_impl.cc.o
[ 20%] Building CXX object
lib/CMakeFiles/gnuradio-test1.dir/streamer1_impl.cc.o
Linking CXX shared library libgnuradio-test1.dylib
Undefined symbols for architecture x86_64:
  "pmt::dict_has_key(boost::intrusive_ptr<pmt::pmt_base> const&,
boost::intrusive_ptr<pmt::pmt_base> const&)", referenced from:
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in
pulse1_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in
freq_counter2_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in
freq_counter1_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in
streamer1_impl.cc.o
  "pmt::intrusive_ptr_add_ref(pmt::pmt_base*)", referenced from:
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>,
boost::intrusive_ptr<pmt::pmt_base>) in pulse1_impl.cc.o
      std::__1::map<boost::intrusive_ptr<pmt::pmt_base>,
boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)>,
pmt::comparator,
std::__1::allocator<std::__1::pair<boost::intrusive_ptr<pmt::pmt_base>
const, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)> > >
::operator[](boost::intrusive_ptr<pmt::pmt_base> const&) in
pulse1_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base>
::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in pulse1_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>,
boost::intrusive_ptr<pmt::pmt_base>) in freq_counter2_impl.cc.o
      std::__1::map<boost::intrusive_ptr<pmt::pmt_base>,
boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)>,
pmt::comparator,
std::__1::allocator<std::__1::pair<boost::intrusive_ptr<pmt::pmt_base>
const, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)> > >
::operator[](boost::intrusive_ptr<pmt::pmt_base> const&) in
freq_counter2_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base>
::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in
freq_counter2_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>,
boost::intrusive_ptr<pmt::pmt_base>) in freq_counter1_impl.cc.o
      ...
  "pmt::intrusive_ptr_release(pmt::pmt_base*)", referenced from:
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>,
boost::intrusive_ptr<pmt::pmt_base>) in pulse1_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base>
::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in pulse1_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>,
boost::intrusive_ptr<pmt::pmt_base>) in freq_counter2_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base>
::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in
freq_counter2_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>,
boost::intrusive_ptr<pmt::pmt_base>) in freq_counter1_impl.cc.o
      boost::function1<void, boost::intrusive_ptr<pmt::pmt_base>
::operator()(boost::intrusive_ptr<pmt::pmt_base>) const in
freq_counter1_impl.cc.o
      gr::basic_block::dispatch_msg(boost::intrusive_ptr<pmt::pmt_base>,
boost::intrusive_ptr<pmt::pmt_base>) in streamer1_impl.cc.o
      ...
  "pmt::eqv(boost::intrusive_ptr<pmt::pmt_base> const&,
boost::intrusive_ptr<pmt::pmt_base> const&)", referenced from:
      gr::basic_block::has_msg_handler(boost::intrusive_ptr<pmt::pmt_base>)
in pulse1_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in
pulse1_impl.cc.o
      std::__1::map<boost::intrusive_ptr<pmt::pmt_base>,
boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)>,
pmt::comparator,
std::__1::allocator<std::__1::pair<boost::intrusive_ptr<pmt::pmt_base>
const, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)> > >
::operator[](boost::intrusive_ptr<pmt::pmt_base> const&) in
pulse1_impl.cc.o
      gr::basic_block::has_msg_handler(boost::intrusive_ptr<pmt::pmt_base>)
in freq_counter2_impl.cc.o
      gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in
freq_counter2_impl.cc.o
      std::__1::map<boost::intrusive_ptr<pmt::pmt_base>,
boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)>,
pmt::comparator,
std::__1::allocator<std::__1::pair<boost::intrusive_ptr<pmt::pmt_base>
const, boost::function<void (boost::intrusive_ptr<pmt::pmt_base>)> > >
::operator[](boost::intrusive_ptr<pmt::pmt_base> const&) in
freq_counter2_impl.cc.o
      gr::basic_block::has_msg_handler(boost::intrusive_ptr<pmt::pmt_base>)
in freq_counter1_impl.cc.o
      ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[2]: *** [lib/libgnuradio-test1.dylib] Error 1
make[1]: *** [lib/CMakeFiles/gnuradio-test1.dir/all] Error 2
make: *** [all] Error 2




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


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



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




--
Doc

Bill Dailey
KXØO
                                


                  

reply via email to

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