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 <eexy...@nottingham.ac.uk> wrote:

> 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_cpp’ ”
>
>
>
> I guess it’s the problem about boost library,I have install boost library
> following this :
>
>
> https://gnuradio.org/redmine/projects/gnuradio/repository/revisions/master/entry/README.building-boost
>
> but I still can’t get the result.
>
>
>
> I know the normal.hpp header file don’t need install which I have done in
> code::blocks. *But in GNU Radio how can I tell it where is my boost
> library? *Thanks in advance.
>
>
>
> Best Regards,
>
>
>
> Yan
>
>
>
>
>
> This message and any attachment are intended solely for the addressee
> and may contain confidential information. If you have received this
> message in error, please send it back to me, and immediately delete it.
>
> Please do not use, copy or disclose the information contained in this
> message or in any attachment.  Any views or opinions expressed by the
> author of this email do not necessarily reflect the views of the
> University of Nottingham.
>
> This message has been checked for viruses but the contents of an
> attachment may still contain software viruses which could damage your
> computer system, you are advised to perform your own checks. Email
> communications with the University of Nottingham may be monitored as
> permitted by UK legislation.
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to