Borland c++ compile problems...

From: Steve Holdoway <steve(at)treshna(dot)com>
To: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Borland c++ compile problems...
Date: 2004-07-21 02:20:33
Message-ID: 40FDD2F1.3040509@treshna.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

Hi folks,

It seems that Borland C++ ( I'm using the command line version 5.5 )
takes exception to #defines like the following...

#define open(a, b...) win32_open ( a, b, ##__VA_ARGS__ )
[ to be found in port.h on the current development snapshot ]

This causes compilation to fail. I'm after a version of blibpq.dll that
supports ssl connections, and the one I compiled previously ( 7.4.2 I
think ) doesn't seem to.

Can anyone suggest a solution. I speak C fluently... it's this pesky
windows stuff that causes me grief!

Cheers,

Steve

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2004-07-21 03:08:09 Re: Borland c++ compile problems...
Previous Message Bruce Momjian 2004-07-20 20:59:32 Re: win2k, service, pg_ctl, popen, etc

Browse pgsql-patches by date

  From Date Subject
Next Message Mark Kirkwood 2004-07-21 02:27:49 Re: PITR COPY Failure (was Point in Time Recovery)
Previous Message Christopher Kings-Lynne 2004-07-21 01:41:37 Re: [HACKERS] Point in Time Recovery