From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20724 invoked by alias); 9 Nov 2011 23:32:45 -0000 Received: (qmail 20713 invoked by uid 22791); 9 Nov 2011 23:32:44 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_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; Wed, 09 Nov 2011 23:32:25 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pA9NWPj2024317 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 9 Nov 2011 18:32:25 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id pA9NWMTM013774 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 9 Nov 2011 18:32:24 -0500 Message-ID: <4EBB0D86.5070404@redhat.com> Date: Wed, 09 Nov 2011 23:32:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: insight@sourceware.org Subject: Re: Next Release Status References: <4EB96BEE.8080505@redhat.com> <4EB9A9CE.3030902@gmx.de> <20111109001650.GA778@ednor.casa.cgf.cx> In-Reply-To: <20111109001650.GA778@ednor.casa.cgf.cx> 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: 2011-q4/txt/msg00011.txt.bz2 On 11/08/2011 04:16 PM, Christopher Faylor wrote: > Actually, I've been able to build this without much effort. I just > don't like the current state of affairs wrt cygwin tcl/tk and insight so > I haven't been motivated to make a release. Ok, I gotta ask: What's the trick? If I checkout, e.g., the gdb_7_3-branch and attempt to build tcl, the very first problem I run into is a #include in tclWinPort.h, and it goes down hill from then on out: In file included from /cygdrive/k/sources/insight/7.3.1/src/tcl/win/../generic/../win/tclWinPort.h:72, from /cygdrive/k/sources/insight/7.3.1/src/tcl/win/../generic/tclPort.h:22, from /cygdrive/k/sources/insight/7.3.1/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 make[2]: *** [tclAlloc.] Error 1 make[2]: Leaving directory `/home/keiths/sources/insight/7.3.1/cygwin/tcl/win' I haven't investigated much, but I thought I might as well ask you about it, since "[you've] been able to build this without much effort." :-) > There's no need to do this. The maintainer reads this list. I thought you were here. :-) Keith PS. I would be willing to offer up new insight packages for cygwin. I don't know how often I will be doing releases from here on out, though. Insight must eventually be replaced by something more robust and easier to build/use/develop. PPS. Yes, we should discuss the "current state of affairs wrt cygwin tcl/tk". I would like to attempt to sort this out -- at least for us sourceware people.