stevenlovegrove / Pangolin

Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.
MIT License
2.33k stars 844 forks source link

'GL/glew.h' file not found #922

Closed GHFlibrary closed 4 months ago

GHFlibrary commented 4 months ago

When using macbook m2 air configuration ORB - SLAM2

/usr/local/include/pangolin/gl/glplatform. H: return: fatal error: 'gl/glew. H file not found 
#include <GL/glew.h> 

Please help me solve this thorny problem. Thank you

christian-rauch commented 4 months ago

Did you install all dependencies, especially GLEW, via ./scripts/install_prerequisites.sh?