On Fri, Mar 31, 2006 at 05:30:04PM -0800, Thomas Schmid wrote: > Hi Eric, > > I tried the new scripts today. Updating of my old distribution with > cvs up didn't work. It had some problems with the parallel to serial > scripts which were removed and didn't want to compile. Thus, I did a > fresh checkout of everything and the build worked flawlessly. This was > on my debian box. Next, I will try it on Mac OS X to see if it works > there too. > > Thomas
Thanks for the feedback. The problem with parallel to serial is an out-of-date set of dependencies for swig. It's possible to work around that by $ cd gnuradio-core/src/lib/swig $ rm gnuradio_swig_python.d $ touch gnuradio_swig_python.d But I think the fresh checkout is a better bet. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
