ld:对于架构x86_64(Xcode 4)找不到符号// opengles.o [英] ld: symbol(s) not found for architecture x86_64 (Xcode 4) // opengles.o

查看:295
本文介绍了ld:对于架构x86_64(Xcode 4)找不到符号// opengles.o的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我试图卸载它们:




  • 使用不同的编译器构建

  • 删除GLES文件夹并重新添加

  • on 32 and 64



我缺少关于opengles.cpp的内容?



如果你有什么想法下一步可以做,请说,所以,下面你可以找到所有关于项目和错误的信息。如果您需要更多信息,我很乐意为您提供帮助。如果你知道如何从xcode 4编译的opnni获取NiUsertracker示例,那么它也是解决这个问题的很大帮助。



错误:





问题可能与这些文件有关:





项目设置的信息(它不是应用程序的命令行工具):



>



生成

时输出的屏幕截图



构建设置



解决方案

错误,这是因为我忘了链接图书馆。您获得的文件夹只包含标题;尝试找到OpenGL ES的框架。 (我认为Xcode附带一个GLES框架,尝试搜索。)


I'm making an xcode command tool application with external libraries and got some errors.

what i tried to resovle them :

  • Build with different compiler
  • remove The GLES folder and add it again
  • Build it on 32 and 64

Am i missing something regarding the opengles.cpp ?

If you got any idea what can be done next please say so, below you can find all the info regarding the project and error. If you need more info i'm happy to assist you. Also if you know how to get the NiUsertracker sample from opnni compiled in xcode 4, it would also be a great help to solve this problem

The error :

The problem might have something to do with these files :

The info of the project setting (it's a command line tool not an app) :

Screenshot of the output when building

The build settings

解决方案

Usually when I get those kinds of errors, It's because I forgot to link with the library. The folder you got contains only headers; try to find the framework for OpenGL ES. (I think Xcode comes with a GLES framework, try searching.)

这篇关于ld:对于架构x86_64(Xcode 4)找不到符号// opengles.o的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆