[Bug 48263] New: compiling projects with MSVC++ 2015 build tools fails

WineHQ Bugzilla wine-bugs at winehq.org
Tue Dec 10 11:56:06 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=48263

            Bug ID: 48263
           Summary: compiling projects with MSVC++ 2015 build tools fails
           Product: Wine
           Version: 4.20
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ucrtbase
          Assignee: wine-bugs at winehq.org
          Reporter: erich.e.hoover at gmail.com
      Distribution: ---

Trying to compile a project with MSVC++ 2015 fails with:
===
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include\limits(1151):
error C2177: constant too big
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include\limits(1214):
error C2177: constant too big
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include\complex(203):
error C2177: constant too big
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include\complex(331):
error C2177: constant too big
===
(These errors correspond to the return of DBL_MAX and LDBL_MAX)

Bisect:
===
0e183cc3c0d3b6f89f79047cdd71c389afc75073 is the first bad commit
commit 0e183cc3c0d3b6f89f79047cdd71c389afc75073
Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Nov 2 14:35:52 2019 +0100

    msvcrt: Don't change FPU control word in _control87() on x86-64.

    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

:040000 040000 44931fccad0fdf340891e925083ddf28840a8572
fc8845c60cea22d211c5389869e5aa147e481455 M    dlls
===

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list