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?
>
>
>