Build failing, any ideas?

Hi List,

I have been trying for a considerable amount of time now to build either
3.3.0 stable or
3.3.1git and always fail at this point:

I noticed while googling around that someone pasted a (as it seems to
me)
similar error a while before under:

but I could not find the corresponding message to the list.

I’m using Boost 1.43.1 with gcc 4.5.1 on amd64 and my configure line
looks like:

./configure --prefix=/usr --with-boost-thread=mt
–with-boost-program-options=mt

All the best and thanks for your help (again),

Moritz

On Mon, Aug 16, 2010 at 09:49:21AM +0200, Moritz Fischer wrote:

-Woverloaded-virtual -pthread -MT usrp2.lo -MD -MP -MF .deps/usrp2.Tpo -c usrp2. - Pastebin.com

but I could not find the corresponding message to the list.

I’m using Boost 1.43.1 with gcc 4.5.1 on amd64 and my configure line looks like:

./configure --prefix=/usr --with-boost-thread=mt --with-boost-program-options=mt

All the best and thanks for your help (again),

Moritz

The bug is fixed in the master, maint and next git branches.
Also, there shouldn’t be a need to specify the --with-boost-thread and
–with-boost-program-options options.

Eric

On Mon, Aug 16, 2010 at 01:18:25PM -0700, Eric B. wrote:

The bug is fixed in the master, maint and next git branches.
Also, there shouldn’t be a need to specify the --with-boost-thread and
–with-boost-program-options options.

Thanks a lot, for me it still needs the configure line, though.
I managed to put a gnuradio stable PKGBUILD into Arch’s AUR repos.

Cheers