- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2016-12-21 16:48:39
|
显示全部楼层
/home/zgw/lnmp1.3-full/src/mysql-5.7.11/client/auth_utils.cc:64:75: note: cannot convert ‘option_name’ (type ‘std::__cxx11::string {aka std::__cxx11::basic_string<char>}’) to type ‘std::__cxx11::basic_string<char>&&’
options->insert(make_pair<string, string >(option_name, option_value));
^
client/CMakeFiles/mysql_install_db.dir/build.make:86: recipe for target 'client/CMakeFiles/mysql_install_db.dir/auth_utils.cc.o' failed
make[2]: *** [client/CMakeFiles/mysql_install_db.dir/auth_utils.cc.o] Error 1
CMakeFiles/Makefile2:6653: recipe for target 'client/CMakeFiles/mysql_install_db.dir/all' failed
make[1]: *** [client/CMakeFiles/mysql_install_db.dir/all] Error 2
不大清楚原因,没遇到过 |
|