Hi Tom - Glad to hear that reverting Boost did the trick! The list you note
doesn't really do anything these days; we might as well remove it, since we
then wouldn't need to pretend to maintain it. Hopefully next week I'll get a PR
in for GR to address the Boost 1.70.0 issue; I'm almost there, j
Hi Michael,
Thanks for the explanation. In the end I reverted back to
boost-1.69.0 which fixed the problem. I also tried adding 1.70 to the list
in gnuradio/volk/cmake/Modules/VolkBoost.cmake as suggested by Chris
Kuethe further up this thread but it did not help.
My thanks to you both.
Che
Hi Tom - GR, UHD, and Volk will all build correctly using Boost 1.70.0 ...
except that Boost 1.70.0's cmake scripts are broken, and they are installed by
default. So, if you insist on using 1.70.0 then you'll want to find a creative
way around them -- my recommendation is to just not use 1.70.0
Try add 1.70 in the same manner as 1.69... It might just work, in
which case the cmake file can be updated to accept newer versions.
On Wed, May 29, 2019 at 4:29 PM wrote:
>
> Thanks for that tip. I am trying to build gnuradio under
> Slackware64-current and got further than I had previously usi
Thanks for that tip. I am trying to build gnuradio under
Slackware64-current and got further than I had previously using the git
sources with its own Volk version.
However my build fails at,
[ 24%] Linking CXX executable volk_profile
/usr/bin/ld: CMakeFiles/volk_profile.dir/volk_profile.cc.o:
Seems you didn't quite install things into a place CMake looks into by
default; quite possibly, there will be needs to tell CMake about
/usr/local/include/volk (which is what I guess is the default
installation prefix if you build from source manually).
Anyway, this wouldn't have helped you! Pleas
Folks,
I am trying to install GNUradio from source:
1. I downloaded a copy of the gnuradio master repository into my local
folder /home/xroot/GNUradio2/,
2. I created a subdirectory called "build",
3. within that sub-directory, I can execute "cmake ../".
When I execute "make", I ke