无法在支持 OpenGL 的 Cygwin 上构建 wxWidgets
我正在尝试在 Cygwin 下构建 wxWidgets 2.8.11,但是 wxWidgets 配置步骤没有生成 OpenGL 支持。具体来说,构建不会生成名为 libwx_mswd_gl-2.8.a 的库。
我怀疑我缺少 Cygwin OpenGL 包,但不确定。我已经有以下 OpenGL 相关的软件包:libglut-devel、libglut3、opengl、tiff-opengl。
为了添加完整的 openGL 支持,我是否还需要一个或多个软件包?
I am trying to build wxWidgets 2.8.11 under Cygwin, but the wxWidgets configure step is not generating OpenGL support. Specifically, the build is not generating a library called libwx_mswd_gl-2.8.a.
I suspect that I am missing a Cygwin OpenGL package, but am not sure. I already have the following OpenGL-related packages: libglut-devel, libglut3, opengl, tiff-opengl.
Are there one or more packages that I still need, in order to add full openGL support?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚偶然发现了同样的问题。
配置在 GLU 库上失败,因此请确保安装了 libGLU-devel:
最好的问候
I've just stumbled on the same problem.
Configure is failing on GLU library so make sure that you have libGLU-devel installed:
Best regards
检查您的 config.log 以了解它正在测试哪些内容以支持 OpenGL。
Check your config.log to see what it's testing for OpenGL support.