Open gyaresu opened 9 years ago
I definitely didn't follow everything that you did here, but at the top, you said that you tapped andresv/homebrew-gnuradio for just the gr-osmodo formula.
Try using (and testing) my formula instead: chleggett/homebrew-gr-osmosdr
@metacollin and I are trying to make discreet packages of each component to be able to quickly fold into homebrew when everything's stable.
Thanks @chleggett I'm up and running now but I'll uninstall and give that a try later tonight on the fresh OS X install to test.
I really appreciate the work making gnuradio modular and available via Homebrew. Happy to help and available in IRC (#hackrf & #gnuradio). Same username.
@chleggett Testing complete.
Tapping metacollin/gnuradio
& chleggett/homebrew-gr-osmosdr
didn't work. It still exploded.
Tapping metacollin/gnuradio
and installing gnuradio followed by untapping it and then tapping andresv/gnuradio
to install gr-osmosdr
is the only way I can get it to work (from my regular and fresh OS X systems)
So weird.
note: I got this working a minute ago by untapping untapping
metacollin/hombrew-gnuradio
after install gnuradio and then tappingandresv/homebrew-gnuradio
to install justgr-osmosdr
I know that's not optimal but I need to get some wins under my belt before coming back to shave some more yaks.
Follow-up to follow
Gnuradio will build and run after installation but if I try compiling and installing gr-osmosdr it dies with:
What am I missing?
Is it a Library problem?
Is this (from the following code) the problem?:
dyld: loaded: /System/Library/Frameworks/Python.framework/Versions/2.7/Python
python
Homebrew python
python packages
Checked that libs aren't built against OS X python
https://gist.github.com/gyaresu/cb34de99bd8bb62a3f56
gnuradio deps are installed
Compile
http://sdr.osmocom.org/trac/wiki/GrOsmoSDR mkdir build > cmake .. > make > sudo make install
Install