|
From: Harald O. <har...@el...> - 2019-11-20 21:26:58
|
Am 20.11.2019 um 21:46 schrieb Donald G Porter via Tcl-Core: > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/8.6.10/ > > are candidate files making up the RC2 pre-releases of Tcl and Tk 8.6.10. > > The pre-release of Tcl 8.6.10 includes pre-releases of Itcl 4.2.0, tdbc* > 1.1.1, Thread 2.8.5, and sqlite3 3.30.1.1 . > > Absent some unexpected catastrophe, these will be released on Nov. 21 > (tomorrow!). > > Please report any new troubles you encounter, particularly any that seem > severe enough they should prevent release. Thanks, quick return shot: compiling sqlite on MS-VC6++ PSDK2003SP1 32 bit gives the following fatal error: C:\test\tcl8.6.10\pkgs\sqlite3.30.1.1\win\Release\sqlite_ThreadedDynamic\sqlite.rc(4) : error RC2167 : unrecognized VERSIONINFO field; BEGIN or comma expected NMAKE : fatal error U1077: 'rc' : return code '0x2' Stop. I don't know what the library does with the rc compiler and if this is fatal. THank you, Harald |