Hi Everbody,
I tried to setup gnuradio on ubuntu 9.04. When i write "./configure
–with-boost=$BOOST_PREFIX # As per the instructions for installing
Boost " command on terminal some error occurs…
make[4]: *** [gnuradio-config-info] Error 1
make[4]: Leaving directory /home/merve/gnuradio/gnuradio-core/src/lib' make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory/home/merve/gnuradio/gnuradio-core/src/lib’
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory /home/merve/gnuradio/gnuradio-core/src' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory/home/merve/gnuradio/gnuradio-core’
make: *** [check-recursive] Error 1
Is there anybody know how can i can figure out this problem?
Merve…
On 03/28/2010 05:59 PM, Merve D. wrote:
make[1]: Leaving directory `/home/merve/gnuradio/gnuradio-core’
make: *** [check-recursive] Error 1
Is there anybody know how can i can figure out this problem?
We need to see more of the messages.
Philip
Hi Merve,
If you have followed the instructions at
http://gnuradio.org/redmine/wiki/1/UbuntuInstall
- Jaunty (9.04): Package sdcc-nf needs to be installed (instead of
sdcc)
sudo apt-get -y install swig g++ automake1.9 libtool python-dev
fftw3-dev
libcppunit-dev libboost1.35-dev sdcc-nf libusb-dev
libsdl1.2-dev python-wxgtk2.8 subversion git guile-1.8-dev
libqt4-dev python-numpy ccache python-opengl libgsl0-dev
python-cheetah python-lxml doxygen qt4-dev-tools
libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools
…then all you need to do is:
./bootstrap
./configure
make
make check
sudo make install
cheers,
mike