RE: [Discuss-gnuradio] binary installergnuradio-2.5cvs.win32.exeforwindows

2005-08-12 Thread Beck, Andrew Thomas - BECAT001
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

[Discuss-gnuradio] Signal Generator GUI

2005-08-12 Thread cswiger
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

[Discuss-gnuradio] Unable to run tests

2005-08-12 Thread n4hy
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

Re: [Discuss-gnuradio] Signal Generator GUI

2005-08-12 Thread Eric Blossom
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-

Re: [Discuss-gnuradio] Unable to run tests

2005-08-12 Thread Eric Blossom
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

Re: [Discuss-gnuradio] Unable to run tests

2005-08-12 Thread n4hy
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

Re: [Discuss-gnuradio] Unable to run tests

2005-08-12 Thread Eric Blossom
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

Re: [Discuss-gnuradio] Unable to run tests

2005-08-12 Thread Robert McGwier
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