Re: Building psql.exe using the free Borland compiler

From: Mark Morgan Lloyd <markMLl(dot)pgsql-interfaces(at)telemetry(dot)co(dot)uk>
To: pgsql-interfaces(at)PostgreSQL(dot)org
Subject: Re: Building psql.exe using the free Borland compiler
Date: 2006-06-10 11:21:34
Message-ID: 448AAB3E.63E6817@telemetry.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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]

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andy Shellam 2006-06-11 11:32:50 Npgsql MS 2.0 - char bug?
Previous Message Mark Morgan Lloyd 2006-06-10 11:18:14 Re: Building psql.exe using the free Borland compiler