From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16822 invoked by alias); 5 Jul 2004 20:18:47 -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 16808 invoked from network); 5 Jul 2004 20:18:46 -0000 Received: from unknown (HELO sccrmhc12.comcast.net) (204.127.202.56) by sourceware.org with SMTP; 5 Jul 2004 20:18:46 -0000 Received: from [192.168.181.128] (c-67-172-156-222.client.comcast.net[67.172.156.222]) by comcast.net (sccrmhc12) with ESMTP id <200407052018450120003lcte>; Mon, 5 Jul 2004 20:18:46 +0000 Message-ID: <40E9B79B.2080004@phy.cmich.edu> Date: Mon, 05 Jul 2004 20:27:00 -0000 From: Eric McDonald User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) MIME-Version: 1.0 To: Christopher Wood CC: xconq7@sources.redhat.com Subject: Re: xConq alternate combat engine project References: <17030786.1088898907645.JavaMail.root@skeeter.psp.pas.earthlink.net> <40E749CD.9000905@phy.cmich.edu> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg00659.txt.bz2 Christopher Wood wrote: [ snipped ] > checking for Tcl configuration... found /usr/lib/tclConfig.sh > checking for Tk configuration... found /usr/lib/tkConfig.sh [ snipped ] > make[1]: Entering directory `/u/cwood/xconq/tcltk' > gcc -c -g -O2 -DUNIX -I. -I./.. -I./../kernel -I./../missing > -I/usr/X11R6/include tkmain.c > In file included from tkmain.c:11: > tkconq.h:21:17: tcl.h: No such file or directory > tkconq.h:22:16: tk.h: No such file or directory > In file included from tkconq.h:33, > from tkmain.c:11: Your 'tclConfig.sh' and 'tkConfig.sh' are being found, and so this is a good sign. It would be useful to see the contents of the those two files, so that I can determine whether they are telling the Xconq configurator to look in the right place for the Tcl/Tk header files. There are two possibilities: (1) Your 'tclConfig.sh' and 'tkConfig.sh' files are lying about where Tcl/Tk is located. (2) The Xconq configure script is not doing the right thing with the information provided by the aforementioned files. If you can send me an email with the Tcl and Tk config files attached, I can better diagnose the situation. Thanks, Eric