- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2019-6-29 20:48:58
|
显示全部楼层
[ 66%] Building CXX object storage/tokudb/ft-index/ft/CMakeFiles/ft_static.dir/txn/xids.cc.o
/root/lnmp1.6/src/mariadb-5.5.64/storage/tokudb/ft-index/ft/txn/xids.cc: 在函数‘void toku_xids_create_from_buffer(rbuf*, XIDS_S**)’中:
/root/lnmp1.6/src/mariadb-5.5.64/storage/tokudb/ft-index/ft/txn/xids.cc:203:24: 错误:taking address of packed member of ‘XIDS_S’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
203 | rbuf_TXNID(rb, &xids->ids[index]);
| ^~~~~~~~~~~~~~~~~
cc1plus:所有的警告都被当作是错误
make[2]: *** [storage/tokudb/ft-index/ft/CMakeFiles/ft_static.dir/build.make:645:storage/tokudb/ft-index/ft/CMakeFiles/ft_static.dir/txn/xids.cc.o] 错误 1
make[1]: *** [CMakeFiles/Makefile2:5059:storage/tokudb/ft-index/ft/CMakeFiles/ft_static.dir/all] 错误 2
有可能是因为你在非常新的系统上安装mariadb之类的旧版本有些依赖上是有兼容性问题的 |
|