fastdfs-nginx-module
fastdfs-nginx-module copied to clipboard
关于make失败的问题
您好,我在make后出现了这个错误,现在不知道是什么原因,希望您能回复我一下,万分感谢!🙏
cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='"/etc/fdfs/mod_fastdfs.conf"' -I src/core -I /usr/include/fastdfs -I /usr/include/fastcommon -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I /usr/local/include
-o objs/addon/src/ngx_http_fastdfs_module.o
/root/tuchuang/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c
cc: error: : No such file or directory
objs/Makefile:1207: recipe for target 'objs/addon/src/ngx_http_fastdfs_module.o' failed
make[1]: *** [objs/addon/src/ngx_http_fastdfs_module.o] Error 1
make[1]: Leaving directory '/root/echo/nginx-1.15.1'
Makefile:8: recipe for target 'build' failed
make: *** [build] Error 2
请确认一下fastdfs-nginx-module项目是否存放在:/root/tuchuang/fastdfs-nginx-module