Re: Building psql.exe using the free Borland compiler

Поиск
Список
Период
Сортировка
От Mark Morgan Lloyd
Тема Re: Building psql.exe using the free Borland compiler
Дата
Msg-id 448AAB3E.63E6817@telemetry.co.uk
обсуждение исходный текст
Ответ на Re: Building psql.exe using the free Borland compiler  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-interfaces
I'm more than happy to defer to experienced C developers. I'm an
assembler/Modula-2/Delphi/Perl man, and whilst I've got some appreciation of the
issues I am in no way a competent C/C++ or makefile programmer.


ljb wrote:

> So it seems to me that the patch to bcc32.mak should be reverted (as shown
> below), but that depends on what the original poster (Mark Morgan Lloyd)
> says. If he says the patch is needed, we should figure out why we get
> different results.
> 
> --- src/interfaces/libpq/bcc32.mak.orig 2006-04-24 00:03:42.000000000 -0400
> +++ src/interfaces/libpq/bcc32.mak      2006-05-30 19:40:31.000000000 -0400
> @@ -141,7 +141,7 @@
> 
>  # Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
>  pg_config_paths.h: bcc32.mak
> -       echo \#define SYSCONFDIR \"\" > pg_config_paths.h
> +       echo \#define SYSCONFDIR "" > pg_config_paths.h
> 
>  "$(OUTDIR)" :
>         @if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

-- 
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq PQexecParams and arrays
Следующее
От: Mark Morgan Lloyd
Дата:
Сообщение: Re: Building psql.exe using the free Borland compiler