From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30876 invoked by alias); 4 Jan 2010 20:18:41 -0000 Received: (qmail 30867 invoked by uid 22791); 4 Jan 2010 20:18:40 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Jan 2010 20:18:36 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o04KIZuR008438 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Jan 2010 15:18:35 -0500 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o04KIUIu021900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 4 Jan 2010 15:18:33 -0500 Message-ID: <4B424D16.6020204@redhat.com> Date: Mon, 04 Jan 2010 20:18:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Lightning/1.0pre Thunderbird/3.0 MIME-Version: 1.0 To: Jon Beniston CC: insight@sources.redhat.com Subject: Re: Build failure on Cygwin References: <000001ca8bec$6d6b6d20$48424760$@com> In-Reply-To: <000001ca8bec$6d6b6d20$48424760$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00004.txt.bz2 On 01/02/2010 12:44 PM, Jon Beniston wrote: > make[3]: Entering directory `/home/Jon/t/import/build/tcl/win' > gcc -c -g -O2 -Wall -Wconversion -I"../../../src/tcl/win/../generic" > -I"../../../src/tcl/win" -mwin32 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" > -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" > -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int -DSTDC_HEADERS=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 > -DHAVE_UNISTD_H=1 -DBUILD_tcl ../../../src/tcl/win/../generic/tclAlloc.c -o > tclAlloc.o > In file included from > ../../../src/tcl/win/../generic/../win/tclWinPort.h:72, > from ../../../src/tcl/win/../generic/tclPort.h:22, > from ../../../src/tcl/win/../generic/tclAlloc.c:29: > /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../include/w32api/winsock2.h:103: > 2: warning: #warning "fd_set and associated macros have been defined in > sys/types. This may cause runtime problems with W32 sockets" > In file included from > ../../../src/tcl/win/../generic/../win/tclWinPort.h:72, > from ../../../src/tcl/win/../generic/tclPort.h:22, > from ../../../src/tcl/win/../generic/tclAlloc.c:29: > /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../include/w32api/winsock2.h:632: > error: conflicting types for 'select' > /usr/include/sys/select.h:31: error: previous declaration of 'select' was > here I haven't seen this one yet, but I admit, I don't really use much other than linux nowadays... I'm going to update my cygwin box and kick off a build. It should be done in a few hours. [It's a 500MHz P3!] > > I've just been running configure with no options (which used to work for > Cygwin 1.5.x). Is there a magic option to get it to work, or does something > need fixing? I'll get back to you on this... Keith