On Thu, Feb 23, 2017 at 7:03 PM, Michael Paquier
wrote:
> On Thu, Feb 23, 2017 at 10:14 PM, Sandeep Thakkar
> wrote:
> > I see that the commit 0fb54de9aa4ffb792ea63af853146021ae501f12 adds
> support
> > to build with Visual Studio 2015. But, I tried building 9.6.2 and it
ael Paquier writes:
> > On Mon, Jan 4, 2016 at 9:40 PM, Sandeep Thakkar
> > wrote:
> >> ... 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 C203
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
Okay. For psqlODBC, the dependencies only include gettext and OpenSSL.
On Thu, Jul 3, 2014 at 2:08 PM, Dave Page wrote:
> I think the point is that Craig is asking for the headers and import
> libraries for all deps, not just OpenSSL.
>
>
> On Thu, Jul 3, 2014 at 9:35 AM,
d have them
> > work properly. Now it's only an issue if your app also needs to use
> > OpenSSL, gettext, etc its self.
> >
> > Thoughts?
> >
> > --
> > Craig Ringer http://www.2ndQuadrant.com/
> > PostgreSQL Development, 24x7
ql-9-2
>
> --
> Craig Ringer http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services
>
>
--
Sandeep Thakkar
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise Postgres Company
Phone: +91.20.30589523
Website: www.enterpr
I checkout the pgsnmpd using command
"cvs -d pserver:anonym...@cvs.pgfoundry.org:/cvsroot/pgsnmpd checkout -r REL1_0
pgsnmpd"
Now, I want to setup the local mirror and wants to checkout the sources
from there. I use the following command:
$rsync -av cvs.pgfoundry.org:/cvsroot/pgsnmpd/* .
Passw