Re: How to build plperl with PostgreSQL 9 on Windows

From: tuanhoanganh <hatuan05(at)gmail(dot)com>
To: Alex Hunsaker <badalex(at)gmail(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to build plperl with PostgreSQL 9 on Windows
Date: 2011-01-05 02:27:39
Message-ID: AANLkTimmAmKfJeCGEOQbTr7t4RH=oiB=X5qfJ0eVHty0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com> wrote:

> On Tue, Jan 4, 2011 at 10:12, tuanhoanganh <hatuan05(at)gmail(dot)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; ?
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Hunsaker 2011-01-05 02:52:59 Re: How to build plperl with PostgreSQL 9 on Windows
Previous Message Alex Hunsaker 2011-01-05 02:14:36 Re: How to build plperl with PostgreSQL 9 on Windows