discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] OFDM in n4hy's tree


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] OFDM in n4hy's tree
Date: Fri, 26 Jan 2007 19:22:58 -0800
User-agent: Mutt/1.5.9i

On Fri, Jan 26, 2007 at 06:25:29PM -0800, Brett Trotter wrote:
> 
> I took Dan Halperin's advice and totally deleted my build tree- I also
> totally cleaned out all traces of gnuradio and re-checked out everything
> from subversion and re-built (n4hy's tree) and am still missing
> _gnuradio_swig_python.

There is no longer a _gnuradio_swig_python file.  It's not supposed to
be there.  I believe the problem you are seeing is related to stale
swig dependencies left over in the current build tree.

See http://gnuradio.org/trac/ticket/130

Either of these should fix the problem:

(1)
    If you start with a fresh checkout -- into an *empty* directory -- I'm
    pretty sure that you will not see the message.  By *empty* I mean
    *empty*.  That is, no .deps or .libs files, or anything else for
    that matter.

(2) 
    cd gnuradio-core/src/lib/swig
    for file in *.d do; cp /dev/null $file; done
    make

Eric




reply via email to

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