Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: Chris Faylor <cgf@cygnus.com>
Date: Wed, 4 Oct 2000 23:11:26 -0400
To: cygwin@sources.redhat.com
Subject: Re: compiling python under cygwin
Message-ID: <20001004231126.D12255@cygnus.com>
Reply-To: cygwin@sources.redhat.com
Mail-Followup-To: cygwin@sources.redhat.com
References: <80575AFA5F0DD31197CE00805F650D7602CDB7@wilber.adroit.com> <20001004205100.A1071@OLMY> <20001004205640.A11993@cygnus.com> <20001004230524.A1035@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@sourceware.cygnus.com

