Re: [INTERFACES] Postgre Perl on WIN NT

From: "Randall W(dot) Barrett" <rbarr(at)shadow(dot)net>
To: "Christopher R(dot) Jones" <cj(at)interlog(dot)com>
Cc: PostgreSQL Interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] Postgre Perl on WIN NT
Date: 1999-03-04 14:09:44
Message-ID: Pine.GSO.4.10.9903040904430.27926-100000@viper
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?
>
>
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1999-03-04 14:48:30 Re: [INTERFACES] libpq++ - copy - default values
Previous Message Thomas G. Lockhart 1999-03-04 14:08:55 Re: [INTERFACES] libpq++ - copy - default values