From: | "2M Data Systems" <2MData(at)mstarmetro(dot)net> |
---|---|
To: | <pgsql-novice(at)postgresql(dot)org> |
Subject: | Compiling libpq with Borland bcc32 |
Date: | 2012-01-12 01:15:00 |
Message-ID: | AD61A3A7C80949178643FE5D2811C35F@LynnPC |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Paula Price | 2012-01-12 18:58:00 | large XML data type appears empty when doing a select |
Previous Message | Tom Lane | 2012-01-12 00:51:31 | Re: Join troubles between pg_index and pg_indexes with capitalization in pg_indexes.tablename |