Reinstalling gnuradio

Hi

I’m trying to reinstall the gnuradio files from cvs. I get all the
files and start the ./bootstrap then ./configure procedure. When it
comes to executing ‘make’ however, it keeps breaking down with the
following error:

make[4]: Entering directory
/home/lance/gr-build/gnuradio-core/src/lib/swig' make[4]: *** No rule to make target…/…/…/src/lib/general/gr_serial_to_parallel.i’, needed by
gnuradio_swig_python.cc'. Stop. make[4]: Leaving directory/home/lance/gr-build/gnuradio-core/src/lib/swig’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /home/lance/gr-build/gnuradio-core/src/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/home/lance/gr-build/gnuradio-core/src’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lance/gr-build/gnuradio-core’
make: *** [all] Error 2

I’ve checked and double checked the dependancies, for the
gnuradio-core. I’ve also updated and reinstalled all of them. Can anyone
help? Am I missing something obvious?

Regards

Lance

seph 004 wrote:

`gnuradio_swig_python.cc’. Stop.
Lance

Hi Lance!

I had the same problem. As suggested by Robert McGwier I deleted the
hole gnuradio-core directory and checked out a new on, and it worked
flawless.

Patrick

Engineers motto: cheap, good, fast: choose any two
Patrick S.
Student of Telematik, Techn. University Graz, Austria

On Wed, Apr 05, 2006 at 06:10:11AM -0700, seph 004 wrote:

make[2]: Leaving directory /home/lance/gr-build/gnuradio-core/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/lance/gr-build/gnuradio-core’
make: *** [all] Error 2

I’ve checked and double checked the dependancies, for the gnuradio-core. I’ve also updated and reinstalled all of them. Can anyone help? Am I missing something obvious?

Regards

Lance

The quick solution is a fresh checkout into an empty directory.

You could also try:

$ cd gnuradio-core/src/lib/swig
$ rm gnuradio_swig_python.d
$ touch gnuradio_swig_python.d

Then start with the ./bootstrap and ./configure from the top.

Eric