'*****' has not been declared

2022-07-25 Thread Beckmann, Niklas
Dear members of the gnuradio mailing list, since 2 days I am trying to fix this error. So maybe one of you guys can help me... I am grateful for any help. I have the following code, which is the impl.h file of a block from my oot module. #ifndef INCLUDED_FLORIANINETS_BASEBAND_DEROTATION2_I

Re: '*****' has not been declared

2022-07-25 Thread Marcus Müller
Hi Nik, if you use names from a different header file, you'll need to include that header, otherwise your compiler can't know what that name means! In this case, you need to include the header that defines gr::digital::constellation and gr::digital::constellation_sptr. That would be done by

Compatibility_Ubuntu_GnuRadio_Python

2022-07-25 Thread Info
Hello, I have installed GnuRadio 3.10.1.1 and Python 3.10.4 on Ubuntu 22_04 and I run into a problem: There is only a very simple flowgraph: QT GUI Toggle Switch --> QT GUI LED Indicator At runtime, there is an error in modul: "/usr/lib/python3/dist-packages/gnuradio/qtgui/ledindicator

Re: Compatibility_Ubuntu_GnuRadio_Python

2022-07-25 Thread Marcus Müller
Hi Karlheinz, yep, that's a bug, a student of mine hit the same :) Volker Schroer fixed that upstream[1] and it's included in GNU Radio 3.10.2.0. Sadly, I don't think this has trickled down into Ubunut's packaging yet. If you feel adventurous (notice that I'm usually strongly opposing fiddling w

回复: [GSoC porting SIMD to gr-web] weekly update

2022-07-25 Thread 史 皓航
Hi, all! I will post weekly this project update in this thread, following is last week: Short version report:( unfortunaly I need to rebuild gr-web) Has Done: 1. using latest gr commit to build gr-web. 2. Fix commit missing issue. TODO: 1. fix the running fail issue. 2. And push