Re: [Discuss-gnuradio] Python function processing block

2006-10-03 Thread Marcus Leech
Eric Blossom wrote: This is all good info. You could build a few classes derived from gr_sync_block that would use the same techniques. Eric Looking at the qa_feval stuff, how does this conflict with Pythons builtin eval function, which is used to do a runtime evaluation of an

Re: [Discuss-gnuradio] Python function processing block

2006-10-03 Thread Marcus Leech
Eric Blossom wrote: http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/lib/general/gr_feval.h It defines a function 'eval' that can be called either from C++ or from Python. In Python you can subclass this and override the eval function with whatever you want. When the

[Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Johnathan Corgan
This is just a reminder to the group that we have GNU Radio release 3.0rc1 available for testing: http://gnuradio.org/releases/gnuradio/gnuradio-3.0rc1.tar.gz There have been no reported problems so far, but it would also be helpful to get more works for me reports as well. You can send a note

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Greg Troxel
3.0rc1 fails on NetBSD due to missing fusb_ra_wb.h: Hmm, I'll try it myself. But a fresh checkout of svn head has the file. Does your working area look like this? fnord gdt 7 ~/ADROIT-public/gnuradio/usrp/host/lib l total 320 -rw-r--r-- 1 gdt ir 3370 Oct 3 15:36 Makefile.am

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Greg Troxel
The problem is that fusb_ra_wb.h isn't listed in noinst_HEADERS. I suppose make distcheck would catch this in svn if run on recent-enough NetBSD. I'll run that tomorrow. -- Greg Troxel [EMAIL PROTECTED] pgpi0LhZeghE5.pgp Description: PGP signature

Re: [Discuss-gnuradio] Python function processing block

2006-10-03 Thread Eric Blossom
On Tue, Oct 03, 2006 at 09:19:19AM -0400, Marcus Leech wrote: Eric Blossom wrote: This is all good info. You could build a few classes derived from gr_sync_block that would use the same techniques. Eric Looking at the qa_feval stuff, how does this conflict with Pythons

Re: [Discuss-gnuradio] Python function processing block

2006-10-03 Thread Eric Blossom
On Tue, Oct 03, 2006 at 11:40:14AM -0400, Marcus Leech wrote: Eric Blossom wrote: http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/lib/general/gr_feval.h It defines a function 'eval' that can be called either from C++ or from Python. In Python you can subclass this and

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Eric Blossom
On Tue, Oct 03, 2006 at 12:47:05PM -0400, Tom Rondeau wrote: I haven't tried the tarball, but checking the latest trunk from SVN worked fine. I've only played with the digital modulation portions so far, but no problem with the install or operation of anything I've used after a make distclean.

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Eric Blossom
On Tue, Oct 03, 2006 at 03:59:47PM -0400, Greg Troxel wrote: The problem is that fusb_ra_wb.h isn't listed in noinst_HEADERS. I suppose make distcheck would catch this in svn if run on recent-enough NetBSD. I'll run that tomorrow. Greg Troxel [EMAIL PROTECTED] Could also have been

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Johnathan Corgan
Greg Troxel wrote: The problem is that fusb_ra_wb.h isn't listed in noinst_HEADERS. I suppose make distcheck would catch this in svn if run on recent-enough NetBSD. I'll run that tomorrow. This has been fixed in r3697 on the SVN trunk and r3698 in the release-3.0 branch, which will

[Discuss-gnuradio] GNU Radio 3.0 Release Candidate 2 available for testing

2006-10-03 Thread Johnathan Corgan
All, Release candidate 3.0rc2 is now available for testing at: http://gnuradio.org/releases/gnuradio/gnuradio-3.0rc2.tar.gz Changes since 3.0rc1: * r3696 - Fixed problem with logging dbpsk (gnuradio-core) * r3698 - Fixed ticket:79 (usrp, missing header file in distribution) * r3700 -

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Michael Dickens
This is for 3.0rc1, trying to compile under OSX 10.4.7 and 10.4.8 on both PPC and Intel Macs. Everything basically configures (except see below), makes (make and make -j3), installs, and distchecks. I will try actually running (3.0rc2) tomorrow on a known-working OSX PPC (dual G5). - MLD

[Discuss-gnuradio] Looking to start a project

2006-10-03 Thread Newell Jensen
My name is Newell and I recently recieved my USRP and TVRX daughter board. I am fairly new to all this but I was wanting to see if there was anything (a project) that anyone knew of that I could help out with, given my experience (I would consider myself new to programming in general but

Re: [Discuss-gnuradio] Test reports needed for release 3.0rc1 tarball

2006-10-03 Thread Michael Dickens
gr-video-sdl requires library sdl, not found. The configure script will say this for any reason the SDL test fails, so it should probably say 'not found or failed compilation test' or something like that to be more accurate. Not sure if it helps, but here's the relevant output from