Re: GRC Fails to Display QT/WX Elements [SOLVED]

Tom, THANK YOU. This worked wonderfully!

Here’s the juicy bits for those whom may find this thread later on.

Mint 15 - Fully updated as of 21 Jun 2013

SDR: HackRF and RTL E4000 tuner dongle.

gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: …/src/configure -v --with-pkgversion=‘Ubuntu/Linaro
4.7.3-1ubuntu1’
–with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs
–enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
–program-suffix=-4.7 --enable-shared --enable-linker-build-id
–libexecdir=/usr/lib --without-included-gettext
–enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7
–libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
–enable-libstdcxx-debug --enable-libstdcxx-time=yes
–enable-gnu-unique-object --enable-plugin --with-system-zlib
–enable-objc-gc --with-cloog --enable-cloog-backend=ppl
–disable-cloog-version-check --disable-ppl-version-check
–enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64
–with-multilib-list=m32,m64,mx32 --with-tune=generic
–enable-checking=release --build=x86_64-linux-gnu
–host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)

gnuradio-config-info -v
3.7.0rc0

VGA compatible controller: NVIDIA Corporation GF110 [GeForce GTX 570
Rev. 2] (rev a1)

Using the proprietary nvidia driver:

nvidia-310 310.44-0ubuntu2 amd64 NVIDIA binary Xorg driver, kernel
module and VDPAU library

python -V
Python 2.7.4

3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64
x86_64 x86_64 GNU/Linux

Standard master git branch of gr-osmosdr.

Below, in the thread is more detail.

Thanks again to all whom offered suggestions!

Mark

On Fri, Jun 21, 2013 at 4:06 PM, Volker S. address@hidden wrote:

>
>
> Hi,
> The CMakeLists.txt in GNURADIO I had to tweak line(168)
>
> FFT fails.
>
> I would like to stay with the latest GNURADIO simply to support my
> HackRf board, in which the HackRf gr-osmosdr library seems to only
> support the latest version. I tried with 3.6.5 and it failed to
> compile…
>
> Thank you for any insight,
> Mark