-
Notifications
You must be signed in to change notification settings - Fork 110
installing gnuradio on 10.10.1 #55
Comments
I second that. |
You might've already tried this, but according to this link, the solution might be to upgrate
|
Same here(?). Upgrading gcc did not help. I also upgraded to 10.10.2, and the message changed from
to
Here's the whole output, in case it's actually something else:
|
Im also having the same issue: |
Same thing here
|
I, too, have this issue. Firstly, I installed apple-gcc42 because it was listed as a dependency:
So I installed apple-gcc42 like it wanted:
Then the installation of gnuradio proceeded until I had the same error as mmonka:
This seems to be an error generated by the version of gcc it wanted. If I run the apple-gcc42 that was installed, I get the same error:
Lines 49-51 in gnuradio.rb force compilation with gcc-4.2. I'm going to attempt to change that to gcc-4.9 and see if it works. I'll report back soon... EditOkay, I removed the gcc-4.2 requirement. The error:
is not present anymore, but the build blows up nonetheless. Here's what I'm getting now (running brew with the -vd flags):
Going to update shortly once I try to fix this... Edit 2I tried using clang and gcc-4.9. Neither worked. I gave up and just used robotastic/hackrf/gnuradio, since that one actually works. |
Any news? I have this problem too... |
brew install -vd --with-qt gnuradio |
In case HEAD version: Your branch is up-to-date with 'origin/master'. |
i try to install gnuradio on my mac (10.10.1)
$ brew install gnuradio
==> Installing gnuradio from titanous/homebrew-gnuradio
==> Downloading http://gnuradio.org/releases/gnuradio/gnuradio-3.6.5.1.tar.gz
################################################################## 100,0%
==> Patching
patching file grc/CMakeLists.txt
patching file gr-qtgui/lib/spectrumdisplayform.ui
==> cmake .. -DCMAKE_PREFIX_PATH=/usr/local/Cellar/gnuradio/3.6.5.1 -DQWT_INCLUDE_DIRS=/usr/local/lib/qwt.framework/Headers -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/gnuradio/3.6.5.1 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DENABLE_GR_QTGUI=OFF -DENABLE_DOXYGEN=OFF
==> make
ld: -rpath can only be used when targeting Mac OS X 10.5 or later
collect2: ld returned 1 exit status
make[2]: *** [volk/lib/libvolk.0.0.0.dylib] Error 1
make[1]: *** [volk/lib/CMakeFiles/volk.dir/all] Error 2
make: *** [all] Error 2
couldn't understand kern.osversion `14.0.0'
READ THIS: http://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/titanous/homebrew-gnuradio/issues
Any idea how to solve this? Do you need more details for debugging?
The text was updated successfully, but these errors were encountered: