Re: gr-iqbal, gr-fosphor, gr-osmosdr updated to Gnuradio 3.8

2020-01-07 Thread Barry Jackson
On 08/12/2019 20:31, Sylvain Munaut wrote: Hi, I have just pushed updates to various osmocom repositories, updating them to run on gnuradio 3.8. --snip Cheers, Sylvain Munaut PS: bcc'd package maintainer I thought of. Hi, Thanks for these updates, I maintain

Re: gnuradio-3.8 build fails with error: cannot convert const string {aka const std::__cxx11::basic_string} to pmt::pmt_t {aka boost::shared_ptr}

2020-01-07 Thread Michael Dickens
The issue is how CMake decides to order "include_directories". There are (if I recall correctly) 4 primary sources of these via properties: for the directory, for individual sources, for to-be-built targets, and for linkage targets. The ordering of these is critical, since our goal is to list