Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Building psql.exe using the free Borland compiler



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]



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group