Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)

From: Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)
Date: 2000-09-27 15:25:46
Message-ID: 14802.4474.442682.751989@kryten.bedford.waii.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Jason Tishler writes:
> [part of patch]
> * src/win32/README: Change wording to indicate that un.h is no longer
> [...]
> $ rm src/win32/un.h # Note that this step is optional
> [...]
> + $ cp endian.h /usr/include
> [...]

You can remove endian.h as well if you wish.

Pete Forman wrote in thread: [PORTS] NT FAQ needs updating:
> endian.h only serves to include sys/param.h, which is in B20 and
> 1.1. backend/libpq/pqformat.c is the only file to reference
> endian.h and should get its BYTE_ORDER from sys/param.h.

BTW, I've just applied your patch (minus endian.h) and successfully
built PostgreSQL 7.0.2 from scratch on Cygwin 1.1.4.
--
Pete Forman -./\.- Disclaimer: This post is originated
Western Geophysical -./\.- by myself and does not represent
pete(dot)forman(at)westgeo(dot)com -./\.- the opinion of Baker Hughes or
http://www.crosswinds.net/~petef -./\.- its divisions.

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2000-09-27 17:04:22 Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)
Previous Message Jason Tishler 2000-09-26 19:21:46 [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)