[Discuss-gnuradio] Installing GNU Raio with Boost liraries

2016-03-10 Thread Yan Huang
Hi all, I have written a couple of C++ code( including boost/math/distributions/normal.hpp ) which can run in code::blocks, but when I insert the code into GNU Radio by gr_modtool, I got the error when I run my flow graph with the block. "AttributeError: type object 'EME' has no attribute 'EME

Re: [Discuss-gnuradio] Installing GNU Raio with Boost liraries

2016-03-10 Thread Nikos Balkanas
Hi, In a Unix system to locate libboost.so you can type:​ sudo find / -name "libboost*" Depending on your distro you can try a few other things as well: dpkg - l "libboost*" To find all your libboost packages in your system. HTH Nikos On Thu, Mar 10, 2016 at 7:08 PM, Yan Huang wrote: > Hi