MSVC 2015's broken static initializer_list causing build failure

Matúš Kukan matus.kukan at gmail.com
Mon Dec 19 13:39:59 UTC 2016


On 19 December 2016 at 11:23, Stephan Bergmann <sbergman at redhat.com> wrote:
> On 12/16/2016 10:53 PM, Luke Benes wrote:
>>
>> When I try to build with MSVC 2015 I get the following error:
>> checking whether C:/PROGRA~2/MICROS~1.0/VC/bin/amd64/cl.exe has broken
>> static initializer_list support... yes
>> configure: error: working support for static initializer_list needed
>> Error running configure at ./autogen.sh line 281.
>
>
> <https://cgit.freedesktop.org/libreoffice/core/commit/?id=86e6d9b62f4d77a6949fdb98c570930a80f6917c>
> "Make check for broken static initialize_list work with MSVC 2015" fixes
> that for me

I need this change in the 'else' branch of 'if test "$BITNESS_OVERRIDE" = 64;'
With that it works for me too.
But I can't push now.

Thanks,

Matus


More information about the LibreOffice mailing list