From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23887 invoked by alias); 11 Nov 2010 18:15:16 -0000 Received: (qmail 23870 invoked by uid 22791); 11 Nov 2010 18:15:14 -0000 X-SWARE-Spam-Status: No, hits=0.5 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nm4.bullet.mail.sp2.yahoo.com (HELO nm4.bullet.mail.sp2.yahoo.com) (98.139.91.74) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 11 Nov 2010 18:15:05 +0000 Received: from [98.139.91.65] by nm4.bullet.mail.sp2.yahoo.com with NNFMP; 11 Nov 2010 18:12:24 -0000 Received: from [98.139.91.11] by tm5.bullet.mail.sp2.yahoo.com with NNFMP; 11 Nov 2010 18:12:24 -0000 Received: from [127.0.0.1] by omp1011.mail.sp2.yahoo.com with NNFMP; 11 Nov 2010 18:12:24 -0000 Received: (qmail 18127 invoked by uid 60001); 11 Nov 2010 18:05:42 -0000 Message-ID: <672571.17578.qm@web110215.mail.gq1.yahoo.com> Received: from [212.178.132.86] by web110215.mail.gq1.yahoo.com via HTTP; Thu, 11 Nov 2010 10:05:41 PST Date: Thu, 11 Nov 2010 18:15:00 -0000 From: Clemens Valens Subject: Re: Build failure on MinGW To: Keith Seitz Cc: insight@sourceware.org In-Reply-To: <4CDAEF49.4060008@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-q4/txt/msg00006.txt.bz2 I tried to follow the instructions from here (including CVS snaphot): http://sourceware.org/ml/insight/2010-q3/msg00015.html but they are not detailed enough for me. I installed ActiveTCL and did manage to compile TCL & TK without errors on MinGW, but what am I supposed to do with it? (I am unfortunately not a linux specialist.) The build now fails with this error: Configuring in ./libgui checking for Tcl configuration... configure: WARNING: Can't find Tcl configurati on definitions checking for existence of # no Tcl configs found/tclConfig.sh... could not find # no Tcl configs found/tclConfig.sh checking for Tk configuration... configure: WARNING: Can't find Tk configuration definitions checking for existence of # no Tk configs found/tkConfig.sh... could not find # no Tk configs found/tkConfig.sh checking for Tcl headers... configure: error: could not find Tcl headers make[1]: *** [configure-libgui] Error 1 make[1]: Leaving directory `/home/mips/arm-none-eabi/install/build' make: *** [all] Error 2 I guess I can fix this if only I knew what to do with my TCL/TK build. Clemens