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

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Building PostgreSQL 9.6devel sources with Microsoft Visual C++ 2015?
Date: 2017-02-23 17:42:07
Message-ID: CANFyU95VubzwrNU4kdrwa4wfiqtqugVVXcziWxKSJvWXicO+7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 23, 2017 at 7:03 PM, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
wrote:

> On Thu, Feb 23, 2017 at 10:14 PM, Sandeep Thakkar
> <sandeep(dot)thakkar(at)enterprisedb(dot)com> wrote:
> > I see that the commit 0fb54de9aa4ffb792ea63af853146021ae501f12 adds
> support
> > to build with Visual Studio 2015. But, I tried building 9.6.2 and it
> returns
> > me the same error on Windows2012 R2. Is it only me that is seeing the
> error?
>
> Yes that should work. What kind of errors do you see?
>
src/backend/utils/adt/pg_locale.c(927): error C2037: left of 'locale_name'
specifies undefined struct/union '__crt_locale_data'
[D:\pginstaller\postgres.windows-x64\postgres.vcxproj]
src/backend/utils/adt/pg_locale.c(928): error C2198: 'wchar2char': too few
arguments for call [D:\pginstaller\postgres.windows-x64\postgres.vcxproj]

> --
> Michael
>

--
Sandeep Thakkar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2017-02-23 19:55:19 Re: ShmemAlloc maximum size
Previous Message Francisco Olarte 2017-02-23 16:58:24 Re: Move rows from one database to other