Re: [GENERAL] compile postgres with visual studio 2010

2011-07-21 Thread Sofer, Yuval
Subject: Re: [GENERAL] compile postgres with visual studio 2010 On 20/07/11 18:56, Sofer, Yuval wrote: I would like to build Postgres from source with the visual studio 2010 compiler Unless you're willing to use the patch Tom linked to, you should compile with Visual Studio 2008

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-21 Thread Brar Piening
Original Message Subject: Re: [GENERAL] compile postgres with visual studio 2010 From: Sofer, Yuval yuval_so...@bmc.com To: Craig Ringer cr...@postnewspapers.com.au Date: 21.07.2011 08:56 Hi Ok - but how do I install the patch in the link? I pressed the latest patch link Tom

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-21 Thread Craig Ringer
On 21/07/2011 2:56 PM, Sofer, Yuval wrote: Hi Ok - but how do I install the patch in the link? I pressed the latest patch link Tom Lane gave me (Patch by brar on 2011-07-07 12:37:47 AM: Added documentation, removed pgflex.pl and pgbison.pl. No changes to the existing code. ), where I saw

[GENERAL] compile postgres with visual studio 2010

2011-07-20 Thread Sofer, Yuval
Hi I would like to build Postgres from source with the visual studio 2010 compiler Is it supported? Is there any document which describes the process of the implementation? Thanks, Yuval Sofer BMC Software CTMD Business Unit DBA Team 972-52-4286-282

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-20 Thread Raymond O'Donnell
On 20/07/2011 11:56, Sofer, Yuval wrote: Hi I would like to build Postgres from source with the visual studio 2010 compiler Is it supported? Is there any document which describes the process of the implementation? Yes, it's in the Fine Manual:

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-20 Thread Tom Lane
Sofer, Yuval yuval_so...@bmc.com writes: I would like to build Postgres from source with the visual studio 2010 compiler Is it supported? Not yet. You could test the pending patch for that: https://commitfest.postgresql.org/action/patch_view?id=523 regards, tom lane

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-20 Thread Craig Ringer
On 20/07/11 18:56, Sofer, Yuval wrote: I would like to build Postgres from source with the visual studio 2010 compiler Unless you're willing to use the patch Tom linked to, you should compile with Visual Studio 2008 or with the Microsoft Platform SDK 7.0 (Windows Vista and .NET 3.5). More