Welcome! Log In Create A New Profile

Advanced

Re: [PATCH] Fix MinGW64 compilation

Maxim Dounin
December 06, 2016 03:08PM
Hello!

On Tue, Nov 29, 2016 at 01:13:27PM +0200, Orgad Shaneh wrote:

> # HG changeset patch
> # User Orgad Shaneh <orgads@gmail.com>
> # Date 1480405065 -7200
> # Tue Nov 29 09:37:45 2016 +0200
> # Node ID e036a4628d9cc8803579d7d41848d528488eca6d
> # Parent 52bd8cc17f34bbebcb4d2ce3651b40af7d572d55
> Fix MinGW64 compilation

Style, should use "Configure: ..." prefix and trailing dot, e.g.:

Configure: fix MinGW64 compilation.

It may also be more specific about what "MinGW64 compilation"
means, see below.

>
> diff -r 52bd8cc17f34 -r e036a4628d9c auto/configure
> --- a/auto/configure Mon Nov 28 19:19:21 2016 +0300
> +++ b/auto/configure Tue Nov 29 09:37:45 2016 +0200
> @@ -36,7 +36,7 @@
> NGX_PLATFORM="$NGX_SYSTEM:$NGX_RELEASE:$NGX_MACHINE";
>
> case "$NGX_SYSTEM" in
> - MINGW32_*)
> + MINGW32_*|MINGW64_*)

Style, should be spaces around "|".

> NGX_PLATFORM=win32
> ;;
> esac

AFAIK, MinGW-w64 project doesn't provide any compilation
environment by itself. We do support compiling with mingw-w64 gcc
under MSYS, similar to how it's documented for MSVC at [1], but it
only returns MINGW32_* in "uname -s".

Do you mean compiling under some different environment? MSYS2?

[1] http://nginx.org/en/docs/howto_build_on_win32.html

--
Maxim Dounin
http://nginx.org/
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[PATCH] Fix MinGW64 compilation

Orgad Shaneh 489 November 29, 2016 06:14AM

Re: [PATCH] Fix MinGW64 compilation

Maxim Dounin 197 December 06, 2016 03:08PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 164
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready