Menu

#7 nsf does not work with Tcl/Tk 8.7.a5

2.1.0
closed
nobody
None
2021-06-17
2021-06-15
No

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

Discussion

  • gustafn

    gustafn - 2021-06-15

    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

     
  • gustafn

    gustafn - 2021-06-17
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.