Hi
I have compiled gnuradio severel times from git source with different
compile options on debian stable.
But if i run gnuradio with the following i always get a segfault, and i
dont know why :(
Maybe someone can help me.
Regards Dominik
untitled-testomat.grc
Hi,
I just tested with gnuradio-3.7.1 on gentoo and the example worked for me.
Some days ago I had a lot of segfaults, too. I recompiled pyqwt and qwt5
and the segfaults where gone.
--Volker
Hi
I have compiled gnuradio severel times from git source with different
compile options on debian s
Hi, all!
Should the latest version of gnuradio already build against qwt6.1 ?
The FindQwt.cmake script suggests this.
-- Volker
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
I created a project in Windows, using GNU Radio Companion that has a WX GUI
FFT Sink, and when I run it I get the following error:
File "C:\Program Files
(x86)\gnuradio\lib\site-packages\gnuradio\wxgui\__init__.py", line 32, in
from wxgui_swig import *
ImportError: No module named wxgui_swig
I
The issue is that for some reason, building and installing from source
installs the necessary gr-wxgui components, but generating a package with
CPack skips it. We still aren't sure of the reason behind it, but we're
looking into it.
Building from source does take some doing, but instructions and
Hi,
As some of you know, beginning of this month I presented a new
GNURadio block I wrote that implements a RTSA like spectrum
visualization of the spectrum similar to those found on R&S / Agilent
/ Tek equipement.
I've just pushed the latest version of it on git and this includes a
proper integ
Hi,
I'm just compiling gnuradio 3.7 latest git.
Some tests in gr-analog failed with undefined symbol:
Traceback (most recent call last):
File
"/home/schroer/gnuradiocomponents/gnuradio/gr-analog/python/analog/qa_agc.py",
line 23, in
from gnuradio import gr, gr_unittest, analog, blocks