Re: [Discuss-gnuradio] problem with just checked out and recompiled gnuradio

2006-12-19 Thread Greg Troxel
I probably didn't rebuild all since swig upgrade to 1.3.31. I suppose the Makefile.am's need to have a dependency on the swig executable :-) (I know, ENOPATCH...) I got a different error, so I did make distclean and a full rebuild. Now I get this, which I'll look into when I get a chance. gdt

Re: [Discuss-gnuradio] problem with just checked out and recompiled gnuradio

2006-12-19 Thread Berndt Josef Wulf
On Tuesday 19 December 2006 23:42, Greg Troxel wrote: I probably didn't rebuild all since swig upgrade to 1.3.31. I suppose the Makefile.am's need to have a dependency on the swig executable :-) (I know, ENOPATCH...) I got a different error, so I did make distclean and a full rebuild. Now I

Re: [Discuss-gnuradio] problem with just checked out and recompiled gnuradio

2006-12-19 Thread Johnathan Corgan
On Tue, 2006-12-19 at 08:12 -0500, Greg Troxel wrote: Undefined PLT symbol _ZN14gr_basic_block11basic_blockEv (symnum = 81) This symbol is defined in a new file that was recently checked in, gr_basic_block.cc, in gnuradio-core/src/lib/runtime. For some reason it looks like this isn't getting

Re: [Discuss-gnuradio] problem with just checked out and recompiled gnuradio

2006-12-19 Thread Robert McGwier
make distclean; ./bootstrap;./configure;make;sudo make install definitely seems in order. Bob Johnathan Corgan wrote: On Tue, 2006-12-19 at 08:12 -0500, Greg Troxel wrote: Undefined PLT symbol _ZN14gr_basic_block11basic_blockEv (symnum = 81) This symbol is defined in a new file

[Discuss-gnuradio] problem with just checked out and recompiled gnuradio

2006-12-18 Thread Matteo Campanella
Hello folks, I've just wiped out and recompiled the whole GNURADIO on my FC5 64, and unfortunately now no application runs anymore... even the simplest dial_tone.py produces this output: [EMAIL PROTECTED] audio]$ ./dial_tone.py Traceback (most recent call last): File ./dial_tone.py, line 23, in

Re: [Discuss-gnuradio] problem with just checked out and recompiled gnuradio

2006-12-18 Thread Greg Troxel
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. Traceback (most recent call last): File ./dial_tone.py, line 55, in ? my_graph().run() File ./dial_tone.py, line 49, in __init__ self.connect (src0, (dst, 0)) File

Re: [Discuss-gnuradio] problem with just checked out and recompiled gnuradio

2006-12-18 Thread Eric Blossom
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