Re: [Discuss-gnuradio] Qt installation

2016-03-31 Thread Alexander Levedahl
The -DQWT_* flags did the trick. Thanks. I have not tried using PyBOMBS. Looking at it, it appears specific to GnuRadio, is this correct? I will probably try it in a few months when I get close to hitting a part of the schedule where that would be useful. Unfortunately, I do not have the

Re: [Discuss-gnuradio] Qt installation

2016-03-31 Thread Tom Rondeau
On Thu, Mar 31, 2016 at 12:00 PM, Alexander Levedahl < alexanderleved...@gmail.com> wrote: > Hello, > > The OS is RHEL6.5. I have to download and install packages manually. > This is not something I can get around. > > The GnuRadio version is 3.7.9.1. I am trying to upgrade our version of >

Re: [Discuss-gnuradio] Qt installation

2016-03-31 Thread Alexander Levedahl
Hello, The OS is RHEL6.5. I have to download and install packages manually. This is not something I can get around. The GnuRadio version is 3.7.9.1. I am trying to upgrade our version of gnuradio. We have a GUI that I have to make extensive modifications to and decided to switch from Wx to

Re: [Discuss-gnuradio] Qt installation

2016-03-31 Thread Tom Rondeau
On Thu, Mar 31, 2016 at 9:40 AM, Marcus Müller wrote: > Hi Alex, > > yes, Qwt is necessary; what OS are you on? > Qwt is kind of a problem child; we need Qwt-qt4, in a version somewhere > between 5.2 and 6.2.0. > > If you're on Linux (which distro?), what does > >

Re: [Discuss-gnuradio] Qt installation

2016-03-31 Thread Marcus Müller
Hi Alex, yes, Qwt is necessary; what OS are you on? Qwt is kind of a problem child; we need Qwt-qt4, in a version somewhere between 5.2 and 6.2.0. If you're on Linux (which distro?), what does pkg-config --list-all|grep -i qwt tell you¹? When do you get that error, and could you share it

[Discuss-gnuradio] Qt installation

2016-03-31 Thread Alexander Levedahl
Hello, I was able to install PyQt. When I attempted to build gnuradio, it complained that it could not find PyQwt and refused to build the gr-qtgui component. The gnuradio website gives the impression it is not necessary. When I attempted to install Qwt, I got an error QT_STATIC_CONST. I