Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-28 Thread Michael Dickens
A quick BTW for Mac OS X users trying to install GNU Radio via use MacPorts -- a lesson learned from the off-list discussion between Ed and I: If installation of GNU Radio (not a dependency) fails, then before you do anything else, do sudo port clean gnuradio gnuradio-devel gnuradio-next and t

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-25 Thread Michael Dickens
Hi Ed - It sounds like the gnuradio port was installed, but for some reason GRC didn't pass configuration. The PATH and PYTHONPATH look fine to me. Do the following (watch wrap): {{{ sudo port -d configure gnuradio +full configure.compiler=llvm-gcc-4.2 > ~/Desktop/gnuradio_conf.txt 2>&1 }}}

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-25 Thread Ed Criscuolo
Mike, I've been avidly following this thread, since I recently had to upgrade (company policy) to OSX 10.8, and I wanted to get my gnuradio install running again at the 3.6.3 release. It looked like things had mostly settled down, so I made sure any old files were uninstalled, and tried the

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-24 Thread Albert Chun-Chieh Huang
Hi, Tom and Michael, Here is part of the message when I configure to use gcc 4.7 without orc support(and the build was failed) -- ORC support not found, Overruled arch orc -- Check size of void*[8] -- Check size of void*[8] - done -- CPU width is 64 bits, Overruled arch 32 --

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-23 Thread Tom Rondeau
On Wed, Jan 23, 2013 at 10:43 AM, Michael Dickens wrote: > On Jan 23, 2013, at 10:34 AM, Tom Rondeau wrote: > >> On Wed, Jan 23, 2013 at 10:29 AM, Michael Dickens > wrote: > >> I'm wondering what "volk_profile" is doing? It looks like it's running > through (all?) available kernels for a given

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-23 Thread Michael Dickens
On Jan 23, 2013, at 10:34 AM, Tom Rondeau wrote: >> On Wed, Jan 23, 2013 at 10:29 AM, Michael Dickens wrote: >> I'm wondering what "volk_profile" is doing? It looks like it's running >> through (all?) available kernels for a given algorithm and finding the >> "best" (fastest?) one. Is this co

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-23 Thread Tom Rondeau
On Wed, Jan 23, 2013 at 10:29 AM, Michael Dickens wrote: > Albert - Tom (as a VOLK developer) has some good advice: > > (1) Try installing GNU Radio without the +orc variant, and seeing what the > configure output is; combined with: > > (2) Run "volk_profile" after you've installed GNU Radio. It

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-23 Thread Michael Dickens
Albert - Tom (as a VOLK developer) has some good advice: (1) Try installing GNU Radio without the +orc variant, and seeing what the configure output is; combined with: (2) Run "volk_profile" after you've installed GNU Radio. It will test all of the kernels and create a $HOME/.volk/volk_config

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-23 Thread Michael Dickens
Hi Albert - On Jan 22, 2013, at 10:27 PM, Albert Chun-Chieh Huang wrote: > I'm thankful for what you've done to Mac users. Before this > port, building GNU Radio was really distressing and normally I just gave > up after several failed builds and use GNU Radio in Linux. You're welcome; I'm tha

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-23 Thread Tom Rondeau
On Tue, Jan 22, 2013 at 10:27 PM, Albert Chun-Chieh Huang < alberthuang...@gmail.com> wrote: > Michael Dickens writes: > > > On Jan 21, 2013, at 11:17 PM, Albert Chun-Chieh Huang < > alberthuang...@gmail.com> wrote: > If I run the following command: > sudo port -d configure gnuradio +docs +grc +o

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-22 Thread Albert Chun-Chieh Huang
Michael Dickens writes: > On Jan 21, 2013, at 11:17 PM, Albert Chun-Chieh Huang > wrote: >> How can I make gnuradio and volk be optimzed for Core i7? generic_orc seems >> not best optimized for core i7. > > Hi Albert - I'm glad to hear of your general success in using MacPorts > for GNU Radio

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-22 Thread Michael Dickens
On Jan 21, 2013, at 11:17 PM, Albert Chun-Chieh Huang wrote: > How can I make gnuradio and volk be optimzed for Core i7? generic_orc seems > not best optimized for core i7. Hi Albert - I'm glad to hear of your general success in using MacPorts for GNU Radio. For your particular question, I'l

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-21 Thread Albert Chun-Chieh Huang
Michael Dickens writes: > On Jan 10, 2013, at 3:35 PM, Alexandru Csete wrote: >> Thanks for your help. As it turns out, I simply forgot to run the last >> step that actually installs boost 1.51 after building it - that >> explains why boost 1.52 got installed with uhd. I have now rebuilt >> 1.51

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-18 Thread Michael Dickens
> ImportError: > dlopen(/opt/local/lib/python2.7/site-packages/osmosdr/_osmosdr_swig.so, 2): > Library not loaded: libgnuradio-osmosdr.0.dylib > Referenced from: > /opt/local/lib/python2.7/site-packages/osmosdr/_osmosdr_swig.so > Reason: image not found > > Seems like I am missing one final det

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-17 Thread Michael Dickens
Mike - What does "otool -L /opt/local/lib/python2.7/site-packages/osmosdr/_osmosdr_swig.so" return? If it does not contain "/opt/local/lib/libgnuradio-osmosdr.0.dylib", then there is a library linking issue. If it does, then I'll try installing it myself to see what's going on. On Jan 16, 20

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-16 Thread Josh Blum
On 01/16/2013 09:37 PM, Marcus D. Leech wrote: > On 16/01/13 09:02 PM, Michael L Kornegay wrote: >> Mike, >> maybe even the scan thing I noted above. See problem loading the dylib below: ImportError: dlopen(/opt/local/lib/python2.7/site-packages/osmosdr/_osmosdr_swig

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-16 Thread Marcus D. Leech
On 16/01/13 09:02 PM, Michael L Kornegay wrote: > Mike, > >>> maybe even the scan thing I noted above. See problem loading the dylib >>> below: >>> >>> ImportError: >>> dlopen(/opt/local/lib/python2.7/site-packages/osmosdr/_osmosdr_swig.so, 2): >>> Library not loaded: libgnuradio-osmosdr.0.dy

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-16 Thread Michael L Kornegay
Mike, >> maybe even the scan thing I noted above. See problem loading the dylib >> below: >> >> ImportError: >> dlopen(/opt/local/lib/python2.7/site-packages/osmosdr/_osmosdr_swig.so, 2): >> Library not loaded: libgnuradio-osmosdr.0.dylib >> Referenced from: >> /opt/local/lib/python2.7/sit

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-16 Thread Brian Cuthie
Thank you!!! -brian On Jan 9, 2013, at 9:41 AM, Michael Dickens wrote: > On Jan 8, 2013, at 4:35 PM, Johnathan Corgan wrote: >> GNU Radio release 3.6.3 is available here: > > For Mac OS X GNU Radio users: This morning (1/9) I updated the MacPorts' > install to this release ("gnuradio") as w

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-15 Thread Michael Dickens
Hi Michael - On Jan 14, 2013, at 5:58 PM, Michael L Kornegay wrote: > So in the case of rtl-sdr and gr-osmosdr is it suggested to still use the > MacPorts > rtl-sdr but as you say above install non-MacPorts gr-osmosdr in /usr/local? > > Or would it be better to be consistent and not install

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-14 Thread Michael L Kornegay
> Hi Michael - I'm glad you're having success with at least the MacPorts part > of things; > and, thanks! I'm glad to be back on top of UHD and GNU Radio within MacPorts > again. > Alexandru Csete already replied about what he has done with regard to your > questions > about gr-osmosdr and

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-13 Thread Michael Dickens
Hi Michael - I'm glad you're having success with at least the MacPorts part of things; and, thanks! I'm glad to be back on top of UHD and GNU Radio within MacPorts again. Alexandru Csete already replied about what he has done with regard to your questions about gr-osmosdr and rtl-sdr; so, I won

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-12 Thread Alexandru Csete
On Sat, Jan 12, 2013 at 8:19 PM, Michael L Kornegay wrote: > Alex, > > You said: > > Thanks for the tip - I will try to rebuild using gcc later and see > what difference it makes. For now I am happy that after installing > gnuradio, I could install the rtl-sdr and gr-osmosdr packages, and > since

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-12 Thread Michael L Kornegay
Alex, You said: > Thanks for the tip - I will try to rebuild using gcc later and see > what difference it makes. For now I am happy that after installing > gnuradio, I could install the rtl-sdr and gr-osmosdr packages, and > since I already had Qt 4.8 installed I could also build gqrx without >

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-10 Thread Alexandru Csete
On Thu, Jan 10, 2013 at 9:44 PM, Michael Dickens wrote: > > You can select a compiler suite by appending to the usual "port" commands > "configure.compiler=XXX", where XXX is one of: > > gcc-3.3 gcc-4.0 gcc-4.2 llvm-gcc-4.2 clang apple-gcc-4.0 apple-gcc-4.2 > macports-gcc-4.1 macports-gcc-4.2mac

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-10 Thread Michael Dickens
On Jan 10, 2013, at 3:35 PM, Alexandru Csete wrote: > Thanks for your help. As it turns out, I simply forgot to run the last > step that actually installs boost 1.51 after building it - that > explains why boost 1.52 got installed with uhd. I have now rebuilt > 1.51, deactivated 1.52 and installed

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-10 Thread Alexandru Csete
On Thu, Jan 10, 2013 at 2:20 AM, Michael Dickens wrote: > On Jan 9, 2013, at 4:33 PM, Alexandru Csete wrote: >> Thanks for the detailed instructions. >> >> I didn't have macports installed so I started from scratch. I installed >> macports, then boost 1.51 according to your instructions. Then I

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-09 Thread Michael Dickens
On Jan 9, 2013, at 4:33 PM, Alexandru Csete wrote: > Thanks for the detailed instructions. > > I didn't have macports installed so I started from scratch. I installed > macports, then boost 1.51 according to your instructions. Then I try to > install uhd before gnuradio: > > sudo ports install

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-09 Thread Alexandru Csete
On Wed, Jan 9, 2013 at 5:02 PM, Michael Dickens wrote: > On Jan 9, 2013, at 9:41 AM, Michael Dickens wrote: > > On Jan 8, 2013, at 4:35 PM, Johnathan Corgan > wrote: > >> GNU Radio release 3.6.3 is available here: > > > > For Mac OS X GNU Radio users: This morning (1/9) I updated the MacPorts'

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-09 Thread Michael Dickens
On Jan 9, 2013, at 9:41 AM, Michael Dickens wrote: > On Jan 8, 2013, at 4:35 PM, Johnathan Corgan wrote: >> GNU Radio release 3.6.3 is available here: > > For Mac OS X GNU Radio users: This morning (1/9) I updated the MacPorts' > install to this release ("gnuradio") as well as the latest GIT ma

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-09 Thread Michael Dickens
On Jan 8, 2013, at 4:35 PM, Johnathan Corgan wrote: > GNU Radio release 3.6.3 is available here: For Mac OS X GNU Radio users: This morning (1/9) I updated the MacPorts' install to this release ("gnuradio") as well as the latest GIT master ("gnuradio-devel") and next ("gnuradio-next"). NOTES:

[Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-08 Thread Johnathan Corgan
GNU Radio release 3.6.3 is available here: http://gnuradio.org/releases/gnuradio/gnuradio-3.6.3.tar.gz Contributors this release: Alick Zhao Alexandru Csete Ben Hilburn Ben Reynwar Brett L. Trotter Johnathan Corgan Josh Blum