qt5:找不到-lGL
qt5: cannot find -lGL
我在我的项目中使用 Qt5,但是在我今天重新安装 Ubuntu 15.04 后,我无法在 Qt Creator 中编译我的代码。我收到两条错误消息
cannot find -lGL
collect2: error: ld returned 1 exit status
有人知道吗?我曾经通过安装一个库来解决它:
sudo apt-get install libglu1-mesa-dev
但它现在对我不起作用。这是我从终端得到的:
以下信息可能有助于解决问题:
The following packages have unmet dependencies:
libglu1-mesa-dev : Depends: libgl1-mesa-dev but it is not going to be installed or
libgl-dev
E: Unable to correct problems, you have held broken packages.
自从看到这个:
Cannot start '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
那么可以在这里找到解决方案:cmake not working, could not exec qmake。
我在我的项目中使用 Qt5,但是在我今天重新安装 Ubuntu 15.04 后,我无法在 Qt Creator 中编译我的代码。我收到两条错误消息
cannot find -lGL
collect2: error: ld returned 1 exit status
有人知道吗?我曾经通过安装一个库来解决它:
sudo apt-get install libglu1-mesa-dev
但它现在对我不起作用。这是我从终端得到的: 以下信息可能有助于解决问题:
The following packages have unmet dependencies:
libglu1-mesa-dev : Depends: libgl1-mesa-dev but it is not going to be installed or
libgl-dev
E: Unable to correct problems, you have held broken packages.
自从看到这个:
Cannot start '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
那么可以在这里找到解决方案:cmake not working, could not exec qmake。