nsf does not work with Tcl/Tk 8.7.a5
Next Scripting Framework (NSF)
Brought to you by:
foxcruiser,
gneumann
In Tcl 8.7.a5 the internal macro CMD_IS_DELETED was renamed to CMD_DYING.
Possible workaround:
Add the following defines in nsfInt.h and use CMD_IS_DYING instead of CMD_IS_DELETED in the rest of the code:
#ifdef CMD_IS_DELETED #define CMD_IS_DYING CMD_IS_DELETED #endif #ifdef CMD_DYING #define CMD_IS_DYING CMD_DYING #endif
Hi Paul,
many thanks for the good report!
This issues is fixed already in the tip version since May
https://cvs.openacs.org/changelog/nsf?cs=e01e30551cfcc79872de5b8a08a31258e3414c97
the fixed release is ante portas
All the best
-g