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_ptrpmt::pmt_base const&,
boost::intrusive_ptrpmt::pmt_base const&)”, referenced from:
gr::basic_block::has_msg_port(boost::intrusive_ptrpmt::pmt_base)
in
pulse1_impl.cc.o
gr::basic_block::has_msg_port(boost::intrusive_ptrpmt::pmt_base)
in
freq_counter2_impl.cc.o
gr::basic_block::has_msg_port(boost::intrusive_ptrpmt::pmt_base)
in
freq_counter1_impl.cc.o
gr::basic_block::has_msg_port(boost::intrusive_ptrpmt::pmt_base)
in
streamer1_impl.cc.o
“pmt::intrusive_ptr_add_ref(pmt::pmt_base*)”, referenced from:
gr::basic_block::dispatch_msg(boost::intrusive_ptrpmt::pmt_base,
boost::intrusive_ptrpmt::pmt_base) in pulse1_impl.cc.o
std::__1::map<boost::intrusive_ptrpmt::pmt_base,
boost::function<void (boost::intrusive_ptrpmt::pmt_base)>,
pmt::comparator,
std::__1::allocator<std::__1::pair<boost::intrusive_ptrpmt::pmt_base
const, boost::function<void (boost::intrusive_ptrpmt::pmt_base)> > >
::operator[](boost::intrusive_ptrpmt::pmt_base const&) in
pulse1_impl.cc.o
boost::function1<void, boost::intrusive_ptrpmt::pmt_base
::operator()(boost::intrusive_ptrpmt::pmt_base) const in pulse1_impl.cc.o
gr::basic_block::dispatch_msg(boost::intrusive_ptrpmt::pmt_base,
boost::intrusive_ptrpmt::pmt_base) in freq_counter2_impl.cc.o
std::__1::map<boost::intrusive_ptrpmt::pmt_base,
boost::function<void (boost::intrusive_ptrpmt::pmt_base)>,
pmt::comparator,
std::__1::allocator<std::__1::pair<boost::intrusive_ptrpmt::pmt_base
const, boost::function<void (boost::intrusive_ptrpmt::pmt_base)> > >
::operator[](boost::intrusive_ptrpmt::pmt_base const&) in
freq_counter2_impl.cc.o
boost::function1<void, boost::intrusive_ptrpmt::pmt_base
::operator()(boost::intrusive_ptrpmt::pmt_base) const in
freq_counter2_impl.cc.o
gr::basic_block::dispatch_msg(boost::intrusive_ptrpmt::pmt_base,
boost::intrusive_ptrpmt::pmt_base) in freq_counter1_impl.cc.o
…
“pmt::intrusive_ptr_release(pmt::pmt_base*)”, referenced from:
gr::basic_block::dispatch_msg(boost::intrusive_ptrpmt::pmt_base,
boost::intrusive_ptrpmt::pmt_base) in pulse1_impl.cc.o
boost::function1<void, boost::intrusive_ptrpmt::pmt_base
::operator()(boost::intrusive_ptrpmt::pmt_base) const in pulse1_impl.cc.o
gr::basic_block::dispatch_msg(boost::intrusive_ptrpmt::pmt_base,
boost::intrusive_ptrpmt::pmt_base) in freq_counter2_impl.cc.o
boost::function1<void, boost::intrusive_ptrpmt::pmt_base
::operator()(boost::intrusive_ptrpmt::pmt_base) const in
freq_counter2_impl.cc.o
gr::basic_block::dispatch_msg(boost::intrusive_ptrpmt::pmt_base,
boost::intrusive_ptrpmt::pmt_base) in freq_counter1_impl.cc.o
boost::function1<void, boost::intrusive_ptrpmt::pmt_base
::operator()(boost::intrusive_ptrpmt::pmt_base) const in
freq_counter1_impl.cc.o
gr::basic_block::dispatch_msg(boost::intrusive_ptrpmt::pmt_base,
boost::intrusive_ptrpmt::pmt_base) in streamer1_impl.cc.o
…
“pmt::eqv(boost::intrusive_ptrpmt::pmt_base const&,
boost::intrusive_ptrpmt::pmt_base const&)”, referenced from:
gr::basic_block::has_msg_handler(boost::intrusive_ptrpmt::pmt_base)
in pulse1_impl.cc.o
gr::basic_block::has_msg_port(boost::intrusive_ptrpmt::pmt_base)
in
pulse1_impl.cc.o
std::__1::map<boost::intrusive_ptrpmt::pmt_base,
boost::function<void (boost::intrusive_ptrpmt::pmt_base)>,
pmt::comparator,
std::__1::allocator<std::__1::pair<boost::intrusive_ptrpmt::pmt_base
const, boost::function<void (boost::intrusive_ptrpmt::pmt_base)> > >
::operator[](boost::intrusive_ptrpmt::pmt_base const&) in
pulse1_impl.cc.o
gr::basic_block::has_msg_handler(boost::intrusive_ptrpmt::pmt_base)
in freq_counter2_impl.cc.o
gr::basic_block::has_msg_port(boost::intrusive_ptrpmt::pmt_base)
in
freq_counter2_impl.cc.o
std::__1::map<boost::intrusive_ptrpmt::pmt_base,
boost::function<void (boost::intrusive_ptrpmt::pmt_base)>,
pmt::comparator,
std::__1::allocator<std::__1::pair<boost::intrusive_ptrpmt::pmt_base
const, boost::function<void (boost::intrusive_ptrpmt::pmt_base)> > >
::operator[](boost::intrusive_ptrpmt::pmt_base const&) in
freq_counter2_impl.cc.o
gr::basic_block::has_msg_handler(boost::intrusive_ptrpmt::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 R. [email protected] wrote:
is in the new-OOT-Module template and I think it’s for compatibility
-bash: build: command not found
Linking CXX shared library libgnuradio-test1.dylib
streamer1_impl.cc.o
std::__1::allocator<std::__1::pair<boost::intrusive_ptrpmt::pmt_base
gr::basic_block::dispatch_msg(boost::intrusive_ptrpmt::pmt_base,
boost::intrusive_ptrpmt::pmt_base) in freq_counter2_impl.cc.o
std::__1::map<boost::intrusive_ptr<pmt::pmt_base>,
gr::basic_block::has_msg_port(boost::intrusive_ptr<pmt::pmt_base>) in
gr::basic_block::has_msg_handler(boost::intrusive_ptr<pmt::pmt_base>)
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
–
Doc
Bill D.
KXØO