Re: Build failure on MinGW
Clemens Valens <[email protected]>
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
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 <snipped lots of config things> 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