Title: RE: [Discuss-gnuradio] binary installergnuradio-2.5cvs.win32.exeforwindows
I've always had a test failure for gr_vmcircbuf_mmap_tmpfile_factory, but
never worried about it. Looking at it further, I think there was a similar
logic error there also. That is, it was reallocating the same
Gang - Ok here's my latest project: a pretty face and some logic
for gnuradio-examples/python/usrp/usrp_siggen.py.
http://webpages.charter.net/cswiger/siggen/
Be sure to read the notes at the bottom of the page carefully
for ease of use. Also needs the green numerals installed.
It has logic whi
All of my usual tricks to get past these test failures now fail. This
seems to be the heart of the problem in the tests in gnuradio-core
import _gnuradio_swig_python
ImportError:
/usr/local/src/gr-build/gnuradio-core/src/lib/swig/.libs/_gnuradio_swig_python.so:
undefined symbol: _Z21gr_ma
On Fri, Aug 12, 2005 at 03:06:32PM -0400, cswiger wrote:
> Gang - Ok here's my latest project: a pretty face and some logic
> for gnuradio-examples/python/usrp/usrp_siggen.py.
>
> http://webpages.charter.net/cswiger/siggen/
>
Nice!
Eric
___
Discuss-
On Fri, Aug 12, 2005 at 07:52:21PM +, n4hy wrote:
> All of my usual tricks to get past these test failures now fail. This
> seems to be the heart of the problem in the tests in gnuradio-core
>
>
>import _gnuradio_swig_python
> ImportError:
> /usr/local/src/gr-build/gnuradio-core/src/li
Nevermind. I am running gcc 3.3.4 and the exception handler compile is
bombing. Is there no work around for this aside from breaking out gcc 3.4?
Bob
n4hy wrote:
All of my usual tricks to get past these test failures now fail. This
seems to be the heart of the problem in the tests in gn
On Fri, Aug 12, 2005 at 08:12:01PM +, n4hy wrote:
> Nevermind. I am running gcc 3.3.4 and the exception handler compile is
> bombing. Is there no work around for this aside from breaking out gcc 3.4?
The fix for a busted compiler is to replace it with a working compiler ;-)
Eric
I deleted the gnuradio-core directory and reinstalled just before this
as a "last resort".
I then downloaded, configured, made and installed gcc 3.4.4 since SuSE
has gcc 3.3.
That has not helped either.
all the gr_float_to_char.[cc,h,i] are there and the .lo is made. The
test fails.
Bob
E