Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: Chris Faylor Date: Wed, 4 Oct 2000 23:11:26 -0400 To: cygwin AT sources DOT redhat DOT com Subject: Re: compiling python under cygwin Message-ID: <20001004231126.D12255@cygnus.com> Reply-To: cygwin AT sources DOT redhat DOT com Mail-Followup-To: cygwin AT sources DOT redhat DOT com References: <80575AFA5F0DD31197CE00805F650D7602CDB7 AT wilber DOT adroit DOT com> <20001004205100 DOT A1071 AT OLMY> <20001004205640 DOT A11993 AT cygnus DOT com> <20001004230524 DOT A1035 AT OLMY> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i In-Reply-To: <20001004230524.A1035@OLMY>; from Jason.Tishler@dothill.com on Wed, Oct 04, 2000 at 11:05:24PM -0400 On Wed, Oct 04, 2000 at 11:05:24PM -0400, Jason Tishler wrote: >On Wed, Oct 04, 2000 at 08:56:40PM -0400, Chris Faylor wrote: >>How about a few more details other than "fail compilation" before any >>decisions are made? > >See attached for the compilation errors from compiling Python 2.0b2's >Modules/socketmodule.c after replacing an empty >/usr/include/netinet/tcp.h with the one from the latest snapshot. The >PostgreSQL compilation errors are similar. Ok. You've convinced me. tcp.h is conflicting with sys/socket.h among other things. I'll remove the winsock.h reference. cgf >gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./socketmodule.c >In file included from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/netinet/tcp.h:4, > from ./socketmodule.c:126: >/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winsock.h:104: warning: `_IO' redefined >/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/asm/socket.h:11: warning: this is the location of the previous definition >/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/winsock.h:105: warning: `_IOR' redefined >/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/asm/socket.h:12: warning: this is the location of the previous definition -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com