[Discuss-gnuradio] gr-lte error

2014-01-09 Thread sumitstop
I am facing this error while during make of gr-lte(3.6.5.1) OS : Ubuntu 12.04 GNU Radio ver : 3.6.5.1 GCC : 4.6.3 ~ make -j5 Scanning dependencies of target pygen_apps_9a6dd Scanning dependencies of target _lte_swig_swig_tag

Re: [Discuss-gnuradio] gr-lte error

2014-01-09 Thread Johannes Demel
Hi, this is a C++11 feature you just discovered. Older compilers won't allow you to compile this code like this. Although they usually through a warning that this is C++11 code. I don't know which commit it was, but I removed this expression and put in some pre-C++11 code instead. Also I

Re: [Discuss-gnuradio] gr-lte error

2014-01-09 Thread sumitstop
static also not working. Throwing same error. I downloaded from here https://github.com/kit-cel/gr-lte/tree/gnuradio-v3.6.5.1 Also one strange thing. When I drag the first block named block_tests ..nothing happens ! ... Just a blank palette of grc comes.. I think I shall grab 3.7 -- View

Re: [Discuss-gnuradio] gr-lte error

2014-01-09 Thread Johannes Demel
Thanks for the feedback. I'll probably add a warning in the README. Interesting that this block 'block_tests' shows up. It was never meant to show up in GRC and I thought I removed it. During the transition to the GR 3.7 API a lot of code clean up happened as well. So this should be cleaned up by