You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: