Re: MSVC 2015's broken static initializer_list causing build failure

2016-12-19 Thread slacka
It's working now for me too. Thanks! -- View this message in context: http://nabble.documentfoundation.org/MSVC-2015-s-broken-static-initializer-list-causing-build-failure-tp4202928p4203154.html Sent from the Dev mailing list archive at Nabble.com.

Re: MSVC 2015's broken static initializer_list causing build failure

2016-12-19 Thread Stephan Bergmann
On 12/19/2016 02:39 PM, Matúš Kukan wrote: On 19 December 2016 at 11:23, Stephan Bergmann 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

Re: MSVC 2015's broken static initializer_list causing build failure

2016-12-19 Thread Matúš Kukan
On 19 December 2016 at 11:23, Stephan Bergmann 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

Re: MSVC 2015's broken static initializer_list causing build failure

2016-12-19 Thread Stephan Bergmann
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

Re: MSVC 2015's broken static initializer_list causing build failure

2016-12-17 Thread slacka
Per your recommendation, I upgrade to Microsoft Visual Studio Community 2015 Version 14.0.25431.01 Update 3 After the update, I'm still seeing the same error. configure: error: working support for static initializer_list needed -Luke -- View this message in context:

Re: MSVC 2015's broken static initializer_list causing build failure

2016-12-17 Thread Noel Grandin
I'm not using it, but it makes no sense for us to support anything other than VS2015 Update3, so I suggest you update to that and try again.​ ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: MSVC 2015's broken static initializer_list causing build failure

2016-12-17 Thread slacka
Microsoft Visual Studio Community 2015 Version 14.0.25123.00 Update 2 Is it working for you? What version are you running? -- View this message in context: http://nabble.documentfoundation.org/MSVC-2015-s-broken-static-initializer-list-causing-build-failure-tp4202928p4202950.html Sent from

Re: MSVC 2015's broken static initializer_list causing build failure

2016-12-16 Thread Noel Grandin
which update of VS2015 are you running? They added lots of stuff in the later updates​ ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

MSVC 2015's broken static initializer_list causing build failure

2016-12-16 Thread Luke Benes
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. $ git