Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gqrx compile error fix #39

Closed
ghost opened this issue Oct 16, 2013 · 1 comment
Closed

Gqrx compile error fix #39

ghost opened this issue Oct 16, 2013 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Oct 16, 2013


configure
('\n qmake BOOST_SUFFIX=-mt\n', '\n qmake BOOST_SUFFIX=-mt\n')
bash exec (/root/Desktop/pybombs/src/gqrx)::
qmake BOOST_SUFFIX=-mt

qmake: could not find a Qt installation of ''
bash return val = 1
Traceback (most recent call last):
File "./pybombs", line 125, in
install(p, not opts.force);
File "/root/Desktop/pybombs/mod_pybombs/pybombs_ops.py", line 119, in install
global_recipes[pkg].install();
File "/root/Desktop/pybombs/mod_pybombs/recipe.py", line 537, in install
st = self.install_src();
File "/root/Desktop/pybombs/mod_pybombs/recipe.py", line 602, in install_src
self.install_order[step]1;
File "/root/Desktop/pybombs/mod_pybombs/recipe.py", line 643, in configure
assert(st == 0);

AssertionError


FIX

apt-get install -y qtcreator qt4-default

@csete
Copy link
Contributor

csete commented Dec 2, 2013

On which OS does this occur? Gqrx can be built using both Qt4 and Qt5 so the one required by gnuradio should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants