From: Harald O. <har...@el...> - 2022-11-17 07:54:34
|
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. > Don, thanks for great RC2. When compiling with MS-VC32 and nmake, I get the following build error with TDBC: C:\test\tcl8.6.13_rc2\pkgs\tdbc1.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\tdbc1.1.5\win\Release\tdbc_ThreadedDynamic' *** Output directory will be 'C:\test\tcl8.6.13_rc2\pkgs\tdbc1.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@' => 'tdbc' 1 '@PACKAGE_VERSION@' => '1.1.5' 2 '@TCL_VERSION_REQ@' => '8.5' 3 '@TCL_VERSION_DESIRED@' => '8.6' 4 '@TCLOO_VERSION_REQ@' => '1.0' 5 '@PKG_LIB_FILE@' => 'tdbc115t.dll' 6 '@PKG_LIB_FILE8@' => 'tdbc115t.dll' 7 '@PKG_LIB_FILE9@' => 'tcl9tdbc115t.dll' 8 '@TCL_VERSION@' => '8.6' copy C:\test\tcl8.6.13_rc2\pkgs\tdbc1.1.5\win\..\win\gitmanifest.in C:\test\tcl8.6.13_rc2\pkgs\tdbc1.1.5\win\..\manifest.uuid 1 Datei(en) kopiert. git rev-parse HEAD >>C:\test\tcl8.6.13_rc2\pkgs\tdbc1.1.5\win\..\manifest.uuid fatal: not a git repository (or any of the parent directories): .git NMAKE : fatal error U1077: 'git' : return code '0x80' Stop. Could Jan/Ashok look into this? I have git on windows installed. So the git command is executed but fails, as this is a fossil checkout. There is no folder ".git". Thank you and take care, Harald |