Re: [INTERFACES] Postgre Perl on WIN NT - Mailing list pgsql-interfaces

From Randall W. Barrett
Subject Re: [INTERFACES] Postgre Perl on WIN NT
Date
Msg-id Pine.GSO.4.10.9903040904430.27926-100000@viper
Whole thread Raw
In response to Postgre Perl on WIN NT  ("Christopher R. Jones" <cj@interlog.com>)
List pgsql-interfaces
Christopher,

Why don't you try compiling it with the Cygwin32 compiler...

http://www.cygnus.com

Randy

On Thu, 4 Mar 1999, Christopher R. Jones wrote:

> I am trying to build the Perl module in WINNT with VC++ 6.0.
> Unfortunately, VC++ has reserved the work "keyword" which is defined in
> libgg-fe.h:
> typedef struct _PQconninfoOption
> {
> char   *keyword;
> char    *envvar;
> char       *compiled;
> char       *val;
> char       *label;
> char       *dispchar;
> int            dispsize;
> } PQconninfoOption;
>
> I must not be the first to bang up against error.  Any hints?
>
> Will it compile with the Borland 5.0 compiler?
>
>
>


pgsql-interfaces by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [INTERFACES] libpq++ - copy - default values
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] libpq++ - copy - default values