From: Jan N. <jan...@gm...> - 2025-01-06 21:06:19
|
Op ma 6 jan 2025 om 21:13 schreef Vadim V Konovalov < vad...@ga...>: > All in all, everything is now ok with perl Tcl module, I’ve released an > update supporting Tcl9 > > > > However after the > > #include <tcl.h> > > > > I needed to add the lines > > #if TCL_MAJOR_VERSION < 9 > > typedef int Tcl_Size; > > #endif /* TCL_MAJOR_VERSION */ > > > > otherwise I get compilation error in my Cygwin tcl, which happens to be > 8.6.12. > > > > Is this normal, or there better approach? > That is normal. Hope this helps, Jan Nijtmans |