gqrx-sdr / gqrx

Software defined radio receiver powered by GNU Radio and Qt.
http://gqrx.dk
GNU General Public License v3.0
3.12k stars 546 forks source link

GQRX wont compile on Ubuntu 14.04 (LinuxMint) when boost requires -mt flag on pybombs #254

Closed JannF closed 9 years ago

JannF commented 9 years ago

As the title says, GQRX won't compile on Linux Mint (Ubuntu based) because it's recipe needs the boost library with -mt flag. Removing -mt flag from the recipe lets me at least compile.

csete commented 9 years ago

Thanks, but since the recipe is in pybombs and not in gqrx you should report it there.

ckuethe commented 9 years ago

I'm working on fixing that recipe... it's been annoying me for a year.

Those bums at Boost still haven't addressed the issue that's been open for over 8 years: https://svn.boost.org/trac/boost/ticket/1094

ckuethe commented 9 years ago

https://github.com/gnuradio/pybombs/issues/171

ckuethe commented 9 years ago

Fixed by gnuradio/recipes#38