Re: [naviserver-devel] Naviserver doesn't compile against tcl8.7-alpha5

2022-01-10 Thread Gustaf Neumann
Dear Fox, The function Tcl_PackageInitProc was apparently deprecated recently for Tcl 8.7 (TIP #595, [1]). Therefore, for compiling the released version of NaviServer with Tcl 8.7a5, remove the flag -DTCL_NO_DEPRECATED from the compiler flags, and everything should be fine. We should proba

[naviserver-devel] Naviserver doesn't compile against tcl8.7-alpha5

2022-01-09 Thread D.Fox
Greetings, It appears that any version of naviserver won't compile with TCL8.7a5 on FreeBSD13, however with TCL 8.7a3 naviserver does compile. The issue I am having is that: 8.7a5 gives me stubs-support, 8.7a3 does not which is required for a package. Essentially: tcl8.7a5 gives me stubs, nav