[pypy-dev] Tkinter-pypy not building on windows

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Jan 17 20:44:30 CET 2012


Hi,

2012/1/17 Arnaud F <pachalmars at gmail.com>

> When trying to build tkinter from source, i get the following errors :
>
  [...]

> src/_tkinter.c(3133) : error C2065: 'tcl_lock' : undeclared identifier
>

Which version of tcl are you using? Are you sure it was compiled with
threads?
There is a comment about this at the beginning of _tkinter.c:
/* If Tcl is compiled for threads, we must also define TCL_THREAD. We define
   it always; if Tcl is not threaded, the thread functions in
   Tcl are empty.  */
But compilation with a thread-less TCL is probably not so well supported.

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120117/9e1bd794/attachment-0001.html>


More information about the pypy-dev mailing list