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
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 getti
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.
>
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
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 signa
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
"/usr/adroi
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, i