Re: [Discuss-gnuradio] GNU Radio not installing: Build Failed

2018-06-09 Thread CEL
boost 1.58 binary packages (all but non -dev > > > > distribution packages) > > > > adding the following to gnuradio-default.lwr > > > > # gnuradio-default.lwr > > > > #binary boost linking fails *** CAC > > > > boost: > > > >

Re: [Discuss-gnuradio] GNU Radio not installing: Build Failed

2018-06-08 Thread Curt Corum
Derek, Great! It was also necessary to have |-fext-numeric-literals | in the mix as well for uhd and gnuradio to both build. Not sure if that is covered implicitly? Curt On 06/08/2018 01:52 AM, Derek Kozel wrote: > Hello Curt, > > The fix for this issue was merged into the GNU Radio master

Re: [Discuss-gnuradio] GNU Radio not installing: Build Failed

2018-06-08 Thread Derek Kozel
t;> deb: libboost-all-dev >= 1.6 || libboost-dev >= 1.6 >> rpm: (boost-devel >= 1.6) || (boost_1_61-devel >= 1.6) || >> (boost_1_64-devel >= 1.6) || (boost_1_65-devel >= 1.6) >> pacman: boost >= 1.6 >> port: boost >= 1.6 >> portage:

Re: [Discuss-gnuradio] GNU Radio not installing: Build Failed

2018-06-08 Thread Jason Matusiak
olve and seems to be an ongoing issue. -Curt On 06/07/2018 11:00 AM, discuss-gnuradio-requ...@gnu.org wrote: Message: 5 Date: Thu, 7 Jun 2018 15:13:38 +0100 From: Mir Muhammad Lodro To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] GNU Radio not installing: Build Failed Mes

Re: [Discuss-gnuradio] GNU Radio not installing: Build Failed

2018-06-07 Thread Derek Kozel
install gnuradio > >> command (like gr-blocks, which I can't use this trick for). > >> If I understand the problem correctly, Ubuntu uses new enough > >> tools to realize that it needs to use the c++11 version (or > >> newer I as

[Discuss-gnuradio] GNU Radio not installing: Build Failed

2018-06-07 Thread Curt Corum
ok several days to resolve and seems to be an ongoing issue. -Curt On 06/07/2018 11:00 AM, discuss-gnuradio-requ...@gnu.org wrote: > Message: 5 > Date: Thu, 7 Jun 2018 15:13:38 +0100 > From: Mir Muhammad Lodro > To: discuss-gnuradio@gnu.org > Subject: [Discuss-gnuradio] GNU Radi

Re: [Discuss-gnuradio] GNU Radio not installing: Build Failed

2018-06-07 Thread Dave NotTelling
Check out the thread titled: install issues with c++11. I think you two are having the same issue with PyBombs and C++11 On Thu, Jun 7, 2018 at 10:16 AM Mir Muhammad Lodro wrote: > Hi All > i am installing GNU Radio on Linux 16.04, but it's not installing by > saying this file requires compiler

[Discuss-gnuradio] GNU Radio not installing: Build Failed

2018-06-07 Thread Mir Muhammad Lodro
Hi All i am installing GNU Radio on Linux 16.04, but it's not installing by saying this file requires compiler and library support for ISO 2011 standard. This can be done by issuing -std=c++11 or -std=gnu++11 when one has to run single file. But here the build process is automated. I would be grat