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
您好,我在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
The text was updated successfully, but these errors were encountered:
请确认一下fastdfs-nginx-module项目是否存放在:/root/tuchuang/fastdfs-nginx-module
Sorry, something went wrong.
No branches or pull requests
您好,我在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
The text was updated successfully, but these errors were encountered: