This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xConq alternate combat engine project


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]