Re: version conflict for package "Tcl": TCL_VERSION vs TCL_PATCH_LEVEL



* odt@xxxxxxx (Olaf Dietrich)
| Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 1)

Check the meaning of the '1' in this call:

http://www.tcl.tk/man/tcl8.5/TclLib/PkgRequire.htm

And then consider using 0 instead.

HTH
R'
.