Re: [PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread Gavin Sherry
On Tue, 9 Jan 2007, L Bayuk wrote:

 The attached patch against PostgreSQL-8.2.1 was discussed on [INTERFACES].
 It fixes bcc32.mak makefiles for the Borland BCC compiler to build libpq
 and psql*. There are also changes to some header files to hide some things
 BCC doesn't like.

 *Note: psql compiles with bcc after the patch, but it does not run very well.


Define does not run very well :-)

Gavin

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread Bruce Momjian
Gavin Sherry wrote:
 On Tue, 9 Jan 2007, L Bayuk wrote:
 
  The attached patch against PostgreSQL-8.2.1 was discussed on [INTERFACES].
  It fixes bcc32.mak makefiles for the Borland BCC compiler to build libpq
  and psql*. There are also changes to some header files to hide some things
  BCC doesn't like.
 
  *Note: psql compiles with bcc after the patch, but it does not run very 
  well.
 
 
 Define does not run very well :-)

See:

http://archives.postgresql.org/pgsql-interfaces/2007-01/msg3.php

-- 
  Bruce Momjian   [EMAIL PROTECTED]
  EnterpriseDBhttp://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread Bruce Momjian
Gavin Sherry wrote:
 On Tue, 9 Jan 2007, Bruce Momjian wrote:
 
  Gavin Sherry wrote:
   On Tue, 9 Jan 2007, L Bayuk wrote:
  
The attached patch against PostgreSQL-8.2.1 was discussed on 
[INTERFACES].
It fixes bcc32.mak makefiles for the Borland BCC compiler to build libpq
and psql*. There are also changes to some header files to hide some 
things
BCC doesn't like.
   
*Note: psql compiles with bcc after the patch, but it does not run very 
well.
   
  
   Define does not run very well :-)
 
  See:
 
  http://archives.postgresql.org/pgsql-interfaces/2007-01/msg3.php
 
 
 *blinks*
 
 Can we be sure that a BCC build libpq is even safe to use given the
 problems seen when using psql?

The bcc users say it is.

-- 
  Bruce Momjian   [EMAIL PROTECTED]
  EnterpriseDBhttp://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [PATCHES] Building libpq/psql with Borland BCC5

2007-01-09 Thread Tom Lane
Gavin Sherry [EMAIL PROTECTED] writes:
 Can we be sure that a BCC build libpq is even safe to use given the
 problems seen when using psql?

Well, I'd not trust it a lot, but surely we have to get it to build
before anyone can debug it ...

regards, tom lane

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster