gnuradio-for-mac-without-macports icon indicating copy to clipboard operation
gnuradio-for-mac-without-macports copied to clipboard

GNURadio bundled as an app for Mac OS X (does not require MacPorts)

Results 54 gnuradio-for-mac-without-macports issues
Sort by recently updated
recently updated
newest added

The release doesn't run on M1 Macs, it seems to start x-windows and then just quits, doesn't give any other indication of what's wrong. So trying to build using these...

It would be lovely to have a homebrew cask that can install this.

Stright after installation GNU Radio is working but I'm not able to start any diagram with the osmocom Source. I'm getting a trace: "> Block paths: /Applications/GNURadio.app/Contents/MacOS/usr/share/gnuradio/grc/blocks Loading: "/Users/tomek/RadioFM.grc" >>>...

`build.sh` proceeds happily until it tries to build libzmq, and terminates with several messages like this: ``` /Users/gwarnes/src/gnuradio-for-mac-without-macports/tmp/libzmq/src/ws_engine.cpp:40:10: fatal error: 'gnutls/gnutls.h' file not found #include ^~~~~~~~~~~~~~~~~ 1 error generated. ```...

After it shows: - Starting X server - Launching GNU Radio Companion nothing happens. I've installed Python and XQuartz. -Rolf

Added `python3-click` and `python3-click-plugins` dependencies for `gr_modtool`. Can someone run this PR through the CI? Addressing #103.

When I run the gr_modtool script this is what happens; tonytd@MacBook-Pro ~ % gr_modtool -d ./Physical_Layer Traceback (most recent call last): File "/Applications/GNURadio.app/Contents/MacOS/usr/bin/gr_modtool", line 25, in from gnuradio.modtool.cli.base import cli...

With OSX's new privacy controls the Audio_Source returns a stream of 0's. See https://github.com/gnuradio/gnuradio/issues/3415. I think the solution is to add ``` NSMicrophoneUsageDescription GNU radio wants to use your microphone....

When building from source, build.sh tries to download boost from https://mirrors.evowise.com/gentoo/distfiles That version does not seem to be available anymore, at least the URL does not work. I replaced that...

When building from source, build.sh tries to download libtools from gnu.spinellicreations.com. That server no longer exists. I replaced that url with https://ftp.gnu.org/gnu/libtool/{P}.tar.xz which seemed to help.