mysql/c++程序未编译(Boost 问题)
c:\program files\mysql\mysql 连接器 c++ 1.1.0\include\cppconn\connection.h(29): 致命错误 C1083: 无法打开包含文件: 'boost/variant.hpp': 没有这样的文件或目录
我需要做什么来解决这个问题?这是我从这里复制的一个简单的 hello world 程序。 http://blog.ulf-wendel.de/?p=215#hello 我已经下载了 boost 并已将 boost 文件路径添加到 c/c++ 下的 Visual Studios“附加包含目录”中,但我不确定我做得是否正确,因为教程似乎没有 boost 的说明无论什么原因。
c:\program files\mysql\mysql connector c++ 1.1.0\include\cppconn\connection.h(29): fatal error C1083: Cannot open include file: 'boost/variant.hpp': No such file or directory
What do I need to do to solve this problem? This is a simple hello world program that i copied from here. http://blog.ulf-wendel.de/?p=215#hello I have downloaded boost and have added the boost file path to visual studios "additional include directories" under c/c++ but I'm not sure I'm doing it right as the tutorial doesn't seem to have instructions for boost for whatever reason.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论