Compiling libpq with Borland bcc32

Поиск
Список
Период
Сортировка
От 2M Data Systems
Тема Compiling libpq with Borland bcc32
Дата
Msg-id AD61A3A7C80949178643FE5D2811C35F@LynnPC
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Join troubles between pg_index and pg_indexes with capitalization in pg_indexes.tablename
Следующее
От: Paula Price
Дата:
Сообщение: large XML data type appears empty when doing a select