FastDFSClient_Python
FastDFSClient_Python copied to clipboard
编译时文件FDFSClient.cpp报错
error
FDFSClient.cpp:531:20: error: expected ')' before 'PRId64' "%"PRId64"", group_stats[n].total_mb); FDFSClient.cpp:533:20: error: expected ')' before 'PRId64' "%"PRId64"", group_stats[n].free_mb);
Makefile配置
gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)

系统 centos7 gcc -v:gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)
未复现该错误。并且应该是第532行而不是531。是不是对源码进行改动导致的错误?
这种错误 检查一下 是否将末尾逗号改成了封号