Looking through the gr-osmosdr source code, there is no c++ standard set
so CMake will default to something like c++98; not c++11 or later.
Looking through the libfreesrp code, it requires C++11 for building.
It's public API also requires C++11, so to get gr-osmosdr support for
freesrp you have to
I'm seeing gr-osmosdr fail with freesrp support here on 16.04. Is there
another OOT that fails?
Ron
On 06/20/2017 09:25 AM, Ghost Op wrote:
Hi everyone,
I've run into this on every Ubuntu 16.04 box I've installed gnuradio
and OOT modules on and Google doesn't seem to have a nice clean answer
Hi everyone,
I've run into this on every Ubuntu 16.04 box I've installed gnuradio
and OOT modules on and Google doesn't seem to have a nice clean answer
(the search answer is always add a compile flag) so I figured I'd ask
the group.
When I build modules (gr-osmosdr in particular with libfreesrp