[PATCH] Borland C Compiler compatibility issues

From: Pavel Golub <pavel(at)microolap(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Borland C Compiler compatibility issues
Date: 2009-04-18 09:31:54
Message-ID: fa8615c50904180231r7b94ed4fx71d8fc94c7097c4e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
bcc32.mak.patch application/octet-stream 614 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2009-04-18 10:50:50 Re: [GENERAL] Performance of full outer join in 8.3
Previous Message Stephen Cook 2009-04-18 09:23:37 Re: Replacing plpgsql's lexer