2016-04-04 7 views
0

gefunden Ich versuche, diese Anleitung zu folgen - http://www.helping-squad.com/nginx-rtmp-compile-for-windows/nginx rtmp für Windows-Fehler U1052 kompilieren & rtmp-Modul-Master/config nicht

nginx rtmp für Windows zu kompilieren, aber wenn ich versuche, nmake -f objs/Makefile auszuführen , gibt es einen Fehler, nämlich - NMAKE : fatal error U1052: file 'Makefile' not found und der Aufruf davor gibt auch einen Fehler.

-Code

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 

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

Auch gibt es eine Konfigurationsdatei im Verzeichnis.

Also ich lese etwas wie - neuere Versionen von Nginx brauchen keine separaten rtmp-Modul-Master, also habe ich das aus dem Code & entfernt, es kompiliert einfach gut.

Antwort

0

hatte ich die Dateien/Karten für den Compiler in Dokumenten statt platziert -

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

so dass der Compiler nicht meine Dateien finden konnte.