Compiling libpq with Borland bcc32 - Mailing list pgsql-novice

From 2M Data Systems
Subject Compiling libpq with Borland bcc32
Date
Msg-id AD61A3A7C80949178643FE5D2811C35F@LynnPC
Whole thread Raw
List pgsql-novice
Has anyone attempted to compile the libpq library/dll using Borlands bcc32 compiler? I get three error messages:
 
Error E2238 ..\..\include\pg_config_os.h 371: Multiple declarations for 'ssize_t'
Error E2344 c:\cbc06\6.0\include\_stddef.h 38: Earlier declaration of 'ssize_t'
Fatal F1003 ..\..\include\c.h 284: Error directive: must have a working 64-bit integer datatype
 
ssize_t is defined in one of the c header files for the bcc32 compiler
c.h doesn't seem to support the __int64 datatype that bcc32 provides
 
Does anyone have any advise on how to get this to compile?
Version 8.4.1 compiled without errors, but I'm attempting to upgrade to version 9.1.2.
 
Thanks, Lynn
 

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Join troubles between pg_index and pg_indexes with capitalization in pg_indexes.tablename
Next
From: Paula Price
Date:
Subject: large XML data type appears empty when doing a select