这两天学习OGRE,遇到"OgreOverlaySystem.h": No such file or directory的错误。

这是由于OGRE提供的例子过老,和SDK版本不一致造成的。

在项目的附加包含目录中添加OgreOverlaySystem所在路径即可:$(OGRE_HOME)\include\OGRE\Overlay 。在SDK1.8.1下测试通过。

另外如果使用1.9版SDK,还会遇到其他错误,新手就不要浪费时间了。

OGRE: OgreOverlaySystem.h: No such file or directory相关推荐

  1. 【Qt】错误GL/gl.h: No such file or directory的解决方法(以及cannot find -lGL解决方法)

    1.问题描述 QtCreator第一次编译时,报错GL/gl.h: No such file or directory 错误信息如下: /home/Qt5.6.3/5.6.3/gcc_64/inclu ...

  2. 【linux】error: stdio.h: No such file or directory

    ubuntu 默认没有C和C++编译环境 ubuntu 默认没有C和C++编译环境,新装的ubuntu,使用gcc编译时,会报错,找不到某某头文件等.在编译一个demo,如hello world时,会 ...

  3. Python.h: No such file or directory

    安装python-devel包解决这个问题 # pip install netifaces     DEPRECATION: Python 2.6 is no longer supported by ...

  4. 报错解决:fatal error: json/json.h: No such file or directory

    晚上在做编译原理作业的时候遇到了报错: ASTNodes.h:6:23: fatal error: json/json.h: No such file or directory#include < ...

  5. fatal error: Python.h: No such file or directory 解决

    [常见错误] fatal error: Python.h: No such file or directory 环境场景 系统: Parrot Linux 软件: 系统python默认版本2.7 Py ...

  6. mysql-python 安装错误: Cannot open include file: 'config-win.h': No such file or directory

    问题描述: pip instal MySQL-Python 出现如下错误: [plain] view plain copy Installing collected packages: MySql-p ...

  7. Install matplotlib Error: src/ft2font.h:16:22: fatal error: ft2build.h: No such file or directory

    在ubuntu下从源码安装matplotlib的时候出现这样的错误: src/ft2font.h:16:22: fatal error: ft2build.h: No such file or dir ...

  8. linux 内核编译 错误 fatal error: linux/compiler-gcc6.h: No such file or directory

    在交叉编译i.MX6UL的Kernel代码时出现这个错误 CHK include/config/kernel.release  Using .. as source for kernel  GEN . ...

  9. cudnn.h: No such file or directory

    cudnn.h: No such file or directory cudnn 是单独的库,Windows需要安装下载,linux也需要. 比如路径: cudnn-10.0-windows10-x6 ...

  10. libxml/xmlversion.h: No such file or directory

    libxml/xmlversion.h: No such file or directory 解决办法 sudo apt-get install libxml2-dev libxslt-dev

最新文章

  1. kill -3 获取threaddump信息---转载
  2. python 冒泡排序_Python中的冒泡排序
  3. Aspx页面转静态页面
  4. Mac OSX中memcached安装测试
  5. 「拥抱开源, 又见 .NET」系列第三次线下活动简报
  6. php 去掉nbsp,php 正则去掉pnbsp;/p 空格 nbsp;
  7. 有趣的Ruby-学习笔记3
  8. 通配符(WildCard)与正则表达式(Regular Expression)
  9. jenkins调用VS201X
  10. 法大大完成3.98亿元C轮融资,虎环球基金和腾讯联合领投...
  11. 1991年首批全国500位名老中医
  12. polymorphic-associations多态关联实例 ruby on rails
  13. 基于评论的跨境电商产品满意度分析_kaic
  14. HTML打造动漫人物,百度贴吧打造二次元清明祭 回顾离开的动漫人物
  15. 记录一次解决VScode字体问题经历
  16. 计算机竞赛辅导培训计划,信息学奥赛培训计划.pdf
  17. ArcCatalog和ArcSDE
  18. 闭幕[By Ivan]
  19. 小手拍拍机器人_2016年吉林省教师资格证面试:课堂律动知多少
  20. 对Windows 10附近共享和蓝牙天线进行故障排除

热门文章

  1. 程序员必备算法——算法相关链接总结
  2. 在Ubuntu中安装以theano作为backend的keras
  3. day7--pandas
  4. 激光雷达点云数据处理一(Terrasolid软件安装)
  5. FastAPI 对用户文件的管理(上传、下载、删除)
  6. 狂神说Reids完结篇
  7. php数组是否存在数组,php判断数组中是否存在某值
  8. 再见2018,你好2019
  9. DragVideo,一种在播放视频时,可以任意拖拽的方案
  10. java反射机制的实现机制_Java反射机制实践