Building PostgreSQL 9.6devel sources with Microsoft Visual C++ 2015?

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Building PostgreSQL 9.6devel sources with Microsoft Visual C++ 2015?
Date: 2016-01-04 12:40:29
Message-ID: CANFyU959RRvAqmrGvLor=go3PSi4LdYcjDw8TQ6YRvzpouZrog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

As per the installation doc available here,
http://www.postgresql.org/docs/devel/static/install-windows.html

the sources can be built with Microsoft Visual C++ 2005 to Microsoft Visual
C++ 2013. Does it mean the higher version like Microsoft Visual C++ 2015 is
not supported? We tried building it with Visual Studio 2015 and Windows 10
SDK, but see build errors like

src/backend/utils/adt/pg_locale.c(809): error C2037: left of 'locale_name'
specifies undefined struct/union '__crt_locale_data'

--
Sandeep Thakkar

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2016-01-04 13:07:43 Re: Building PostgreSQL 9.6devel sources with Microsoft Visual C++ 2015?
Previous Message Andreas Kretschmer 2016-01-04 12:28:10 Re: Streaming replication stacked.