编译错误
我正在尝试编译一个用 SFML 制作的小游戏,但每当我这样做时,我都会收到此错误:
/usr/local/include/SFML/Window/OpenGL.hpp:48:24: fatal error: GL/glu.h:没有这样的文件或目录
自然,我的第一个想法是我忘记安装opengl库,但是当我安装mesa-libGLU时,我得到这个:
Package mesa-libGLU-7.11-0.11.20110525.0.fc15.x86_64已经安装并且最新版本
所以我不知道下一步该做什么。
I'm trying to compile a small game I made with SFML but whenever I do I get this error:
/usr/local/include/SFML/Window/OpenGL.hpp:48:24: fatal error: GL/glu.h: No such file or directory
Naturally, my first thought was I forgot to install opengl libraries, but when I yum install mesa-libGLU, I get this:
Package mesa-libGLU-7.11-0.11.20110525.0.fc15.x86_64 already installed and latest version
So I'm not sure what to do next.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您缺少该标头,因此请尝试安装该 RPM 的
-devel
版本。Since it's a header you're missing, try installing the
-devel
version of that RPM.