Re: [Discuss-gnuradio] displaying a hexidecimal value with QT GUI Label

2016-05-07 Thread Marcus Müller
That "formatter" needs to be a python callable that takes a single numeric argument. In your case something like: hex (hex is a python built-in callable that converts numbers to hex strings), or, giving you more flexibility: "0x{:X}".format (because "{:x}".format(15) returns "F", See [1]).

[Discuss-gnuradio] displaying a hexidecimal value with QT GUI Label

2016-05-07 Thread Ryan Marlow
Hello All, I would like to display an integer variable with the QT GUI label as a hex value. Is there a way to do that with the Formatter option? I cannot figure out the syntax of the formatter. Thanks, Ryan Marlow ___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] Sigh - 16.04 build failure

2016-05-07 Thread Marcus Müller
Hi Mike, haven't seen that specific error before, and that error happening during linkage: How much RAM (+ Swap, if any) do you have? What does "free -m" say? Best regards, Marcus On 07.05.2016 23:47, Mike Willis wrote: > Why is it always so difficult? Assume something broken in latest Ubuntu

[Discuss-gnuradio] Sigh - 16.04 build failure

2016-05-07 Thread Mike Willis
Why is it always so difficult? Assume something broken in latest Ubuntu LTS pybombs -vv install gnuradio > error.txt [ 62%] Built target pygen_volk_python_volk_modtool_fe055 [ 62%] Built target pmt_generated [ 62%] Built target pygen_volk_python_volk_modtool_00079 [ 62%] Built target volk_obj [

[Discuss-gnuradio] gr-fosphor: n00b run-time errors with benchmark tool and sink block on AMD APU

2016-05-07 Thread Card, Stu
My apologies for this n00b question, but I have not found answers in the usual places. I have carefully followed the instructions at http://sdr.osmocom.org/trac/wiki/fosphor For building the benchmark tool, I replaced the line make LDFLAGS=-L/opt/intel/opencl-1.2-4.5.0.8/lib64 with make

Re: [Discuss-gnuradio] Portaudio Audio Source in Windows

2016-05-07 Thread Marcus Müller
Sooo gnuradio-runtime/lib/prefs.cc: 77 // Find if there is a ~/.gnuradio/config.conf file and add this to 78 // the end of the file list to override any preferences in the 79 // installed path config files. 80 fs::path homedir = fs::path(gr::appdata_path()); 81 homedir =

Re: [Discuss-gnuradio] Portaudio Audio Source in Windows

2016-05-07 Thread Marcus Müller
The * is actually just an artifact of how that list is generated; it's written by CMake when gathering the enabled audio engines; When running cmake, you'll see something like -- ## -- # Gnuradio enabled components --

Re: [Discuss-gnuradio] Portaudio Audio Source in Windows

2016-05-07 Thread Marcus Müller
The * is actually just an artifact of how that list is generated; it's written by CMake when gathering the enabled audio engines; When running cmake, you'll see something like -- ## -- # Gnuradio enabled components --