Re: [Discuss-gnuradio] Error messages when running gr_filter_design for gnuradio 4.7 on MacPorts

2013-02-05 Thread Albert Chun-Chieh Huang
Michael Dickens m...@alum.mit.edu writes: Hi Albert - On my end as the maintainer of the gnuradio* ports in MacPorts, I'll add a runtime dependency on py*-pyqwt for gr-utils. It'll be a little tricky since I have to get the variants to match up (the variant for pyqwt and which version of qwt

[Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Albert Chun-Chieh Huang
Hi, all, I've just searched on the archive of this mailing list as well as google. I could not find the answer for this combination. What I'm trying to do is compiling latest gr-osmosdr with gnuradio 3.7, which is installed by gnuradio-next package in MacPorts. Configuration seems good. But

Re: [Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Alexandru Csete
GNU Radio 3.7 will be the *next* release and since it breaks API compatibility due to namespaces being reorganized third party code will have to be updated. Alex On Tue, Feb 5, 2013 at 9:06 AM, Albert Chun-Chieh Huang alberthuang...@gmail.com wrote: Hi, all, I've just searched on the archive

[Discuss-gnuradio] make test hangs at gr-core-test-all qa_pdu

2013-02-05 Thread Martin Lülf
Hi, while working on my issue with asynchronous blocks ( https://lists.gnu.org/archive/html/discuss-gnuradio/2013-01/msg00488.html ). I discovered that the two tests 'gr-core-test-all' and 'qa_pdu' sometimes hang up. That means they never return until I interrupt with Ctr+C. If I repeat the same

Re: [Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Albert Chun-Chieh Huang
Alex, Yes, I know it's next release. I just wonder if I'm lucky enough to have gr-osmosdr ready for it at this moment. :-) Among cheap SDR solutions, is Fun Cube the only one ready for gnuradio 3.7 right now? It is always built in gnuradio repo, right? Albert Alexandru Csete

Re: [Discuss-gnuradio] Error messages when running gr_filter_design for gnuradio 4.7 on MacPorts

2013-02-05 Thread Tom Rondeau
On Tue, Feb 5, 2013 at 2:47 AM, Albert Chun-Chieh Huang alberthuang...@gmail.com wrote: Tom Rondeau t...@trondeau.com writes: On Mon, Feb 4, 2013 at 10:15 AM, Albert Chun-Chieh Huang alberthuang...@gmail.com wrote: Hi, all, I updated MacPorts to 2.1.3 just now and installed

Re: [Discuss-gnuradio] make test hangs at gr-core-test-all qa_pdu

2013-02-05 Thread Tom Rondeau
On Tue, Feb 5, 2013 at 5:28 AM, Martin Lülf m...@mluelf.de wrote: Hi, while working on my issue with asynchronous blocks ( https://lists.gnu.org/archive/html/discuss-gnuradio/2013-01/msg00488.html ). I discovered that the two tests 'gr-core-test-all' and 'qa_pdu' sometimes hang up. That

Re: [Discuss-gnuradio] resampler block not work properly

2013-02-05 Thread Tom Rondeau
On Mon, Feb 4, 2013 at 1:27 PM, Chenfei Gao cga...@syr.edu wrote: Hi all, I desire to set the sampling rate of my receiver on usrp n200 to 30.72Msps. I have noticed that the sampling rate supported by uhd.usrp_source could only be set to integer fractions of default clock rate 100MHz. Thus,

Re: [Discuss-gnuradio] problem in installing mybasic module

2013-02-05 Thread Tom Rondeau
On Mon, Feb 4, 2013 at 6:08 AM, Mohammed Ramadan eng_mo7med2...@yahoo.comwrote: i downloaded the example my-basic which making as an amplifier and i try to install this module using commands: $ sudo ./bootstrap $ sudo ./configure $ cd swig $ sudo make generate-makefile-swig $ cd .. $

Re: [Discuss-gnuradio] Problem while doing make in making block

2013-02-05 Thread Tom Rondeau
On Sun, Feb 3, 2013 at 6:02 AM, Mohammed Ramadan eng_mo7med2...@yahoo.comwrote: i am still face problem for making simple block in gnuradio i am using gr_modtool i follow the steps 1- creating the module ( named ramadan) 2 adding the block(mm) i have 2 files in lib (mm_imp.cc, mm_imp.hh)

Re: [Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Alexandru Csete
On Tue, Feb 5, 2013 at 12:51 PM, Albert Chun-Chieh Huang alberthuang...@gmail.com wrote: Alex, Yes, I know it's next release. I just wonder if I'm lucky enough to have gr-osmosdr ready for it at this moment. :-) Among cheap SDR solutions, is Fun Cube the only one ready for gnuradio 3.7

Re: [Discuss-gnuradio] Problem while doing make in making block

2013-02-05 Thread Martin Lülf
On Sun, Feb 3, 2013 at 6:02 AM, Mohammed Ramadan eng_mo7med2...@yahoo.comwrote: i am still face problem for making simple block in gnuradio i am using gr_modtool i follow the steps 1- creating the module ( named ramadan) 2 adding the block(mm) i have 2 files in lib (mm_imp.cc,

Re: [Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Alexandru Csete
I don't see why gnuradio 3.7 wouldn't work with open suse 12.2, though based on our past conversations I suspect you mean the build-gnuradio script, which is something different. Alex On Tue, Feb 5, 2013 at 12:41 PM, Erik Jakobsen oz4...@gmail.com wrote: Alex, wil it work with opensuse 12. 2?

[Discuss-gnuradio] Use of 64-bit libraries

2013-02-05 Thread Graeme Gemmill
Just starting to get involved with GNU Radio, on Mandriva 2011_x64 1. How do I tell cmake to use 64 bit libraries? cmake says: - checking for module 'orc-0.4 0.4.11' -- package 'orc-0.4 0.4.11' not found -- orc files (missing: ORC_INCLUDE_DIR) but: [root@handel lib64]# ls -l|grep orc

Re: [Discuss-gnuradio] Use of 64-bit libraries

2013-02-05 Thread Tom Rondeau
On Tue, Feb 5, 2013 at 10:12 AM, Graeme Gemmill gra...@gemmill.name wrote: Just starting to get involved with GNU Radio, on Mandriva 2011_x64 1. How do I tell cmake to use 64 bit libraries? cmake says: - checking for module 'orc-0.4 0.4.11' -- package 'orc-0.4 0.4.11' not found -- orc

Re: [Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Alexandru Csete
On Tue, Feb 5, 2013 at 3:47 PM, Alexandru Csete oz9...@gmail.com wrote: On Tue, Feb 5, 2013 at 12:51 PM, Albert Chun-Chieh Huang alberthuang...@gmail.com wrote: Alex, Yes, I know it's next release. I just wonder if I'm lucky enough to have gr-osmosdr ready for it at this moment. :-) Among

Re: [Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Tom Rondeau
On Tue, Feb 5, 2013 at 1:12 PM, Alexandru Csete oz9...@gmail.com wrote: On Tue, Feb 5, 2013 at 3:47 PM, Alexandru Csete oz9...@gmail.com wrote: On Tue, Feb 5, 2013 at 12:51 PM, Albert Chun-Chieh Huang alberthuang...@gmail.com wrote: Alex, Yes, I know it's next release. I just wonder if

Re: [Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Tom Rondeau
On Tue, Feb 5, 2013 at 1:32 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Feb 5, 2013 at 1:12 PM, Alexandru Csete oz9...@gmail.com wrote: On Tue, Feb 5, 2013 at 3:47 PM, Alexandru Csete oz9...@gmail.com wrote: On Tue, Feb 5, 2013 at 12:51 PM, Albert Chun-Chieh Huang

Re: [Discuss-gnuradio] make test hangs at gr-core-test-all qa_pdu

2013-02-05 Thread Martin Lülf
On Tue, Feb 5, 2013 at 5:28 AM, Martin Lülf m...@mluelf.de wrote: Hi, while working on my issue with asynchronous blocks ( https://lists.gnu.org/archive/html/discuss-gnuradio/2013-01/msg00488.html ). I discovered that the two tests 'gr-core-test-all' and 'qa_pdu' sometimes hang up. That

[Discuss-gnuradio] QA Testing Fails

2013-02-05 Thread Brooke Hayden
When completing the tutorial for an out-of-tree-module, the qa tests never pass. The errors received look like the following when running the ctest -V command: test 2 Start 2: qa_square_ff 2: Test command: /bin/sh /home/sdr/Tutorials/gr-howto/build/python/qa_square_ff_test.sh 2: Test timeout

Re: [Discuss-gnuradio] QA Testing Fails

2013-02-05 Thread Martin Braun (CEL)
Brooke, you'll have to be more specific. Were you creating a Python block? A C++ block? Which version do you have installed? On Tue, Feb 05, 2013 at 02:27:19PM -0500, Brooke Hayden wrote: When completing the tutorial for an out-of-tree-module, the qa tests never pass. The errors received look

[Discuss-gnuradio] Gnuradio opensuse 12.2 query

2013-02-05 Thread Erik Jakobsen
Hi. I'm trying to install gnuradio on an _/opensuse 12.2/_ system. I do it with this script: http://www.sbrac.org/files/build-gnuradio I get this: quote Installing prequisites..._Only OpenSuSE 12.1_ is supported by this script \end quote How to get it to be used for opensuse 12.2 ? 73s Erik

Re: [Discuss-gnuradio] Gnuradio opensuse 12.2 query

2013-02-05 Thread mleech
On 05 Feb 2013 16:00, Erik Jakobsen wrote: Hi. I'm trying to install gnuradio on an _opensuse 12.2_ system. I do it with this script: http://www.sbrac.org/files/build-gnuradio [1] I get this: Installing prequisites...Only OpenSuSE 12.1 is supported by this script How to get

Re: [Discuss-gnuradio] Gnuradio opensuse 12.2 query

2013-02-05 Thread Erik Jakobsen
On 05 Feb 2013 16:00, Erik Jakobsen wrote: Hi. I'm trying to install gnuradio on an /opensuse 12.2/ system. I do it with this script: http://www.sbrac.org/files/build-gnuradio I get this: Installing prequisites...Only OpenSuSE 12.1 is supported by this script How to get it to be used

Re: [Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Alexandru Csete
On Tue, Feb 5, 2013 at 7:49 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Feb 5, 2013 at 1:32 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Feb 5, 2013 at 1:12 PM, Alexandru Csete oz9...@gmail.com wrote: I have installed the next branch and I can't find any of the noise_source_x

Re: [Discuss-gnuradio] Compiling gr-osmosdr with gnuradio 3.7

2013-02-05 Thread Tom Rondeau
On Tue, Feb 5, 2013 at 5:23 PM, Alexandru Csete oz9...@gmail.com wrote: On Tue, Feb 5, 2013 at 7:49 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Feb 5, 2013 at 1:32 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Feb 5, 2013 at 1:12 PM, Alexandru Csete oz9...@gmail.com wrote: I