Gisle, I just ran these commands here (I am on Fedora Linux version 33), and I didn't receive any error or warning:
git clone https://github.com/fventuri/gr-sdrplay.git cd gr-sdrplay/ git checkout API3+RSPduo This said, I don't think this thread called "GNU Radio on Raspberry Pi 4?" is the right place to further discuss build problems with the gr-sdrplay OOT module (besides the words 'MSVC building' make me think you are probably not using a Raspberry Pi), so I suggest creating a new issue about those here: https://github.com/fventuri/gr-sdrplay/issues Franco > On 12/18/2020 4:34 AM Gisle Vanem <gisle.va...@gmail.com> wrote: > > > Franco VENTURI wrote: > > > if you are interested in using SDRplay API version 3.X (I think the latest > > version of their API is 3.07), and you are on GNU Radio 3.7, you may want > > to take a look at the gr-sdrplay GNU Radio OOT module I modified to work > > with SDRplay API version 3.X: > > https://github.com/fventuri/gr-sdrplay/tree/API3+RSPduo (notice the > > non-default branch name: 'API3+RSPduo'). > > I tried your 'master' branch. No problem building that. > But I have problems with the 'API3+RSPduo' branch: > > git checkout API3+RSPduo > error: pathspec 'API3+RSPduo' did not match any file(s) known to git. > > What?? > > Besides there are *many* warning '4250' in MSVC building > this module: > rsp1a_impl.h(33): warning C4250: 'gr::sdrplay3::rsp1a_impl': > inherits 'gr::sdrplay3::rsp_impl::gr::sdrplay3::rsp_impl::start' > via dominance > > etc.