Re: Qt crash on GRC on macOS

2019-11-23 Thread Emmanuel Blot
On 23 Nov 2019, at 12:29, Mehdi Asgari wrote: Assertion failed: (!x_link_empty_p(&s->stack)), function CGGStackRestore, file /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreGraphics/CoreGraphics-1348.12.4.3/CoreGraphics/Context/CGGStack.c, line 74. See https://github.com/gnuradio/gnur

Re: GUI issues on GRC on macOS

2019-11-18 Thread Emmanuel Blot
On 18 Nov 2019, at 17:35, Mehdi Asgari wrote: @Emmanuel: thank you. I installed the "adwaita-icon-theme" and now I have icons. I still have problems with the filter design tool though. https://github.com/gnuradio/gnuradio/issues, search for “GRC38+OSX” This is why I gave up (after days of

Re: GUI issues on GRC on macOS

2019-11-18 Thread Emmanuel Blot
You need to install a GNOME icon theme. With Homebrew, you can get a list with brew search icon-theme Good luck with GRC on macOS… BR, Emmanuel. On 18 Nov 2019, at 17:12, Müller, Marcus wrote: Not the OS X expert here, but this sounds like you're having problems in your installation and

Re: PlutoSDR & Mac - iio block issues??

2019-11-15 Thread Emmanuel Blot
Hi Kevin, See also https://github.com/gnuradio/gnuradio/pull/2781 Emmanuel On 15 Nov 2019, at 14:41, Glen I Langston wrote: Hi Kevin, I’ve run into this too. The instructions tell you the solution after the build commands change the “cmake” line to cmake -DCMAKE_INSTALL_PREFIX=/usr . and r

Re: [Discuss-gnuradio] gnuradio.conf file

2019-08-21 Thread Emmanuel Blot
On 21 Aug 2019, at 17:41, Michael Dickens wrote: I totally agree with you, Barry: if there is an issue then show the error always; if there is no error then don't show one. Showing it once isn't useful, regardless of whether there was an error or not! I'll open a GR issue about this & see if

Re: [Discuss-gnuradio] CMake macros & definitions for GR 3.8

2019-08-20 Thread Emmanuel Blot
On 20 Aug 2019, at 15:00, Müller, Marcus wrote: Hi Emmanuel, so, with 3.8 we're switching to the more modular modern CMake. Great - and good to know. I assume you've created an out-of-tree module using `gr_modtool newmod` (if you haven't, try it; you get a useful stub!). I tried it, bu

[Discuss-gnuradio] CMake macros & definitions for GR 3.8

2019-08-19 Thread Emmanuel Blot
Hi, I’m unable to find how to obtain, from the various GR 3.8 CMake macros, the installation paths to link an external application with the GR libraries. Most FAQ/existing projects refer to 3.7 series, and it seems there have been some changes which makes difficult to understand what is requir

[Discuss-gnuradio] GRC: management of default global_blocks_path triggers silent failure

2019-08-11 Thread Emmanuel Blot
When upgrading from RC2 to final, a new issue arose: $ gnuradio-companion Traceback (most recent call last): File "gnuradio/3.8.0.0/libexec/bin/gnuradio-companion", line 102, in run_main() File "gnuradio/3.8.0.0/libexec/bin/gnuradio-companion", line 95, in run_main exit(main())

Re: [Discuss-gnuradio] 3.8.0.0-rc2 build from source on macOS

2019-08-08 Thread Emmanuel Blot
Hi Marcus, my Apple experience limits itself to using an iPod in the summer 2010 or so, but I hope I can still be of help. :-) First of all: Which path are you taking to build stuff? I’m using Homebrew (https://brew.sh) to build *nix applications on macOS. It is nice to have a controlled

[Discuss-gnuradio] 3.8.0.0-rc2 build from source on macOS

2019-08-08 Thread Emmanuel Blot
Hi, With RC2 becoming available, I decided to give a new try building it under macOS (10.14) - I’ve been fighting w/ technical previews a couple of months ago with some limited success. The build is now successful, but I still have a couple of questions for which I did not find the answers o