Re: Faq? GRC and gnuradio versions don't match?

2024-03-03 Thread Marcus Müller
Awesome! You can, by the way, just keep the "install_manifest.txt" from the build/ directory around, and then clean up (instead of `make uninstall`) using xargs rm -rf < install_manifest.txt Note that the command above will happily delete things, so do be a bit careful! Best regards, Marcus

Re: Faq? GRC and gnuradio versions don't match?

2024-03-01 Thread David Cherkus
Thank you! I followed your steps, now I have 3.10.9.2 working! dcherkus@dmin:~$ gnuradio-companion *grc<<< Welcome to GNU Radio Companion 3.10.9.2 >>> I made myself a note to do 'make uninstall' before trying a new version. Regards,Dave

Re: Faq? GRC and gnuradio versions don't match?

2024-03-01 Thread Marcus Müller
Hi Dave, nope, not the way it should be. You should have uninstalled your GNU Radio 3.10.6.0 first! Anyways, what is happening now is that Python loads the Python GRC module in version 3.10.6.0, but your GNU Radio binaries (and also probably your libraries) are loaded in version 3.10.9.2.

Faq? GRC and gnuradio versions don't match?

2024-03-01 Thread David Cherkus
Hi, I just built GNUradio from source on Debian 11 x86 64 bit. Even after a reboot, GRC and GNUradio's versions don't match? dcherkus@dmin:~$ gnuradio-config-info --version3.10.9.2dcherkus@dmin:~$ gnuradio-companion --helpusage: gnuradio-companion [-h] [--log {debug,info,warning,error,critical}]