Re: Getting "referenced unknown base type gr::block"

2022-05-27 Thread Nikoloz Glonti
That was the right guess!! I used just 11 version: exportCC=/usr/bin/gcc-11 exportCXX=/usr/bin/g++-11 and that's was everything! It's working! thanks! Niko On 27.05.2022 23:42, Cinaed Simson wrote: Hi Nikoloz - my guess is you may need to install version 11 of C++. -- Cinaed On 5/27/22 13:37

Re: Getting "referenced unknown base type gr::block"

2022-05-27 Thread Nikoloz Glonti
That was the right guess!! I used just 11 version: exportCC=/usr/bin/gcc-11 exportCXX=/usr/bin/g++-11 and that's was everything! It's working! thanks! Niko On 27.05.2022 23:42, Cinaed Simson wrote: Hi Nikoloz - my guess is you may need to install version 11 of C++. -- Cinaed On 5/27/22 13:37

Re: Getting "referenced unknown base type gr::block"

2022-05-27 Thread Cinaed Simson
Hi Nikoloz - my guess is you may need to install version 11 of C++. -- Cinaed On 5/27/22 13:37, Nikoloz Glonti wrote: I'm using manjaro linux, the newest one. I use version of pybind11 2.9.2, so it's new one. On 27.05.2022 18:57, Tom McDermott wrote: > From: Nikoloz Glonti > To: "discuss-

Re: Getting "referenced unknown base type gr::block"

2022-05-27 Thread Marcus Müller
Sad, that rules out my first guess! But I just realized that this tutorial is for GNU Radio 3.8, which you don't have if you've got a fresh Manjaro installation! Yay! (There's a small warning in the beginning of that page, but it could be more prominent.) So, maybe rather follow the official C

Re: Getting "referenced unknown base type gr::block"

2022-05-27 Thread Nikoloz Glonti
I was using only one version of Gnuradio - it was fresh install of GR on Manjaro(newest one). Niko On 26.05.2022 23:17, Marcus Müller wrote: Hi Niko, this looks strange. The most likely explanation is that you might be mixing some different versions/installations of GNU Radio. Would that be

Re: Getting "referenced unknown base type gr::block"

2022-05-27 Thread Nikoloz Glonti
I'm using manjaro linux, the newest one. I use version of pybind11 2.9.2, so it's new one. On 27.05.2022 18:57, Tom McDermott wrote: > From: Nikoloz Glonti > To: "discuss-gnuradio@gnu.org" > Cc: > Bcc: > Date: Thu, 26 May 2022 17:11:50 +0200 > Subject: Getting "referenced unknown base type g

RE: Getting "referenced unknown base type gr::block"

2022-05-27 Thread Tom McDermott
> From: Nikoloz Glonti > To: "discuss-gnuradio@gnu.org" > Cc: > Bcc: > Date: Thu, 26 May 2022 17:11:50 +0200 > Subject: Getting "referenced unknown base type gr::block" > Hi everyone, > > I have newest gnuradio 3.10, and I'm compiling example QPSK block - > https://wiki.gnuradio.org/index.php?tit