2016-04-04 80 views
0

我試圖按照本指南 - http://www.helping-squad.com/nginx-rtmp-compile-for-windows/nginx的RTMP編譯沒有發現

要編譯nginx的RTMP適用於Windows,但是當我試圖執行nmake -f objs/Makefile ,它會給出一個錯誤,即 - NMAKE : fatal error U1052: file 'Makefile' not found以及之前的調用也會給出錯誤。

代碼

auto/configure --with-cc=cl --builddir=objs --prefix= --conf-path=conf/nginx.conf --pid-path=temp/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --http-uwsgi-temp-path=temp/uwsgi_temp --http-scgi-temp-path=temp/scgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre2-10.21 --with-zlib=objs/lib/zlib-1.2.8 --with-openssl=objs/lib/openssl-1.0.1s --with-select_module --with-http_ssl_module --add-module=objs/lib/nginx-rtmp-module-master 

錯誤 - auto/configure: error: no objs/lib/nginx-rtmp-module-master/config was found

即使沒有在目錄中的配置文件。

因此,我讀了類似 - 新版本的nginx不需要單獨的rtmp-module-master,所以我從代碼&中刪除了它,編譯得很好。

回答

0

我已經把文件/地圖編譯器中的文件,而不是 -

C:\msys\1.0\home\gr\nginx\objs\lib

所以編譯器找不到我的文件。