Re: Problems with compiling oot module from gnuradio-companion on Ubuntu 20.04 (gnuradio 3.8.1.0)

2022-10-10 Thread Vasil Velichkov
Hi Karlee, On 08/10/2022 00.21, Karlee Brannam wrote: > I am new to gnuradio and have completed the tutorials for creating custom oot > modules. Welcome to GNU Radio! How did you install gnuradio and which version? Which OS are you using? > I am trying to implement an instrumentation, such as

Re: Problems with compiling oot module from gnuradio-companion on Ubuntu 20.04 (gnuradio 3.8.1.0)

2022-10-10 Thread Vasil Velichkov
Hi Karlee, On 10/10/2022 22.18, Karlee Brannam wrote: > ImportError: /usr/local/lib/x86_64-linux-gnu/libgnuradio-voxi.so.1.0.0git: > undefined symbol: _ZN10MainWindowC1EP7QWidget You do have one undefined symbol. You can use c++filt command to demangle this symbol. $ c++filt _ZN10MainWindowC1E