_Ubuntu 18.04.3
_、_Qt SDK 5.12.5
_、git
、CMake
がインストールされている_build-essential
_システム(NVIDIA)があります。 QT CreatorでメインのCMakelists.txtを開くことでQTプロジェクトを構築しようとしています。
_Check for working CXX compiler: /usr/bin/g++
Check for working CXX compiler: /usr/bin/g++ -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
CMake Error at /home/juzzlin/Qt/5.12.5/gcc_64/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:9 (message):
Failed to find "GL/gl.h" in "/usr/include/libdrm".
Call Stack (most recent call first):
/home/juzzlin/Qt/5.12.5/gcc_64/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:174 (include)
/home/juzzlin/Qt/5.12.5/gcc_64/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:89 (find_package)
CMakeLists.txt:89 (find_package)
_
まだインストールする必要がありますか?
注:リポジトリからQTをまったくインストールしていません。公式オンラインインストーラを介してのみ。
Fedora/Rhelを使用している人がこの質問を見つけた場合、mesa
パッケージはここで異なる名前です。
$ Sudo dnf install mesa-libGL mesa-libGL-devel
_