下記の提示コードですが/usr/include/GL/glew.h:1202:14: 致命的エラー: GL/glu.h: そのようなファイルやディレクトリはありません
エラーの原因が知りたいです。以下の三つのパッケージを入れましたが同じエラーがでます。
libglfw3-dev
libgl1-mesa-dev
libglu1-mesa-dev
$ make g++ -std=c++2a -I/usr/local/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include -pthread -c -MMD -MP source/Ellipse.cpp -o obj/Ellipse.o In file included from source/../header/Render.hpp:10, from source/../header/Ellipse.hpp:6, from source/Ellipse.cpp:1: /usr/include/GL/glew.h:1202:14: 致命的エラー: GL/glu.h: そのようなファイルやディレクトリはありません # include <GL/glu.h> ^~~~~~~~~~
回答1件
あなたの回答
tips
プレビュー