Gnuradio master branch and gcc4.4

The current gnuradio git master branch fails to build with gcc4.4 (in
Ubuntu Karmic).
The error I get is:
gruel/src/include/gruel/pmt_pool.h:42: error: ISO C++ forbids
declaration of ‘unique_lock’ with no type

Dimitris S.
“If you think you’re too small to make a difference, try sleeping with
a mosquito!” - Amnesty International

Dimitris S. wrote:

The current gnuradio git master branch fails to build with gcc4.4 (in
Ubuntu Karmic).
The error I get is:
gruel/src/include/gruel/pmt_pool.h:42: error: ISO C++ forbids
declaration of ‘unique_lock’ with no type

What version of boost do you have installed? A quick look suggests boost
might be involved.

Philip

Sorry, we had a PEBKAC case here: I installed libboost1.38-dev without
its dependencies (i.e. libboost-*1.38-dev). Problem solved, sorry for
the noise…

Dimitris S.
“If you think you’re too small to make a difference, try sleeping with
a mosquito!” - Amnesty International