-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make: boost error #91
Comments
When I get back to the last version, there shows no error. Maybe the latest version have some problem? Or maybe my computer environment need some changes? |
What version of the boost libraries are you using? |
I think this is related to #87. I had a similar problem on Mac (clang V12.0.0), compiling against boost 1.60. My fix was to add the boost:placeholders namespace.
|
Adding 'namespace boost::placeholders' in attr_sink_impl.cc doesn't seem to work for me. I'm on Ubuntu 16.04, installed gnuradio 3.7.9.1 using apt install gnuradio, and cloned the master branch of gr-iio (which is same as maint-3.7 I guess). Any ideas on how you resolved this issue? Also boost version is 1.58. This is the error I'm getting if I add 'using namespace boost::placeholders;': /home/sspace/workarea/gr-iio/lib/attr_sink_impl.cc:32:24: error: ‘placeholders’ is not a namespace-name |
Hello, When I started to work with this project, the problem shows in the picture,what could result this? Thanks a lot!!!
The text was updated successfully, but these errors were encountered: