我从这里下载并安装了GLUI2.35框架,并编写了一个makefile来运行我的c++程序,但我得到了一个错误:找不到<GLUI/glui.h>,所以我创建了一个目录,并在其中包含了glui.h文件:/usr/inlcude/GLUI/glui.hFRAMEWORKS = (some other framewords I use) -framework GLUI
然后我得到了
"glui/GL/glui.h" file is not foundGL_COLOR_BUFFER_BIT was not declared.在网络上,关于iPhone的GLUI的信息似乎很少。我是OpenGL的新手,所以非常感谢您的帮助!我已经包含了OpenGLES CoreGraphics库,甚至尝试添加链接器标志"-framework GLUI“,但都无济于事。
谢谢!
我为我所在的一个类做了一个OpenGL项目,它是基于GLUI的。提供的GLUI库不能工作,这就是我尝试自己编译它的原因。因此,我从SourceForge下载了源代码,并尝试编译_glui库。\glui-2.36\glui-2.36\src\include\gl\glui.h(1718): error C2252: an explicit instantiation of a templatecan only occur at namespace scope
1>c:\users\j