On Mon, Dec 18, 2006 at 05:12:16PM -0500, Greg Troxel wrote: > I also just rebuilt, and got a different error. > This is on NetBSD 4.99.5, i386, swig 1.3.31, gcc 4.1.2.
> File > "/usr/adroit/lib/python2.4/site-packages/gnuradio/gr/basic_flow_graph.py", > line 230, in _check_port > if signature.max_streams () == -1: # infinite > AttributeError: 'PySwigObject' object has no attribute 'max_streams' > swig/python detected a memory leak of type 'gr_io_signature_sptr *', no > destructor found. > python in free(): warning: modified (chunk-) pointer. This error is typically caused by having parts of the code compiled with different versions of swig. Try make clean, then rebuild and install. Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio