Re: New Raspberry PI Complete OS release

2021-01-29 Thread Marcus Müller
Hi Glen, this is nice! Thanks! If you could tell us what specifically is a blocker for porting to 3.8 (or anything later, for that matter), people might be able to help exactly that. I know you're not content with the changes we've made, but I know how much effort flows into maintaining a compl

Re: Migration 3.7 to 3.8 - GRC OOT module fails to import multi_usrp

2021-01-29 Thread Criss Swaim
Resolved: the 3.7 to 3.8 migration guide shows components must be added to the CMake: I am using the UHD component, so added as such > 3.7.2 > set(GR_REQUIRED_COMPONENTS RUNTIME PMT UHD) > find_package(Gnuradio "3.7.2" REQUIRED) > > 3.8.2 > find_package(Gnuradio "3.8" REQUIRED COMPONENTS UHD) >

cmake doesn't like xrdp

2021-01-29 Thread Gavin Jacobs
For two weeks I have been trying to build a new module/block on 3.9 without much success. You can see some of the pain here: https://lists.gnu.org/archive/html/discuss-gnuradio/2021-01/msg00073.html I finally discovered the cause of the problem and a workaround. If you are running a remote sessio

GNU Radio Conference 2021 - Call for Participation

2021-01-29 Thread Morman, Joshua
Greetings GNU Radio Community! We are gearing up for GNU Radio Conference 2021, which will be held September 20-24, 2021. GRCon 2021 celebrates and showcases the substantial and remarkable progress of GNU Radio and its usage in a diverse field of applications and industries. It is a week-long

Re: cmake doesn't like xrdp

2021-01-29 Thread Cinaed Simson
It's not that xrpd doesn't like cmake, it's that the unknown device running the unknown OS doesn't like you :). In other words, it's most likely an X authorization problem. On the unknown device running the unknown OS, try typing    xhost + after you connect and see that corrects the problems