在CentOS 6.5 下安装TFS的过程中,出现错误:base_packet.cpp:246: 错误:从类型‘const char*’到类型‘pthread_t’的转换无效
是参考官方的安装说明安装的:https://github.com/alibaba/tfs/blob/master/INSTALL.md
base_packet.cpp:246: 错误:从类型‘const char*’到类型‘pthread_t’的转换无效 base_packet.cpp:246: 错误: 初始化‘void tbsys::CLogger::logMessage(int, const char*, int, const char*, pthread_t, const char*, ...)’的实参 5 make[2]: *** [base_packet.o] 错误 1 make[2]: Leaving directory `/opt/tfs11/src/common' make[1]: *** [all-recursive] 错误 1 make[1]: Leaving directory `/opt/tfs11/src' make: *** [all-recursive] 错误 1