Re: How to build plperl with PostgreSQL 9 on Windows - Mailing list pgsql-general

From tuanhoanganh
Subject Re: How to build plperl with PostgreSQL 9 on Windows
Date
Msg-id AANLkTimmAmKfJeCGEOQbTr7t4RH=oiB=X5qfJ0eVHty0@mail.gmail.com
Whole thread Raw
In response to Re: How to build plperl with PostgreSQL 9 on Windows  (Alex Hunsaker <badalex@gmail.com>)
Responses Re: How to build plperl with PostgreSQL 9 on Windows
List pgsql-general
Thanks for answer me but it have error

Detected Visual Studio version 8.00
Detected hardware platform: Win32
Generating win32ver.rc for src\backend
Building src\pl\plperl\SPI.c...
'1' is not recognized as an internal or external command,
operable program or batch file.
Failed to create SPI.c.

Please help me.

Tuan Hoang ANh

On Wed, Jan 5, 2011 at 9:14 AM, Alex Hunsaker <badalex@gmail.com> wrote:
On Tue, Jan 4, 2011 at 10:12, tuanhoanganh <hatuan05@gmail.com> wrote:
> I has set config.pl to
> $config->{perl};
> 1;

I don't know anything about the windows build system, but shouldn't
that be something like:
$config->{perl} = 1; ?

pgsql-general by date:

Previous
From: Alex Hunsaker
Date:
Subject: Re: How to build plperl with PostgreSQL 9 on Windows
Next
From: Alex Hunsaker
Date:
Subject: Re: How to build plperl with PostgreSQL 9 on Windows