MySQL Xcode 4.2 找不到对象
我使用 Xcode 4.2。 按照本教程 http://forums.mysql.com/read.php?117, 51324,127220 我在控制台中收到此警告,并且应用程序崩溃了。
警告:找不到目标文件 “/Volumes/hd2/pb2/build/sb_0-4307905-1321228068.51/release/libmysql/../zlib/libzlib.a(inffast.co)” - “/Volumes/hd2/pb2/build/sb_0-4307905-1321228068.51/mysql-5.5.18/zlib/inffast.c”没有可用的调试信息。
问题是 hd2 不存在,那么为什么 mysql.h 库在这个文件夹中搜索呢?我用的是mysql 32位。
谢谢, 洛伦佐
I use Xcode 4.2.
Following this tutorial http://forums.mysql.com/read.php?117,51324,127220 I have this warning in the console, and the application crash.
warning: Could not find object file
"/Volumes/hd2/pb2/build/sb_0-4307905-1321228068.51/release/libmysql/../zlib/libzlib.a(inffast.c.o)"
- no debug information available for "/Volumes/hd2/pb2/build/sb_0-4307905-1321228068.51/mysql-5.5.18/zlib/inffast.c".
the problem it's that hd2 doesn't exist, so why mysql.h library search in this folder? I use mysql 32 bit.
thanks,
Lorenzo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本教程适用于 OS X 开发,不适用于 iOS。
iOS 没有 MySQL 引擎,它有 sqlite,它只有 MySQL 命令的子集。
This tutorial is for OS X development and not iOS.
iOS doesn't have MySQL engine, it has sqlite which has only a subset of MySQL commands.