-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bash build.sh出错 #3
Comments
这里使用了 MySQL 为 C 语言提供的 API 连接数据库,在使用 C API 之前需要安装 MySQL 和 MySQL 的开发包 mysql-devel。 |
好的好的感谢,第一次使用c++连接mysql,之前没接触过 |
请问如果要在这个服务器的基础上进行改进,有什么方向吗 |
bash build.sh为什么报很多错误 |
有具体错误吗,可以贴出来吗 |
这cmakelists.txt不是设置了吗
原始邮件
发件人:"SYZ"< ***@***.*** >;
发件时间:2023/5/18 23:58
收件人:"Shangyizhou/A-Tiny-Network-Library"< ***@***.*** >;
抄送人:"dihuozw"< ***@***.*** >;"Comment"< ***@***.*** >;
主题:Re: [Shangyizhou/A-Tiny-Network-Library] bash build.sh出错 (Issue #3)
一系列错误,不知道我执行的有没有问题
上面已经提示了,你得编译器需要支持cpp 11标准,可以按照提示加上 -std=c++11 或者去博客搜索错误提示
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fatal error: mysql/mysql.h: No such file or directory
在本地文件上查看了下没有,然后到这里来看好像也是没有这个文件的。
The text was updated successfully, but these errors were encountered: