I am in trouble with including GL/glew.h file.
My OS is MacOS, and compiling with a make file.
The problem seems that
while I have
and "/usr/local/Cellar/glew/2.1.0/include/GL/glew.h"
by installing glew with brew command, the following error is found:
'GL/glew.h' file not found
#include <GL/glew.h>
My understanding is that brew has installed GL/glew.h in the Cellar and the symlink is on "/usr/local/include/GL/glew.h".
How can I solve this problem or I wonder I still have some misunderstanding with it.
Thank you for advance.

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/03/20 06:21
2019/03/20 06:31 編集
2019/03/21 02:11