Re: Adding new ItemType to Canvas
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Adding new ItemType to Canvas

From: Eckhard Lehmann <ecky-l@web.de>
Date: Sun Sep 18 2005 - 13:23:24 CEST

Jingzhao Ou wrote:
> However, to compile the file, the following header files are required:
>
> #include "tkInt.h"
> #include "tkPort.h"
> #include "tkCanvas.h"

The internal headers are not available in ActiveTcl, as far as I know.
You need a source build of Tcl and Tk installed on your system to
compile the item type. Then compile with -I/path/to/tk/generic.

Eckhard
Received on Thu Sep 29 14:37:32 2005