免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3843 | 回复: 0
打印 上一主题 下一主题

[FastDFS] fastdfs nginx编译模块出错,求帮助! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-08-07 11:28 |只看该作者 |倒序浏览
gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g  -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='"/etc/fdfs/mod_fastdfs-tts.conf"'  -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/include/fastdfs -I /usr/local/include/fastcommon/ -I objs -I src/http -I src/http/modules -I src/mail \
                -o objs/addon/src/ngx_http_fastdfs_module.o \
                /home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c
In file included from /home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:6:
/home/app/soft/fastdfs-nginx-module/src/common.c:21:25: error: fdfs_define.h: No such file or directory
/home/app/soft/fastdfs-nginx-module/src/common.c:22:20: error: logger.h: No such file or directory
/home/app/soft/fastdfs-nginx-module/src/common.c:23:25: error: shared_func.h: No such file or directory
/home/app/soft/fastdfs-nginx-module/src/common.c:24:25: error: fdfs_global.h: No such file or directory
/home/app/soft/fastdfs-nginx-module/src/common.c:25:21: error: sockopt.h: No such file or directory
/home/app/soft/fastdfs-nginx-module/src/common.c:26:23: error: http_func.h: No such file or directory
/home/app/soft/fastdfs-nginx-module/src/common.c:27:30: error: fdfs_http_shared.h: No such file or directory
/home/app/soft/fastdfs-nginx-module/src/common.c:28:25: error: fdfs_client.h: No such file or directory
/home/app/soft/fastdfs-nginx-module/src/common.c:29:27: error: local_ip_func.h: No such file or directory
/home/app/soft/fastdfs-nginx-module/src/common.c:30:26: error: trunk_shared.h: No such file or directory
In file included from /home/app/soft/fastdfs-nginx-module/src/common.c:31,
                 from /home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:6:
/home/app/soft/fastdfs-nginx-module/src/common.h:13:27: error: tracker_types.h: No such file or directory
cc1: warnings being treated as errors
In file included from /home/app/soft/fastdfs-nginx-module/src/common.c:31,
                 from /home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:6:
/home/app/soft/fastdfs-nginx-module/src/common.h:66: error: type defaults to ‘int’ in declaration of ‘bool’
/home/app/soft/fastdfs-nginx-module/src/common.h:66: error: expected ‘;’, ‘,’ or ‘)’ before ‘last_buff’
/home/app/soft/fastdfs-nginx-module/src/common.h:88: error: expected specifier-qualifier-list before ‘bool’
/home/app/soft/fastdfs-nginx-module/src/common.h:98: error: expected specifier-qualifier-list before ‘bool’
In file included from /home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:6:
/home/app/soft/fastdfs-nginx-module/src/common.c:36: error: ‘FDFS_STORAGE_SERVER_DEF_PORT’ undeclared here (not in a function)
/home/app/soft/fastdfs-nginx-module/src/common.c:38: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘url_have_group_name’
/home/app/soft/fastdfs-nginx-module/src/common.c:39: error: ‘FDFS_GROUP_NAME_MAX_LEN’ undeclared here (not in a function)
/home/app/soft/fastdfs-nginx-module/src/common.c:41: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘g_http_params’
/home/app/soft/fastdfs-nginx-module/src/common.c: In function ‘fdfs_mod_init’:
/home/app/soft/fastdfs-nginx-module/src/common.c:49: error: ‘IniContext’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:49: error: (Each undeclared identifier is reported only once
/home/app/soft/fastdfs-nginx-module/src/common.c:49: error: for each function it appears in.)
/home/app/soft/fastdfs-nginx-module/src/common.c:49: error: expected ‘;’ before ‘iniContext’
/home/app/soft/fastdfs-nginx-module/src/common.c:56: error: implicit declaration of function ‘log_init’
/home/app/soft/fastdfs-nginx-module/src/common.c:57: error: implicit declaration of function ‘trunk_shared_init’
/home/app/soft/fastdfs-nginx-module/src/common.c:59: error: implicit declaration of function ‘iniLoadFromFile’
/home/app/soft/fastdfs-nginx-module/src/common.c:59: error: ‘iniContext’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:61: error: implicit declaration of function ‘logError’
/home/app/soft/fastdfs-nginx-module/src/common.c:69: error: implicit declaration of function ‘storage_load_paths_from_conf_file’
/home/app/soft/fastdfs-nginx-module/src/common.c:74: error: ‘g_fdfs_connect_timeout’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:74: error: implicit declaration of function ‘iniGetIntValue’
/home/app/soft/fastdfs-nginx-module/src/common.c:75: error: ‘DEFAULT_CONNECT_TIMEOUT’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:81: error: ‘g_fdfs_network_timeout’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:82: error: ‘DEFAULT_NETWORK_TIMEOUT’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:88: error: implicit declaration of function ‘load_log_level’
/home/app/soft/fastdfs-nginx-module/src/common.c:90: error: implicit declaration of function ‘iniGetStrValue’
/home/app/soft/fastdfs-nginx-module/src/common.c:93: error: implicit declaration of function ‘log_set_filename’
/home/app/soft/fastdfs-nginx-module/src/common.c:99: error: implicit declaration of function ‘fdfs_load_tracker_group_ex’
/home/app/soft/fastdfs-nginx-module/src/common.c:99: error: ‘g_tracker_group’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:109: error: ‘url_have_group_name’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:109: error: implicit declaration of function ‘iniGetBoolValue’
/home/app/soft/fastdfs-nginx-module/src/common.c:110: error: ‘false’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:130: error: implicit declaration of function ‘fdfs_http_params_load’
/home/app/soft/fastdfs-nginx-module/src/common.c:131: error: ‘g_http_params’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:148: error: ‘g_if_alias_prefix’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:158: error: implicit declaration of function ‘iniFreeContext’
/home/app/soft/fastdfs-nginx-module/src/common.c:164: error: implicit declaration of function ‘load_local_host_ip_addrs’
/home/app/soft/fastdfs-nginx-module/src/common.c:167: error: implicit declaration of function ‘logInfo’
/home/app/soft/fastdfs-nginx-module/src/common.c:188: error: ‘g_fdfs_base_path’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:188: error: ‘g_fdfs_path_count’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:191: error: ‘g_local_host_ip_count’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c: In function ‘fdfs_download_callback’:
/home/app/soft/fastdfs-nginx-module/src/common.c:217: error: ‘struct fdfs_http_response’ has no member named ‘header_outputed’
/home/app/soft/fastdfs-nginx-module/src/common.c:220: error: ‘struct fdfs_http_context’ has no member named ‘output_headers’
/home/app/soft/fastdfs-nginx-module/src/common.c:220: error: ‘struct fdfs_http_context’ has no member named ‘arg’
/home/app/soft/fastdfs-nginx-module/src/common.c:225: error: ‘struct fdfs_http_context’ has no member named ‘send_reply_chunk’
/home/app/soft/fastdfs-nginx-module/src/common.c:225: error: ‘struct fdfs_http_context’ has no member named ‘arg’
/home/app/soft/fastdfs-nginx-module/src/common.c: In function ‘fdfs_format_range’:
......................................................
/home/app/soft/fastdfs-nginx-module/src/common.c: In function ‘fdfs_http_request_handler’:
/home/app/soft/fastdfs-nginx-module/src/common.c:319: error: ‘KeyValuePair’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:319: error: expected ‘;’ before ‘params’
/home/app/soft/fastdfs-nginx-module/src/common.c:324: error: ‘MAX_PATH_SIZE’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:340: error: ‘FDFSFileInfo’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:340: error: expected ‘;’ before ‘file_info’
/home/app/soft/fastdfs-nginx-module/src/common.c:341: error: ‘bool’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:341: error: expected ‘;’ before ‘bFileExists’
/home/app/soft/fastdfs-nginx-module/src/common.c:342: error: expected ‘;’ before ‘bSameGroup’
/home/app/soft/fastdfs-nginx-module/src/common.c:343: error: expected ‘;’ before ‘bTrunkFile’
/home/app/soft/fastdfs-nginx-module/src/common.c:344: error: ‘FDFSTrunkFullInfo’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:344: error: expected ‘;’ before ‘trunkInfo’
/home/app/soft/fastdfs-nginx-module/src/common.c:345: error: ‘FDFSTrunkHeader’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:345: error: expected ‘;’ before ‘trunkHeader’
/home/app/soft/fastdfs-nginx-module/src/common.c:352: error: ‘struct fdfs_http_context’ has no member named ‘url’
/home/app/soft/fastdfs-nginx-module/src/common.c:357: error: ‘struct fdfs_http_context’ has no member named ‘output_headers’
..................................................................
/home/app/soft/fastdfs-nginx-module/src/common.c:368: error: ‘struct fdfs_http_context’ has no member named ‘output_headers’
/home/app/soft/fastdfs-nginx-module/src/common.c:368: error: ‘struct fdfs_http_context’ has no member named ‘arg’
/home/app/soft/fastdfs-nginx-module/src/common.c:372: error: ‘struct fdfs_http_context’ has no member named ‘url’
/home/app/soft/fastdfs-nginx-module/src/common.c:378: error: ‘struct fdfs_http_context’ has no member named ‘url’
/home/app/soft/fastdfs-nginx-module/src/common.c:386: error: ‘struct fdfs_http_context’ has no member named ‘output_headers’
/home/app/soft/fastdfs-nginx-module/src/common.c:386: error: ‘struct fdfs_http_context’ has no member named ‘arg’
/home/app/soft/fastdfs-nginx-module/src/common.c:502: error: ‘false’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:502: error: ‘file_info’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:513: error: ‘struct fdfs_http_context’ has no member named ‘output_headers’
/home/app/soft/fastdfs-nginx-module/src/common.c:513: error: ‘struct fdfs_http_context’ has no member named ‘arg’
/home/app/soft/fastdfs-nginx-module/src/common.c:521: error: ‘struct fdfs_http_context’ has no member named ‘if_modified_since’
/home/app/soft/fastdfs-nginx-module/src/common.c:521: error: left-hand operand of comma expression has no effect
/home/app/soft/fastdfs-nginx-module/src/common.c:525: error: ‘struct fdfs_http_context’ has no member named ‘arg’
In file included from /home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:6:
/home/app/soft/fastdfs-nginx-module/src/common.c:537: error: implicit declaration of function ‘trunk_file_stat_ex’
/home/app/soft/fastdfs-nginx-module/src/common.c:538: error: ‘trunkInfo’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:538: error: ‘trunkHeader’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:540: error: ‘bFileExists’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:556: error: implicit declaration of function ‘is_local_host_ip’
/home/app/soft/fastdfs-nginx-module/src/common.c:761: error: implicit declaration of function ‘IS_TRUNK_FILE_BY_ID’
/home/app/soft/fastdfs-nginx-module/src/common.c:764: error: implicit declaration of function ‘trunk_get_full_filename’
..............................................
/home/app/soft/fastdfs-nginx-module/src/common.c:851: error: ‘struct fdfs_http_context’ has no member named ‘send_reply_chunk’
/home/app/soft/fastdfs-nginx-module/src/common.c:851: error: ‘struct fdfs_http_context’ has no member named ‘arg’
/home/app/soft/fastdfs-nginx-module/src/common.c:324: error: unused variable ‘full_filename’
/home/app/soft/fastdfs-nginx-module/src/common.c: In function ‘fdfs_get_params_from_tracker’:
/home/app/soft/fastdfs-nginx-module/src/common.c:866: error: ‘IniContext’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:866: error: expected ‘;’ before ‘iniContext’
/home/app/soft/fastdfs-nginx-module/src/common.c:868: error: ‘bool’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:868: error: expected ‘;’ before ‘continue_flag’
/home/app/soft/fastdfs-nginx-module/src/common.c:870: error: ‘continue_flag’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:870: error: ‘false’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:871: error: implicit declaration of function ‘fdfs_get_ini_context_from_tracker’
/home/app/soft/fastdfs-nginx-module/src/common.c:871: error: ‘g_tracker_group’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/common.c:872: error: ‘iniContext’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c: At top level:
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:30: error: ‘IP_ADDRESS_SIZE’ undeclared here (not in a function)
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c: In function ‘fdfs_output_headers’:
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:175: error: ‘struct fdfs_http_response’ has no member named ‘header_outputed’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:180: error: ‘struct fdfs_http_response’ has no member named ‘header_outputed’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:180: error: ‘true’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c: At top level:
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:228: error: type defaults to ‘int’ in declaration of ‘bool’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:228: error: expected ‘;’, ‘,’ or ‘)’ before ‘last_buf’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c: In function ‘ngx_http_fastdfs_handler’:
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:815: error: ‘struct fdfs_http_context’ has no member named ‘arg’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:816: error: ‘struct fdfs_http_context’ has no member named ‘header_only’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:817: error: ‘struct fdfs_http_context’ has no member named ‘url’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:818: error: ‘struct fdfs_http_context’ has no member named ‘output_headers’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:819: error: ‘struct fdfs_http_context’ has no member named ‘send_file’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:820: error: ‘struct fdfs_http_context’ has no member named ‘send_reply_chunk’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:820: error: ‘fdfs_send_reply_chunk’ undeclared (first use in this function)
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:821: error: ‘struct fdfs_http_context’ has no member named ‘proxy_handler’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:827: error: ‘struct fdfs_http_context’ has no member named ‘if_modified_since’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:830: error: ‘struct fdfs_http_context’ has no member named ‘if_modified_since’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:860: error: ‘struct fdfs_http_context’ has no member named ‘range’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:866: error: ‘struct fdfs_http_context’ has no member named ‘if_range’
/home/app/soft/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:866: error: ‘true’ undeclared (first use in this function)
make[1]: *** [objs/addon/src/ngx_http_fastdfs_module.o] Error 1
make[1]: Leaving directory `/home/app/soft/nginx-1.0.11'
make: *** [build] Error 2


编译nginx时出现上面的错误.
使用的版本是:  fastdfs-nginx-module_v1.10             FastDFS_v3.11             nginx-1.0.11
现在的操作是为了添加一个组,以增加磁盘空间。 以上版本在老服务器上都是可以使用的。

在线求得帮助。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP