[Discuss-gnuradio] Build broken today

2010-11-16 Thread Marcus D. Leech
I did a git pull for both UHD (master) and gnuradio (next) today, and a make clean; make in both places. The build is currently broken: eech/gnuradio/gruel/src/include -I/home/mleech/gnuradio/gruel/src/include -I/usr/include -I/usr/local/include -I../../gr-uhd/lib \ -MD -MF

Re: [Discuss-gnuradio] Build broken today

2010-11-16 Thread Josh Blum
I pushed the wrong thing... ok fixing, please wait... On 11/16/2010 01:38 PM, Marcus D. Leech wrote: I did a git pull for both UHD (master) and gnuradio (next) today, and a make clean; make in both places. The build is currently broken: eech/gnuradio/gruel/src/include

Re: [Discuss-gnuradio] Build broken today

2010-11-16 Thread Thomas Tsou
On Tue, Nov 16, 2010 at 4:38 PM, Marcus D. Leech mle...@ripnet.com wrote: I did a git pull for both UHD (master)  and gnuradio (next) today, and a make clean; make in both places.  The build is currently broken: ... /usr/local/include/uhd/types/ranges.hpp:59: Error: Syntax error in input(3).

Re: [Discuss-gnuradio] Build broken today

2010-11-16 Thread Josh Blum
Thats why i was waiting to push. But I did it anyway so... The ranges are now meta-ranges (ranges of ranges) that can hold discontinuous ranges and discrete values. The members min, max, and step were replaced with start(), stop(), and step(). That will give you the overall range. Also,