On Fri, Jan 26, 2007 at 07:22:58PM -0800, Eric Blossom wrote: > 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
I've given you somewhat incorrect info. Bob's ofdm tree hasn't been updated with the changes that split gnuradio_swig_python into 5 pieces. Thus, there should be an _gnuradio_swig_python file. In any event, a checkout into an empty directory worked for me. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
