discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Reinstalling gnuradio


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Reinstalling gnuradio
Date: Wed, 5 Apr 2006 10:18:22 -0700
User-agent: Mutt/1.5.9i

On Wed, Apr 05, 2006 at 06:10:11AM -0700, seph 004 wrote:
> 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 

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]