From: Harald O. <har...@el...> - 2022-11-17 07:50:19
|
Am 16.11.2022 um 19:12 schrieb Donald G Porter via Tcl-Core: > Now available at > https://sourceforge.net/projects/tcl/files/Tcl/8.6.13/ > are candidate files making up the RC2 pre-releases of Tcl and Tk 8.6.13. > The pre-release of Tcl 8.6.13 includes pre-releases of packages > sqlite3.39.4, Itcl 4.2.3, tdbc* 1.1.5, and Thread 2.8.8 . > I believe these files are ready to become the official releases. If you > find a reason that should not happen, please let me know. > Thank you for great release candidates, I appreciate. I hope, this will be the last run I am testing MS-VC6 with TCL. SQLite does not compile due to the same issues as with tcl8.6.12. Perhaps, Jan may fix it or not. Here are the errors: tclsqlite3.c C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(33962) : warning C4056: overflow in floating-point constant arithmetic C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(65536) : warning C4049: compiler limit : terminating line number emission C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(85815) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(85825) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(85836) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(85840) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(91658) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(91658) : error C2146: syntax error : missing ')' before identifier 'L' C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(91658) : error C2065: 'L' : undeclared identifier C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(91658) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(91658) : error C2146: syntax error : missing ';' before identifier 'L' C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(91658) : error C2059: syntax error : ')' C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(91658) : error C2143: syntax error : missing ';' before '{' C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(91661) : error C2181: illegal else without matching if C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(99232) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(99234) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.13_rc2\pkgs\sqlite3.39.4\win\..\generic\../compat/sqlite3/sqlite3.c(99236) : warning C4550: expression evaluates to a function which is missing an argument list NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. Further tests ongoing. Just hammering this out to continue testing. Thank you all, Harald |