Re: [HACKERS] How to build contrib module separately in PostgreSQL on windows

2013-01-20 Thread Craig Ringer
On 01/19/2013 11:09 PM, 朱冯贶天 wrote: > After downloading the source code, I enter the > "postgresql-9.2.2\contrib\cube" to type 'nmake' with VS2010 command > environment. However, the Makefile is not compatible with vs2010. Correct - PostgreSQL's makefiles are written for GNU make and a unix-like

Re: [HACKERS] How to build contrib module separately in PostgreSQL on windows

2013-01-19 Thread Andrew Dunstan
On 01/19/2013 10:09 AM, 朱冯贶天 wrote: > Hi, > > I change some code of extension "cube" in PostgreSQL to do some > experiments. > > > The problem is that I want to make these changed code effective, and I > am not sure how to build it on windows. > > > After downloading the source code, I enter the >

[HACKERS] How to build contrib module separately in PostgreSQL on windows

2013-01-19 Thread 朱冯贶天
Hi, I change some code of extension "cube" in PostgreSQL to do some experiments. The problem is that I want to make these changed code effective, and I am not sure how to build it on windows. After downloading the source code, I enter the "postgresql-9.2.2\contrib\cube" to type 'nmake' with VS201