Hi,<br><br><div class="gmail_quote">2012/1/17 Arnaud F <span dir="ltr">&lt;<a href="mailto:pachalmars@gmail.com">pachalmars@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="text-align:left">When trying to build tkinter from source, i get the following errors :</div></blockquote><div>  <span style="text-align:left">[...]</span></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="text-align:left">src/_tkinter.c(3133) : error C2065: &#39;tcl_lock&#39; : undeclared identifier</div></blockquote></div><br>Which version of tcl are you using? Are you sure it was compiled with threads?<div>There is a comment about this at the beginning of _tkinter.c:</div>
<div><div>/* If Tcl is compiled for threads, we must also define TCL_THREAD. We define</div><div>   it always; if Tcl is not threaded, the thread functions in</div><div>   Tcl are empty.  */</div><div>But compilation with a thread-less TCL is probably not so well supported.</div>
<div><br></div>-- <br>Amaury Forgeot d&#39;Arc<br>
</div>