[Discuss-gnuradio] Boost 1.40 won't build on OSX 10.6

2009-11-17 Thread Ed Criscuolo
I recently upgraded to a new MacBook Pro with OSX 10.6 and can't get GnuRadio 3.2.2 to configure because it wants Boost >=1.35 and I have Boost 1.33. When I try to upgrade Boost using macports, it fails with the following (long) error: Error: Target org.macports.build returned: shell command " c

[Discuss-gnuradio] Jack instead of ALSA

2009-11-17 Thread Charles Herdt
Hello Hoping anyone had gone through this before. I am trying to make some experiments with jack audio in linux (Ubuntu 9.10), but so far, all I could get is Alsa. I'm using the audio.sink and audio.source blocks, and have not yet figured out a way for it to use Jack. I have jack audio compil

Re: [Discuss-gnuradio] transmitting two independent Signals

2009-11-17 Thread Robert Miller
Hi - Just wanted to say that I found out what was wrong. In the code below, self.dst.db[0][0] was the issue when using the new GNU Radio version. I had to change the code to: self.dst.db(0)[0] in order for it to run properly perhaps this was a python issue? Thanks! Rob Robert Miller wrot

Re: [Discuss-gnuradio] GR on Karmic

2009-11-17 Thread Martin Braun
On Tue, Nov 17, 2009 at 03:55:11PM +0300, Alexander Chemeris wrote: > Have you upgraded from 9.04? > You may need to run "make distclean" and then configure and > compile again. Seems there are bugs in configure that it does not > update some makefiles. Just yesterday I update boost from 1.35 to >

RE: [Discuss-gnuradio] RE: Again! no module named grc!

2009-11-17 Thread Tachwali, Yahia
Hello Josh, Thanks alot for your help. Noting that this problem appeared after the restart, it turns out that the Pythonpath was altered to a default value. I have a 64bit machine so the libraries are in lib64 folder and not lib as defaulted somehow in my pc when I do the restart. I followed yo

Re: [Discuss-gnuradio] GR on Karmic

2009-11-17 Thread Alexander Chemeris
Hi, Have you upgraded from 9.04? You may need to run "make distclean" and then configure and compile again. Seems there are bugs in configure that it does not update some makefiles. Just yesterday I update boost from 1.35 to 1.37 on my Ubuntu 9.04 and faced the same problem. It was solved with "ma

[Discuss-gnuradio] GR on Karmic

2009-11-17 Thread Martin Braun
Hi, has anyone managed to get GR running on Ubuntu Karmic? I managed to configure & compile, no errors there, but whenever I try to run anything, I get File "/usr/lib/python2.6/dist-packages/gnuradio/gr/__init__.py", line 43, in from gnuradio_swig_python import * File "/usr/lib/python2.6