Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Build failure on test_gruel #24

Open
yuvadm opened this issue Nov 28, 2012 · 1 comment
Open

Build failure on test_gruel #24

yuvadm opened this issue Nov 28, 2012 · 1 comment

Comments

@yuvadm
Copy link

yuvadm commented Nov 28, 2012

==> Installing gnuradio
==> Downloading http://gnuradio.org/releases/gnuradio/gnuradio-3.6.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.1 -DQWT_INCLUDE_DIRS=/usr/local/lib/qwt.framework/Headers -DCMAKE_INSTALL_PREFIX=/usr/local/Cell
==> make
[ 28%] Building CXX object gruel/src/lib/CMakeFiles/test_gruel.dir/pmt/qa_pmt.cc.o
[ 28%] Building CXX object gruel/src/lib/CMakeFiles/test_gruel.dir/test_gruel.cc.o
Linking CXX executable test_gruel
[ 28%] Built target test_gruel
make: *** [all] Error 2
@ibtaylor
Copy link

I think I had to do
brew install gnuradio --debug
get a shell, then edit
CMakeFiles/gnuradio-qtgui.dir/link.txt
and append
-F/usr/local/lib
so it could find the QtGui framework.

Hopefully this is related to your issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants