[Libreoffice-bugs] [Bug 116653] New: NOMINMAX Redefinition msys/mingw build

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 27 11:17:51 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=116653

            Bug ID: 116653
           Summary: NOMINMAX Redefinition msys/mingw build
           Product: cppunit
           Version: 1.14
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: General
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: lgadras at gmail.com

Compiling error "NOMINMAX redefinition" on msys2/mingw gcc compiler.
Solution :
modify
#define NOMINMAX
for
#ifndef NOMINMAX
#define NOMINMAX
#endif
into files:
cppunit/include/cppunit/plugin/TestPlugIn.h
cppunit/src/cppunit/Win32DynamicLibraryManager.cpp

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180327/fa2a286e/attachment.html>


More information about the Libreoffice-bugs mailing list