Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2) - Mailing list pgsql-ports

From Pete Forman
Subject Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)
Date
Msg-id 14802.4474.442682.751989@kryten.bedford.waii.com
Whole thread Raw
In response to [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)  (Jason Tishler <Jason.Tishler@dothill.com>)
Responses Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)  (Jason Tishler <Jason.Tishler@dothill.com>)
List 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.forman@westgeo.com         -./\.-  the opinion of Baker Hughes or
http://www.crosswinds.net/~petef  -./\.-  its divisions.

pgsql-ports by date:

Previous
From: Jason Tishler
Date:
Subject: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)
Next
From: Jason Tishler
Date:
Subject: Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)