From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28657 invoked by alias); 24 Oct 2004 14:03:06 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 28630 invoked from network); 24 Oct 2004 14:03:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 24 Oct 2004 14:03:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id i9OE34mw001630 for ; Sun, 24 Oct 2004 10:03:04 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9OE2sr02360; Sun, 24 Oct 2004 10:02:54 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i9OE2rbU020564; Sun, 24 Oct 2004 10:02:54 -0400 Received: from tooth.toronto.redhat.com (tooth.toronto.redhat.com [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 264D8800044; Sun, 24 Oct 2004 10:02:53 -0400 (EDT) Received: from tooth.toronto.redhat.com (IDENT:FZaIIKnTCUM4Po/aBWLiZbdt1FGPii3p@localhost [127.0.0.1]) by tooth.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i9OE2qdS005226; Sun, 24 Oct 2004 10:02:52 -0400 Received: (from fche@localhost) by tooth.toronto.redhat.com (8.12.8/8.12.8/Submit) id i9OE2o3X005224; Sun, 24 Oct 2004 10:02:50 -0400 Date: Sun, 24 Oct 2004 14:03:00 -0000 From: "Frank Ch. Eigler" To: we Cc: sid@sources.redhat.com Subject: Re: error build sid on cygwin Message-ID: <20041024140250.GE15001@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SW-Source: 2004-q4/txt/msg00006.txt.bz2 Hi - > I am trying to build SID, and I get the following error. > [...] > make[2]: Entering directory `/cygdrive/h/bak/src-041024/tcl/win' > gcc -c -g -O2 -Wall -Wconversion -I"./../generic" -I"." -mwin32 -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int -DBUILD_tcl "tclWin32Dll.c" -o tclWin32Dll.o > In file included from ../win/tclWinPort.h:72, > from ../generic/tclPort.h:22, > from tclWinInt.h:21, > from tclWin32Dll.c:15: > /usr/include/w32api/winsock2.h:95:2: warning: #warning "fd_set and associated macros have been defined in sys/types. This may cause runtime problems with W32 sockets" > tclWin32Dll.c:54: error: initializer element is not constant > [...] That's odd in that I would expect the UNIX / cygwin port of tcl to be selected, not the Windows one, in such a configuration. Maybe some major src/tcl replacement has occurred that broke this logic. I recommend removing (!) the tcl and tk subdirectories from the sid sources, then configuring anew. In this case, the configury should attempt to find the system's tcl libraries (if any), and failing that, it should just omit the tcl-bridge component. - FChE