Re: Reminder: SigMF Workshop this Thursday Noon Eastern

2022-01-13 Thread Derek Kozel
Alex, yes the workshop will be recorded and posted onto the YouTube channel. It wasn't feasible to record the in-person one during the GNU Radio Conference so this virtual one was arranged to be available to a wider audience. Happily this also means the new workshop can cover the as-released 1.0.0

module SWIG disabled when running cmake

2022-01-13 Thread Michelle
Hello, I am writing my own block and when I executed /cmake ..// I get the warning "/Disabling SWIG because version check failed/". then when I did the qa test I get the error "/ModuleNotFoundError: No module named 'signalSource_swig'/ " (signalSource is the name of my module). Do I have to inst

Re: module SWIG disabled when running cmake

2022-01-13 Thread Marcus Müller
Hello Michelle, On 13.01.22 14:16, Michelle wrote: Do I have to install a new version of swig? My concern is that this new version could interfere with the proper functioning of gnuradio. To understand your concerns: you already have a version of swig installed, which you used to build GNU Ra

UHD 4.1.0.5 released - clarification

2022-01-13 Thread Aaron Rossetto
Hello GNU Radio Community and friends of UHD, A few weeks ago, I announced that UHD 4.1.0.5 had been released. I wish to issue a minor clarification to some of the text in the release announcement message. I said, 'UHD 4.1.0.5 adds support for the NI Ettus USRP X410 Rev G, which uses a different

Re: module SWIG disabled when running cmake

2022-01-13 Thread Marcus Müller
Hi Michelle, On 13.01.22 18:41, Michelle wrote: Good morning Marcus, Hello Marcus, I believe that installing swig is a prerequisite for installing gnuradio. No, it's only necessary for *building* GNU Radio binaries (For GNU Radio 3.7 and 3.8). When I execute locate swig I get the output be

Re: module SWIG disabled when running cmake

2022-01-13 Thread Michelle
Hi Marcus :) I installed swig ( SWIG Version 4.0.1) but when I make the test I still have the same issue: $ ctest -V -R sig_source UpdateCTestConfiguration  from :/home/michelle/gr-signalSource/build/DartConfiguration.tcl UpdateCTestConfiguration  from :/home/michelle/gr-signalSource/build/D

Re: module SWIG disabled when running cmake

2022-01-13 Thread Marcus Müller
Hi Michelle! looking at this: have you re-run cmake, and make, before doing ctest? Best regards, Marcus On 13.01.22 19:33, Michelle wrote: Hi Marcus :) I installed swig ( SWIG Version 4.0.1) but when I make the test I still have the same issue: $ ctest -V -R sig_source UpdateCTestConfigurati

Re: module SWIG disabled when running cmake

2022-01-13 Thread Michelle
Hello Marcus, No I didn't. Thank you very much, the test passed :) On 2022-01-13 1:45 p.m., Marcus Müller wrote: Hi Michelle! looking at this: have you re-run cmake, and make, before doing ctest? Best regards, Marcus On 13.01.22 19:33, Michelle wrote: Hi Marcus :) I installed swig ( SWIG Ver