Re: [Discuss-gnuradio] Linking Boost Libraries

2013-01-26 Thread Jeffrey Grasty
Hi Josh, Thanks! That worked. Jeff On Fri, Jan 25, 2013 at 11:14 PM, Josh Blum wrote: > > > On 01/25/2013 05:12 PM, Jeffrey Grasty wrote: > > Hi, > > > > I am trying to measure the execution time of a for loop in a block and am > > trying to use boost::chrono class to do it. However, when I

Re: [Discuss-gnuradio] GNUradio and Windows 7

2013-01-26 Thread mleech
On 26 Jan 2013 13:08, Johnathan Corgan wrote: > On Sat, Jan 26, 2013 at 9:50 AM, wrote: > >> That is a known issue with the wxGTK implementation on Windows, and not specific to Gnu Radio, unfortunately. > I think Balint Seeber recently fixed this: > > http://gnuradio.org/cgit/gnuradio.git/c

Re: [Discuss-gnuradio] GNUradio and Windows 7

2013-01-26 Thread Johnathan Corgan
On Sat, Jan 26, 2013 at 9:50 AM, wrote: > ** > > That is a known issue with the wxGTK implementation on Windows, and not > specific to Gnu Radio, unfortunately. > I think Balint Seeber recently fixed this: http://gnuradio.org/cgit/gnuradio.git/commit/?id=d3c7e93f It's on the master branch and w

Re: [Discuss-gnuradio] GNUradio and Windows 7

2013-01-26 Thread mleech
That is a known issue with the wxGTK implementation on Windows, and not specific to Gnu Radio, unfortunately. On 26 Jan 2013 12:46, tok...@myranch.com wrote: > I have finally been able to get GNUradio to run under Windows 7 but have the following issues when running GNUradio-Companion.py: >

[Discuss-gnuradio] GNUradio and Windows 7

2013-01-26 Thread tokens
I have finally been able to get GNUradio to run under Windows 7 but have the following issues when running GNUradio-Companion.py: 1. When I select blocks to be placed in the working window I can’t move the block around. 2. I have been running a relatively simple program on my Linux computer but

[Discuss-gnuradio] Problems with build-gnuradio during the firmware download

2013-01-26 Thread Marcus D. Leech
Recent UHD has moved some of its pieces (most notably the firmware downloader) from /usr/local/share/uhd to /usr/local/lib/uhd or /usr/local/lib64/uhd. This caused build-gnuradio to "fall back" to the older firmware downloading method, using wget, which is now pointing at stale links. I've

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-26 Thread Barry Jackson
On 25/01/13 17:04, Tom Rondeau wrote: On Fri, Jan 25, 2013 at 11:57 AM, Barry Jackson mailto:zen25...@zen.co.uk>> wrote: The qtgui one that "fixed itself" still fails during the build, it only passes when run manually. During build? You mean if you run "make test" (or just "ctest"