Thread: Compiling libpq with Borland bcc32

Compiling libpq with Borland bcc32

From
"2M Data Systems"
Date:
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