Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のオペレーティングシステムはUbuntu 11です./mkmkfiles.imakeを実行したいとき、 GL/gl.hが見つかりませんでした
MESA パッケージの開発ヘッダーをインストールしてみてください:
apt-get install mesa-common-dev
dpkg を使用して、探しているファイルがこのパッケージに含まれているかどうかを確認できます。
dpkg -L mesa-common-dev
apt-file を使用して、このファイルを提供するパッケージを探すこともできます。
apt-file search GL/gl.h