Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-20 Thread Robert Stanford
I received saying that gnuradio-stable has been changed. I did not receive a reply when I asked how to use this with pybombs. Is it master? I still experience the issue with master. Here's the relevant section of the Dockerfile that I'm building to try and abstract all this away for people

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-18 Thread Robert Stanford
I have tried to install with pybombs prefix init ~/prefix -a myprefix -R gnuradio-stable, where I read 'gnuradio-stable' refers to the maint branch. I had the same error. If I'm not running it correctly to get to the branch you'd like, let me know, and I'll try your way. Thanks On Wed, Apr

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-18 Thread Sebastian Müller
Sorry for the confusion, I used karel’s fixed branch for my testing. Under 3.7.12 I get the exact same error on the gr-inspector master branch. I will try to have a look soon but won’t be available in the next days. Regards, Sebastian Müller gse...@gmail.com PGP ID DC2AA3EE

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-18 Thread CEL
Hm, it's surprising it works for Sebastian but not for you, but: This might be a bug we've introduced in 3.7.12.0. I have a commit on GNU Radio maint-3.7 (and I think master) that's supposed to fix that. If someone could try whether the issue is fixed at the current head of maint-3.7, I'd be

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-18 Thread Robert Stanford
Using Fedora25 and GNU Radio 3.7.12, installing from PyBombs. Now I get a new error in the Docker container, is this one known? Generating: '/tmp/gr-inspector/examples/live_signal_detection.py' Executing: /usr/bin/python2 -u /tmp/gr-inspector/examples/live_signal_detection.py File

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-14 Thread Robert Stanford
Sabastian - Thanks for the screenshots. I'll keep hammering at it. If I do eventually get a Docker environment working, I'll send it your way in case you'd like to include it. Thanks again On Sat, Apr 14, 2018 at 11:19 AM, Sebastian Müller wrote: > Robert, > > I’m

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-14 Thread Sebastian Müller
Robert, I’m sorry you’re having difficulties with gr-inspector. I have just tried to clone, compile and install gr-inspector on Fedora 25 with GNU Radio 3.7.12 and it worked. Please see the attached screenshot [1] from today as proof. I have seen gr-inspector run on various setups and distros,

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-13 Thread Robert Stanford
If anyone's interested or having the same issue: I've tried to run the gr-inspector example in a Docker container (seen below) and received the same error message. So the issue doesn't seem to be limited to Ubuntu 17.10. === FROM fedora:27 RUN yum install -y git gnuradio gnuradio-devel qt

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-11 Thread Robert Stanford
I've found and installed the necessary package. It still has the same error when running the example graph. Like many GNURadio things, this seems not entirely portable. Has anyone been able to get gr-inspector to run in a certain Docker environment? On Wed, Apr 11, 2018 at 1:34 PM, Sebastian

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-11 Thread Sebastian Müller
Hello Robert, please use the homepage I referenced to find the packages you need. I searched for you last mail but I’m sure you’ll find the packages that provide the headers as well after a little time of searching. Each OS is different and I cannot support users in setting up their system to

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-10 Thread Robert Stanford
Sebastian - I have uninstalled qwt and qwtplot3d, and manually verified that no files matching their name exists on the fs. I have installed the two packages you've included as references (libqwtplot3d-qt4-dev, libqwt-dev). I have two new errors when running cmake, including a missing qwt

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-10 Thread Sebastian Müller
Hi Robert, I’m pretty sure you have a corrupt qwt installation on your machine (which is also 90% the issues users have with gr-inspector). The file libqwt-qt4.so.5 does not seem to come from qwt-6.1.0 source build, but from the debian package 'libqwt5-qt4‘. If you just use a symbolic link and

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-09 Thread Robert Stanford
Thanks for getting back to me. The packages I installed were: - libqwtplot3d-qt4-0v5, libqwtplot3d-qt4-dev from apt install - qwt-6.1.0 (not the most recent, but what the page recommends), from source. I'd previously tried installing the most recent from the repos (apt), but had the same

Re: [Discuss-gnuradio] Issues using gr-inspector after install

2018-04-09 Thread Sebastian Müller
Hi Robert, Am 9. April 2018 um 01:31:42, Robert Stanford (rstanford8...@gmail.com) schrieb: I have cloned and installed gr-inspector using the instructions on the webpage. One change (addition) necessary to get gr-inspector to install on my system (Ubuntu 17.10) was to run ln -s

[Discuss-gnuradio] Issues using gr-inspector after install

2018-04-08 Thread Robert Stanford
I have cloned and installed gr-inspector using the instructions on the webpage. One change (addition) necessary to get gr-inspector to install on my system (Ubuntu 17.10) was to run ln -s /usr/lib/libqwt-qt4.so.5 /usr/lib/libqwt-qt4.so ; otherwise cmake failed, unable to find libqwt-qt4.so. I