Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread Johnathan Corgan
On Tue, May 14, 2013 at 10:05 AM, wrote: > ** > > You can use the "-m" option on build-gnuradio now to cause it to use > "master" instead of "maint". > > I'm surprised that my fix for the set_callback() problem wasn't > propagated to "maint" -- it went into "master" some time ago. > An oversight

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread mleech
On 14 May 2013 11:29, maiconkist wrote: > Hi Patrick, > > my mistake, the correct is 'wxgui', as you said. > > This solved my problem. Yesterday I cloned and compiled the gnuradio sources > by myself, instead of using the script provided by in the official site. I > notice that the script do

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread maiconkist
Hi Patrick, my mistake, the correct is 'wxgui', as you said. This solved my problem. Yesterday I cloned and compiled the gnuradio sources by myself, instead of using the script provided by in the official site. I notice that the script doesn't compile the master branch. The script did a checkout

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread Patrik Tast
: poes-weather.com -Original Message- From: maiconkist To: Discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Problem with Wx Gui FFT Date: Tue, 14 May 2013 07:08:42 -0700 (PDT) I recompiled all again last night. Build version 3.6.4.1-203-g0641a449. The problem continues. The suggestion wi

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread maiconkist
Hi Marcus, double checked this, gnuradio from repository is not installed. I notifice that when I click the close button in the uhd_fft window, for an instant the FFT plot is shown. Thanks. -- View this message in context: http://gnuradio.4.n7.nabble.com/Problem-with-Wx-Gui-FFT-tp41275p41312

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread mleech
On 14 May 2013 10:08, maiconkist wrote: > I recompiled all again last night. Build version 3.6.4.1-203-g0641a449. The > problem continues. > > The suggestion with the '[wxwidgets] style=nongl' didn't work for me. > > OpenGL is working fine here. All 3D desktop effects works and glxgear runs

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread maiconkist
I recompiled all again last night. Build version 3.6.4.1-203-g0641a449. The problem continues. The suggestion with the '[wxwidgets] style=nongl' didn't work for me. OpenGL is working fine here. All 3D desktop effects works and glxgear runs fine. Any clue about this problem ? -- View this mess

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Patrik Tast
: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Problem with Wx Gui FFT Date: Tue, 14 May 2013 04:56:41 +1000 On Tue, May 14, 2013 at 4:48 AM, Marcus D. Leech wrote: The reported error should have been fixed in: commit 50d9b3282ae65b7cf6bf007ab8f32b4ae7cc3ed1

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Marcus D. Leech
On Tue, May 14, 2013 at 4:48 AM, Marcus D. Leech > wrote: The reported error should have been fixed in: commit 50d9b3282ae65b7cf6bf007ab8f32b4ae7cc3ed1 The problem is that if you have an app that makes use of the "set_callback" feature, prior to that c

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Johnathan Corgan
On Tue, May 14, 2013 at 4:48 AM, Marcus D. Leech wrote: > The reported error should have been fixed in: > > commit 50d9b3282ae65b7cf6bf007ab8f32b4ae7cc3ed1 > > > The problem is that if you have an app that makes use of the > "set_callback" feature, prior to that commit, it would provoke an exce

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Marcus D. Leech
On Tue, May 14, 2013 at 2:01 AM, Mike Jameson > wrote: I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the AMD/ATI drivers. The quick solution is to add the following to ~/.gnuradio/config.conf : [wxgui] style=nongl This w

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Johnathan Corgan
On Tue, May 14, 2013 at 2:01 AM, Mike Jameson wrote: > I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the > AMD/ATI drivers. > > The quick solution is to add the following to ~/.gnuradio/config.conf : > > [wxgui] > style=nongl > This works, but the non-GL sinks are terri

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread maiconkist
Hi Mike, I recompiled the source today again. The problem continues. The builddate is: Mon, 13 May 2013 13:37:52 Is worth recompiling again? Thanks -- View this message in context: http://gnuradio.4.n7.nabble.com/Problem-with-Wx-Gui-FFT-tp41275p41285.html Sent from the GnuRadio mailing list

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread maiconkist
Marcus, I downloaded and compiled it directly from the official git repository. Thanks -- View this message in context: http://gnuradio.4.n7.nabble.com/Problem-with-Wx-Gui-FFT-tp41275p41283.html Sent from the GnuRadio mailing list archive at Nabble.com. __

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Mike Jameson
Hi, I believe that error is due to me experimenting with the uhd_fft 'click on fft to change frequency' feature. Are you using the current master branch as this contains Marcus Leech's fix for it. Cheers, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Mo

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Marcus D. Leech
Hi Mike, thank for you reply. But with this option the uhd_fft crashes. The following is thrown in the terminal: AttributeError: 'gr_hier_block2_sptr' object has no attribute 'set_callback' More info about my machine: Ubuntu 13.04 with KDE and a Intel i915 graphics card. That would mean that y

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread maiconkist
Hi Mike, thank for you reply. But with this option the uhd_fft crashes. The following is thrown in the terminal: AttributeError: 'gr_hier_block2_sptr' object has no attribute 'set_callback' More info about my machine: Ubuntu 13.04 with KDE and a Intel i915 graphics card. On Mon, May 13, 2013 at

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Marcus D. Leech
Hi, I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the AMD/ATI drivers. The quick solution is to add the following to ~/.gnuradio/config.conf : [wxgui] style=nongl Regards, Mike Note that you lose some functionality when going to the non-gl versions of wxGui. Inclu

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Mike Jameson
Hi, I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the AMD/ATI drivers. The quick solution is to add the following to ~/.gnuradio/config.conf : [wxgui] style=nongl Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Mon, May

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Alexandru Csete
On Mon, May 13, 2013 at 5:27 PM, maiconkist wrote: > Hi, > > recently I upgraded my PC to Ubuntu 13.04. After that, I also updated the > GNU Radio + UHD installation. Almost everything is working. A problem that > appeared is that the Wx Gui FFT is not showing the chart. > > As is said: an image i

[Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread maiconkist
Hi, recently I upgraded my PC to Ubuntu 13.04. After that, I also updated the GNU Radio + UHD installation. Almost everything is working. A problem that appeared is that the Wx Gui FFT is not showing the chart. As is said: an image is worth a thousand words. So I attached the uhd_fft execution.