Borland c++ compile problems...

Поиск
Список
Период
Сортировка
От Steve Holdoway
Тема Borland c++ compile problems...
Дата
Msg-id 40FDD2F1.3040509@treshna.com
обсуждение исходный текст
Ответы Re: Borland c++ compile problems...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers-win32
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

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: win2k, service, pg_ctl, popen, etc
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Borland c++ compile problems...