From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20523 invoked by alias); 6 Aug 2010 17:30:10 -0000 Received: (qmail 20512 invoked by uid 22791); 6 Aug 2010 17:30:09 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from web33502.mail.mud.yahoo.com (HELO web33502.mail.mud.yahoo.com) (68.142.206.151) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 06 Aug 2010 17:30:02 +0000 Received: (qmail 74643 invoked by uid 60001); 6 Aug 2010 17:30:00 -0000 Message-ID: <716775.72628.qm@web33502.mail.mud.yahoo.com> Received: from [64.60.141.114] by web33502.mail.mud.yahoo.com via HTTP; Fri, 06 Aug 2010 10:30:00 PDT Date: Fri, 06 Aug 2010 17:30:00 -0000 From: Phil Fong Subject: Build Insight 6.8-1 on Cygwin 1.7.5-1 To: insight@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-q3/txt/msg00018.txt.bz2 I am trying to build Insight on Cygwin for target=arm-none-eabi. I am running into a problem that was reported to the mailing list in January. Compilation fails with: In file included from ../../../insight-6.8-1/tcl/win/../generic/../win/tclWinPort.h:72, from ../../../insight-6.8-1/tcl/win/../generic/tclPort.h:22, from ../../../insight-6.8-1/tcl/win/../generic/tclAlloc.c:29: /usr/lib/gcc/i686-pc-cygwin/3.4.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 ../../../insight-6.8-1/tcl/win/../generic/../win/tclWinPort.h:72, from ../../../insight-6.8-1/tcl/win/../generic/tclPort.h:22, from ../../../insight-6.8-1/tcl/win/../generic/tclAlloc.c:29: /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api/winsock2.h:632: error: conflicting types for 'select' /usr/include/sys/select.h:31: error: previous declaration of 'select' was here The last message from that thread suggested trying CC=gcc-3. That did not help. The same error still occurs. Any ideas? Thanks, Phil