#37619: running gnuradio-companion -----------------------+------------------------- Reporter: cgcgcg@… | Owner: michaelld@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: gnuradio | -----------------------+------------------------- Old description:
i installed gnuradio on an almost virgin macmini running Mountain Lion through macports with no errors.[[BR]] then i installed [http://dekar.wc3edit.net/2012/09/30/osx-port-of-the- awesome-gqrx-sdr-software/ gqrx_5.dmg] wich is running fine.[[BR]] then trying gnuradio-companion --> sh: gnuradio-companion: command not found[[BR]] find / -name "gnuradio-companion" did not find something to execute[[BR]] installed:[[BR]] port install gnuradio @3.6.2_2+grc+python27+qtgui+docs [[BR]] maybe im overlooking something, or should there be a script or executable named gnuradio-companion?
New description: i installed gnuradio on an almost virgin macmini running Mountain Lion through macports with no errors.[[BR]] then i installed [http://dekar.wc3edit.net/2012/09/30/osx-port-of-the- awesome-gqrx-sdr-software/ gqrx_5.dmg] wich is running fine.[[BR]] then trying gnuradio-companion --> {{{sh: gnuradio-companion: command not found}}}[[BR]] {{{find / -name "gnuradio-companion"}}} did not find something to execute[[BR]] installed:[[BR]] {{{ port install gnuradio @3.6.2_2+grc+python27+qtgui+docs }}} maybe im overlooking something, or should there be a script or executable named gnuradio-companion? -- Comment (by ryandesign@…): Replying to [comment:5 michaelld@…]:
You probably need to set the DISPLAY environment variable; what does it return by default: {{{ env | grep DISPLAY }}}
The OS sets DISPLAY for you. You probably do not need to change it. Replying to [comment:7 cgcgcg@…]:
yippie! [[BR]] had to install x11 first trough /Applications/Utilities/X11.app[[BR]] maybe this mac mini was too virgin.[[BR]] Thanks for your patience!
If desired, you could install X11 using the xorg-server port in MacPorts. Or you can install [http://xquartz.macosforge.org/ XQuartz] which is presumably what you did. They're both the same software, it's just a matter of what method you want to use to install and update it. -- Ticket URL: <https://trac.macports.org/ticket/37619#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS