From: Harald O. <har...@el...> - 2022-11-17 08:00:45
|
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. > Dear Don, thanks for great RC2. When building with MS-VC+nmake, I get the following error when compiling tdbcmysql: C:\test\tcl8.6.13_rc2\pkgs\tdbcmysql1.1.5\win>echo 1,1,5,0 1>>versions.vc *** Building against Tcl at 'C:\test\tcl8.6.13_rc2\win\..' *** Intermediate directory will be 'C:\test\tcl8.6.13_rc2\pkgs\tdbcmysql1.1.5\win\Release\tdbcmysql_ThreadedDynamic' *** Output directory will be 'C:\test\tcl8.6.13_rc2\pkgs\tdbcmysql1.1.5\win\Release' *** Installation, if selected, will be in 'C:\Tcl' *** Suffix for binaries will be 't' *** Compiler version 6. Target IX86, host AMD64. 0 '@PACKAGE_NAME@' => 'tdbcmysql' 1 '@PACKAGE_VERSION@' => '1.1.5' 2 '@TCL_VERSION_REQ@' => '8.6' 3 '@PKG_LIB_FILE@' => 'tdbcmysql115t.dll' 4 '@PKG_LIB_FILE8@' => 'tdbcmysql115t.dll' 5 '@PKG_LIB_FILE9@' => 'tcl9tdbcmysql115t.dll' copy C:\test\tcl8.6.13_rc2\pkgs\tdbcmysql1.1.5\win\..\win\gitmanifest.in C:\test\tcl8.6.13_rc2\pkgs\tdbcmysql1.1.5\win\..\manifest.uuid Das System kann die angegebene Datei nicht finden. NMAKE : fatal error U1077: 'copy' : return code '0x1' Stop. I thought, I had already fixed that... tdbc::odbc and tdbc::postgres also have the git issue. I will not send additional E-Mails. Thanks for taking a look, Harald |