Re: [Discuss-gnuradio] UHD build apparently failed - build-gnuradio script

2015-08-07 Thread Yoda Master
Hello Marcus, first sorry, i miss version, it`s 8.1, but i think that don`t change anything. With verbose i catch where he failed, but stuck on this: Done building/installing UHD Done function uhd_build at: Fri Aug 7 10:12:54 CDT 2015 Starting function firmware at: Fri Aug

Re: [Discuss-gnuradio] UHD build apparently failed - build-gnuradio script

2015-08-07 Thread mleech
Given that you have an instance in /usr/lib/uhd/utils, that means you have an install from your distros package manager, and that needs to be removed before you do a source-based installed. Also, the usual location from a source install is: /usr/local/lib/uhd/utils/uhd_images_downloader.py

Re: [Discuss-gnuradio] UHD build apparently failed - build-gnuradio script

2015-08-05 Thread Marcus D. Leech
On 08/05/2015 06:47 PM, Yoda Master wrote: Hi, i try to install gnuradio with your script on Debian 8.4 64bit. I change in script version and he download pretty much of files, when he come to UHD, he breaks: Skipping git fetch, since 'uhd' and 'gnuradio' are new enough Starting function

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-24 Thread Moritz Fischer
Hi all, thanks for testing. Parts of that is already internally fixed on our branches for the rest I created patches. I expect this to be pushed to the public master in the next days. Thanks for hanging in there, Moritz On Mon, Mar 24, 2014 at 12:11 AM, Marcus D. Leech mle...@ripnet.com

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Moritz Fischer
Hi Marcus, Sara I think I fixed this somewhen back in december, when RHEL6 support broke. Which branch (tag) are you building off? UHD 3.7.0 (master) should have those changes. Cheers, Moritz On Sat, Mar 22, 2014 at 2:55 AM, Marcus D. Leech mle...@ripnet.com wrote: On 03/21/2014 09:40 PM,

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Marcus D. Leech
On 03/23/2014 10:23 AM, Moritz Fischer wrote: Hi Marcus, Sara I think I fixed this somewhen back in december, when RHEL6 support broke. Which branch (tag) are you building off? UHD 3.7.0 (master) should have those changes. Cheers, Moritz Here's a bit of git log of what I'm building:

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Moritz Fischer
Hi Marcus, On Sun, Mar 23, 2014 at 3:24 PM, Marcus D. Leech mle...@ripnet.com wrote: Here's a bit of git log of what I'm building: commit a8caec5f93976c081d488118f53a72dca49efdf6 Author: Ashish Chaudhari ash...@ettus.com ash...@ettus.com Date: Wed Feb 19 19:22:52 2014 -0800 b200:

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Marcus D. Leech
On 03/23/2014 12:08 PM, Moritz Fischer wrote: Hi Marcus, On Sun, Mar 23, 2014 at 3:24 PM, Marcus D. Leech mle...@ripnet.com mailto:mle...@ripnet.com wrote: Here's a bit of git log of what I'm building: commit a8caec5f93976c081d488118f53a72dca49efdf6 Author: Ashish Chaudhari

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Marcus Müller
boost::container is quite new (introduced in 1.48 afaik); I'm pulling master right now, but boost::container::vector should be STL-compatible. replace the incluse by #include vector and try ;) On 03/23/2014 06:10 PM, Marcus D. Leech wrote: On 03/23/2014 12:08 PM, Moritz Fischer wrote: Hi

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Marcus D. Leech
On 03/23/2014 02:42 PM, Marcus Müller wrote: boost::container is quite new (introduced in 1.48 afaik); I'm pulling master right now, but boost::container::vector should be STL-compatible. replace the incluse by #include vector and try ;) That got me past gps_ctrl.cpp, but now:

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Moritz Fischer
Hi Marcuses, on my machine it builds without the include. Can you confirm that? Cheers, Moritz On Sun, Mar 23, 2014 at 7:42 PM, Marcus Müller mar...@hostalia.de wrote: boost::container is quite new (introduced in 1.48 afaik); I'm pulling master right now, but boost::container::vector

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Marcus Müller
This calls for #include cmath; I wonder how that is working on my f19 On 03/23/2014 07:58 PM, Marcus D. Leech wrote: On 03/23/2014 02:42 PM, Marcus Müller wrote: boost::container is quite new (introduced in 1.48 afaik); I'm pulling master right now, but boost::container::vector should be

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Marcus Müller
Confirmed, fc19, boost 1.53.0 On 03/23/2014 07:58 PM, Moritz Fischer wrote: Hi Marcuses, on my machine it builds without the include. Can you confirm that? Cheers, Moritz On Sun, Mar 23, 2014 at 7:42 PM, Marcus Müller mar...@hostalia.de mailto:mar...@hostalia.de wrote:

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-23 Thread Marcus D. Leech
On 03/23/2014 07:08 PM, Marcus Müller wrote: This calls for #include cmath; I wonder how that is working on my f19 Yup, that took care of it. Then there's the b200_iface.cpp problem with libusb on my system not having libusb_error_name, so I had to copy the macro from transport/zero_copy

Re: [Discuss-gnuradio] UHD build apparently failed

2014-03-21 Thread Marcus D. Leech
On 03/21/2014 09:40 PM, Sara Chérif wrote: As I am installing GNU Radio from this link: http://blogs.bu.edu/mhirsch/2012/07/installing-gnu-radio-in-ubuntu-12-04-x64/comment-page-1/ (which installs GNU Radio UHD ) I got the following error , what can i do ? Thanks :) [ 26%] Building CXX object