Postgre Perl on WIN NT - Mailing list pgsql-interfaces

From Christopher R. Jones
Subject Postgre Perl on WIN NT
Date
Msg-id 3.0.5.32.19990304085004.00961440@mail.interlog.com
Whole thread Raw
Responses Re: [INTERFACES] Postgre Perl on WIN NT  ("Randall W. Barrett" <rbarr@shadow.net>)
Re: [INTERFACES] Postgre Perl on WIN NT  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
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: "V. A."
Date:
Subject: libpq++ - copy - default values
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [INTERFACES] Foreign Keys