FastDFSClient_Python icon indicating copy to clipboard operation
FastDFSClient_Python copied to clipboard

编译时文件FDFSClient.cpp报错

Open liuxf1993 opened this issue 6 years ago • 2 comments

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) image

系统 centos7 gcc -v:gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)

liuxf1993 avatar Aug 08 '19 11:08 liuxf1993

未复现该错误。并且应该是第532行而不是531。是不是对源码进行改动导致的错误?

lengyanyu258 avatar Aug 12 '19 07:08 lengyanyu258

这种错误 检查一下 是否将末尾逗号改成了封号

cosysun avatar Aug 12 '19 08:08 cosysun