We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/local/src/fastdfs-nginx-module/src/common.c:351:32: 错误:在非结构或联合中请求成员‘path’ g_fdfs_store_paths.paths[i].path); ^ /usr/local/src/fastdfs-nginx-module/src/common.c:387:22: 错误:在非结构或联合中请求成员‘count’ g_storage_ids_by_id.count, g_storage_ids_by_ip.count, ^ /usr/local/src/fastdfs-nginx-module/src/common.c:387:49: 错误:在非结构或联合中请求成员‘count’ g_storage_ids_by_id.count, g_storage_ids_by_ip.count, ^ /usr/local/src/fastdfs-nginx-module/src/common.c:401:47: 错误:在非结构或联合中请求成员‘path’ group_store_paths[k].store_paths.paths[i].path); ^ /usr/local/src/fastdfs-nginx-module/src/common.c: 在函数‘fdfs_http_request_handler’中: /usr/local/src/fastdfs-nginx-module/src/common.c:1088:42: 错误:在非结构或联合中请求成员‘path’ pStorePaths->paths[store_path_index].path, ^ /usr/local/src/fastdfs-nginx-module/src/common.c:1246:61: 错误:‘FDFSHTTPParams’没有名为‘support_multi_range’的成员 (pContext->range_count > 1 && !g_http_params.support_multi_range)) ^ /usr/local/src/fastdfs-nginx-module/src/common.c:1433:41: 错误:在非结构或联合中请求成员‘path’ pStorePaths->paths[store_path_index].path, \
The text was updated successfully, but these errors were encountered:
I had take the same error too, but i don't know why
Sorry, something went wrong.
No branches or pull requests
/usr/local/src/fastdfs-nginx-module/src/common.c:351:32: 错误:在非结构或联合中请求成员‘path’
g_fdfs_store_paths.paths[i].path);
^
/usr/local/src/fastdfs-nginx-module/src/common.c:387:22: 错误:在非结构或联合中请求成员‘count’
g_storage_ids_by_id.count, g_storage_ids_by_ip.count,
^
/usr/local/src/fastdfs-nginx-module/src/common.c:387:49: 错误:在非结构或联合中请求成员‘count’
g_storage_ids_by_id.count, g_storage_ids_by_ip.count,
^
/usr/local/src/fastdfs-nginx-module/src/common.c:401:47: 错误:在非结构或联合中请求成员‘path’
group_store_paths[k].store_paths.paths[i].path);
^
/usr/local/src/fastdfs-nginx-module/src/common.c: 在函数‘fdfs_http_request_handler’中:
/usr/local/src/fastdfs-nginx-module/src/common.c:1088:42: 错误:在非结构或联合中请求成员‘path’
pStorePaths->paths[store_path_index].path,
^
/usr/local/src/fastdfs-nginx-module/src/common.c:1246:61: 错误:‘FDFSHTTPParams’没有名为‘support_multi_range’的成员
(pContext->range_count > 1 && !g_http_params.support_multi_range))
^
/usr/local/src/fastdfs-nginx-module/src/common.c:1433:41: 错误:在非结构或联合中请求成员‘path’
pStorePaths->paths[store_path_index].path, \
The text was updated successfully, but these errors were encountered: