From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8377 invoked by alias); 9 Jul 2004 14:32:57 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 8370 invoked from network); 9 Jul 2004 14:32:57 -0000 Received: from unknown (HELO sccrmhc13.comcast.net) (204.127.202.64) by sourceware.org with SMTP; 9 Jul 2004 14:32:57 -0000 Received: from [192.168.181.128] (c-67-172-156-222.client.comcast.net[67.172.156.222]) by comcast.net (sccrmhc13) with ESMTP id <2004070914325601600f2e84e>; Fri, 9 Jul 2004 14:32:56 +0000 Message-ID: <40EEAC7A.3030708@phy.cmich.edu> Date: Fri, 09 Jul 2004 15:22:00 -0000 From: Eric McDonald User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) MIME-Version: 1.0 To: Robert Goulding CC: xconq7@sources.redhat.com Subject: Re: No message when out of fuel References: <006f01c46552$77c8d2b0$feb3fea9@blackbox> <40EDFB74.8060408@phy.cmich.edu> <009d01c46566$0514df20$feb3fea9@blackbox> In-Reply-To: <009d01c46566$0514df20$feb3fea9@blackbox> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg00673.txt.bz2 Robert Goulding wrote: > I used MSYS + MinGW32, using the TCL/TK available on the MinGW download > page. > An absolutely flawless and easy compile. Good. >(I spent a couple of days > struggling to get a Cygwin > compile using the Cygwin TCL/TK libraries, but constantly ran into problems, > as I saw from the > mailing archive that others have (and as you wrote the other day). Yes. The Cygwin Tcl/Tk stuff is a real mess. If you build using the ActiveState Tcl/Tk stuff instead, things should work fine on Cygwin though. But, I think that MinGW32 is the better choice (it is now what I use to build packaged executables) for Xconq, because it builds native Win32 executables, and like you say, the MinGW32 Tcl/Tk stuff works without an hassle. Eric