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

2018-06-09 Thread CEL
ils *** CAC > > > > boost: > > > > forcebuild: True > > > > and modifying config.yml (directly as could not figure out how > > > > to escape -std=c++-11 for pybombs config --env) > > > > # config.yml > > > > env: > > &

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
|| 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: dev-libs/boost >= 1.6 >> &g

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

2018-06-08 Thread Jason Matusiak
ng 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 Message-ID: Content-Type: text

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

2018-06-08 Thread Derek Kozel
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 assume) to build since it is needed. It seems like > >> even though Centos 7 has the c++11 capability, it do

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

2018-06-07 Thread Curt Corum
veral 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 Radio not

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

[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