discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] UHD build apparently failed


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] UHD build apparently failed
Date: Sun, 23 Mar 2014 14:58:20 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

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:

/home/mleech/uhd/host/lib/usrp/common/adf435x_common.cpp: In function ‘adf435x_tuning_settings tune_adf435x_synth(double, double, const adf435x_tuning_constraints&, double&)’:
/home/mleech/uhd/host/lib/usrp/common/adf435x_common.cpp:81:29: error: ‘floor’ is not a member of ‘std’
/home/mleech/uhd/host/lib/usrp/common/adf435x_common.cpp:128:66: error: ‘ceil’ is not a member of ‘std’
make[2]: *** [lib/CMakeFiles/uhd.dir/usrp/common/adf435x_common.cpp.o] Error 1
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
make: *** [all] Error 2


That stuff used to work just fine with my older (F14) system here.  Frustrating.


                  
On 03/23/2014 06:10 PM, Marcus D. Leech wrote:
On 03/23/2014 12:08 PM, Moritz Fischer wrote:
Hi Marcus,

On Sun, Mar 23, 2014 at 3:24 PM, Marcus D. Leech <address@hidden> wrote:
Here's a bit of git log of what I'm building:

commit a8caec5f93976c081d488118f53a72dca49efdf6
Author: Ashish Chaudhari <address@hidden>
Date:   Wed Feb 19 19:22:52 2014 -0800

    b200: Fixed bug in rx_dsp_core_3000 that would assume 3 halfbands and X300 s

Crap, that's 7 commits down from the fix in our internal master. I'll see if I can get stuff pushed tomorrow.

In the meantime you can try the attached patch.

Happy hacking,

Moritz
It got further, the nirio stuff made it past, but, then:

/home/mleech/uhd/host/include/uhd/transport/nirio/nirio_fifo.ipp:377:24: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’
[ 44%] Building CXX object lib/CMakeFiles/uhd.dir/usrp/dboard_base.cpp.o
[ 44%] Building CXX object lib/CMakeFiles/uhd.dir/usrp/dboard_eeprom.cpp.o
[ 44%] Building CXX object lib/CMakeFiles/uhd.dir/usrp/dboard_id.cpp.o
[ 45%] Building CXX object lib/CMakeFiles/uhd.dir/usrp/dboard_iface.cpp.o
[ 45%] Building CXX object lib/CMakeFiles/uhd.dir/usrp/dboard_manager.cpp.o
[ 46%] Building CXX object lib/CMakeFiles/uhd.dir/usrp/gps_ctrl.cpp.o
/home/mleech/uhd/host/lib/usrp/gps_ctrl.cpp:33:38: fatal error: boost/container/vector.hpp: No such file or directory
compilation terminated.
make[2]: *** [lib/CMakeFiles/uhd.dir/usrp/gps_ctrl.cpp.o] Error 1
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
make: *** [all] Error 2



-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

_______________________________________________ Discuss-gnuradio mailing list address@hidden https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]