Skip to content
New issue

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

Adding NJS breaks nginx compilation (on Windows) #320

Closed
micheljung opened this issue Jun 17, 2020 · 1 comment
Closed

Adding NJS breaks nginx compilation (on Windows) #320

micheljung opened this issue Jun 17, 2020 · 1 comment

Comments

@micheljung
Copy link

micheljung commented Jun 17, 2020

I'm trying to build nginx with NJS on Windows

Building nginx only works, using this build script, as you can see in its build result.

If I simply add --add-module=njs/nginx (which points to a cloned repository) as documented, the build fails with the last lines being:

install openssl.pc -> /c/projects/nginx-build-msys2/nginx/openssl-1.1.1g/.openssl/lib/pkgconfig/openssl.pc
make[2]: Leaving directory '/c/projects/nginx-build-msys2/nginx/openssl-1.1.1g'
make[1]: Leaving directory '/c/projects/nginx-build-msys2/nginx'
make: *** [Makefile:8: build] Error 2

Not being used to build things myself, I'm lost here. Any help would be much appreciated - and maybe we can then share a Windows build project that just works :-)

@xeioex
Copy link
Contributor

xeioex commented Jun 17, 2020

Hi @micheljung,

njs project does not support Windows, (only POSIX-compatible OSs: linux, freebsd, Solaris, macOs,..).

I will add the list of supported operation systems to the official documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants