[PATCH] Borland C Compiler compatibility issues

Поиск
Список
Период
Сортировка
От Pavel Golub
Тема [PATCH] Borland C Compiler compatibility issues
Дата
Msg-id fa8615c50904180231r7b94ed4fx71d8fc94c7097c4e@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Here the patch to /src/interfaces/libpq/bcc32.mak attached improving
Borland C++ Compiler compatibility.

Issues described here:
http://pgolub.wordpress.com/2009/04/13/building-postgresql-client-library-using-borland-c-compiler-bcc-under-winxp/

This patch changes order of include folders placing
..\..\include\port\win32_msvc on the first place. Thus
src\include\port\win32_msvc\dirent.h is used instead of incompatible
$(BCB)\include\dirent.h

--
Nullus est in vitae sensus ipsa vera est sensus.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephen Cook
Дата:
Сообщение: Re: Replacing plpgsql's lexer
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [GENERAL] Performance of full outer join in 8.3