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
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
>
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