From: Harald O. <har...@el...> - 2022-11-21 08:35:01
|
Am 20.11.2022 um 20:38 schrieb Jan Nijtmans: > Am 20.11.2022 um 18:22 schrieb Harald Oehlmann: >> Am 20.11.2022 um 17:43 schrieb Harald Oehlmann: >>> Now available at >>> >>> https://sourceforge.net/projects/tcl/files/Tcl/8.6.13/ >> 1) tdbcmysql does not compile >> C:\test\tcl8.6.13_rc3\pkgs\tdbcmysql1.1.5\win\..\win\tdbcMysqlUuid.h.in+C:\test\tcl8.6.13_rc3\pkgs\tdbcmysql1.1.5\win\..\manifest.uuid C:\test\tcl8.6.13_rc3\pkgs\tdbcmysql1.1.5\win\Release\tdbcmysql_ThreadedDynamic\tdbcMysqlUuid.h >> Das System kann die angegebene Datei nicht finden. >> NMAKE : fatal error U1077: 'copy' : return code '0x1' >> Stop. >> I manually added "win/tdbcMysqlUuid.h.in". >> -> this change makes it compile > Should be fixed here: > https://core.tcl-lang.org/tdbcmysql/info/c9ac47315e7d1ebf > > New file uploaded to sourceforge now. > > Thanks! > Jan Nijtmans As it compiled for me to have win/tdbcMysqlUuid.h.in added, I don't think, this makefile changes are necessary. Nevertheless, here is the test result: Take: https://core.tcl-lang.org/tdbcmysql/zip/c9ac47315e/tdbc__mysql-c9ac47315e.zip and replace tcl8.6.13_rc3 folder pkgs\tdbcmysql1.1.5 by its contents (excluding .fossil-settings) -> this compiles and installs well. Thank you, great ! >> 2) sqlite3 does not compile >> makefile.vc(322) : fatal error U1023: syntax error in expression >> Stop. > Op zo 20 nov. 2022 om 18:22 schreef Harald Oehlmann: >> 2) sqlite3 does not compile > > This should be fixed now as well. Already uploaded to sourceforge > > Thanks! > Jan NIjtmans Thank you Jan. Here is your work. You basically restored the old makefile: https://cyqlite.sourceforge.io/cgi-bin/sqlite/zip/9398afb86f/tclsqlite-9398afb86f.zip Ok, sourceforge. I took: https://sourceforge.net/projects/tcl/files/Tcl/8.6.13/sqlite3.40.0.tar.gz/download and replaced tcl8.6.13rc2 folder pkgs\sqlite3.40.0 with its contents. --> compiles well, thank you, great ! > On the test side, I have a tk test failing: textTag-18.1 I have only retested tcl+bundled packages. All ok (same as tcl8.6.12). Thank you, great, Harald |