#include 没有正确包含 ogre 标头

发布于 2024-09-28 22:37:00 字数 325 浏览 6 评论 0 原文

我使用 Ubuntu 10.10 编译并安装了最新的 Ogre 和 CEGUI 库。

例如,我可以 #include,但是当我尝试添加 CEGUI 标头时,我遇到了问题。

#include <CEGUI/RendererModules/Ogre/CEGUIOgreRenderer.h>

这又包括 OgreBlendMode.h 和 OgreTextureUnitState.h,但前面没有 OGRE/。

我是否只需要检查这些 cegui 标头并调整它们,或者有没有办法重建 cegui 以在标头中使用 OGRE/其他内容?

Using Ubuntu 10.10 I have compiled and installed the latest Ogre and CEGUI libraries.

I can #include for example but when I try to add the CEGUI headers I have issues.

#include <CEGUI/RendererModules/Ogre/CEGUIOgreRenderer.h>

This in turn includes OgreBlendMode.h and OgreTextureUnitState.h but doesn't have the OGRE/ in front of it.

Do I just have to go through these cegui headers and adjust them all or is there a way I can rebuild cegui to use OGRE/whatever in the headers?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不知在何时 2024-10-05 22:37:00

将 OGRE 目录放入默认包含路径中。

Put the OGRE directory in your default include path.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文