[Discuss-gnuradio] QT GUI Flicker

2019-02-10 Thread Ren Lie
Hi, I get some trouble with QT GUI Flicker. Did anyone know how to fix it? I installed gnuradio from the MacPorts and run it in MacOS Mojave 10.14.2 . This version is gnuradio @3.7.13.4_3 +docs+grc+jack+log4cpp+logging+portaudio+qtgui+sdl+swig+uhd+wavelet+wxgui+zeromq QT GUI Flicker : https://

Re: [Discuss-gnuradio] Can not build from source

2019-02-10 Thread CEL
Hi Rushikesh, this is the actual test whether to use `pthread` or `pthreads`. So, this is expected, and has nothing to do with your system missing mako – was that solved? Best regards, Marcus On Sun, 2019-02-10 at 17:58 +0530, Rushikesh Kavar wrote: > After checking build/CMakeFiles/CMakeError.l

Re: [Discuss-gnuradio] Can not build from source

2019-02-10 Thread Rushikesh Kavar
After checking build/CMakeFiles/CMakeError.log file, i found a log, i am putting small portion of it. Run Build Command:"/usr/bin/make" "cmTC_fb818/fast" /usr/bin/make -f CMakeFiles/cmTC_fb818.dir/build.make CMakeFiles/cmTC_fb818.dir/build make[1]: Entering directory '/home/rushikesh/programming/

Re: [Discuss-gnuradio] Can not build from source

2019-02-10 Thread Michael Dickens
If Mako is installed, then maybe your shell environment’s PYTHONPATH isn’t set correctly to find it? Also looks like you need to set the various PYTHON CMake variables to have consistency — meaning the library, includes, and executable that all point to the same Python version. You can look up

[Discuss-gnuradio] Can not build from source

2019-02-10 Thread Rushikesh Kavar
Hello, I am trying to install GNU radio from source code. As described here. https://wiki.gnuradio.org/index.php/BuildGuide. When i ran cmake ../ these is my log. -- Build type not specified: defaulting to release. -- Build type set to Release. -- Extracting versio