Changes between Initial Version and Version 8 of Ticket #37619


Ignore:
Timestamp:
Jan 13, 2013, 11:54:12 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to 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 cgcgcg@…:

yippie!
had to install x11 first trough /Applications/Utilities/X11.app
maybe this mac mini was too virgin.
Thanks for your patience!

If desired, you could install X11 using the xorg-server port in MacPorts. Or you can install 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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37619

    • Property Owner changed from macports-tickets@… to michaelld@…
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port gnuradio added
  • Ticket #37619 – Description

    initial v8  
    11i installed gnuradio on an almost virgin macmini running Mountain Lion through macports with no errors.[[BR]]
    22then 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]]
    3 then trying gnuradio-companion -->  sh: gnuradio-companion: command not found[[BR]]
    4 find / -name "gnuradio-companion"  did not find something to execute[[BR]]
     3then trying gnuradio-companion -->  {{{sh: gnuradio-companion: command not found}}}[[BR]]
     4{{{find / -name "gnuradio-companion"}}}  did not find something to execute[[BR]]
    55installed:[[BR]]
    6 port install gnuradio @3.6.2_2+grc+python27+qtgui+docs [[BR]]
     6{{{
     7port install gnuradio @3.6.2_2+grc+python27+qtgui+docs
     8}}}
    79maybe im overlooking something, or should there be a script or executable named gnuradio-companion?