From: Paul O. <pa...@po...> - 2024-09-11 20:32:33
|
Builds fine on my BAWT build environments using Windows, Linux, Mac, Raspi, RiscV. Warnings Tcl 9.0.0 using Mac-M2 Sonoma gcc 15.0: /Users/obermeier/poSoft/BawtBuilds/poAppsDistribution/poApps-9.0.0-9.0.0/Darwin/x64/Release/Build/Tcl/generic/tclClockFmt.c:117:14: warning: unknown pragma ignored [-Wunknown-pragmas] # pragma GCC optimize("no-trapv") /Users/obermeier/poSoft/BawtBuilds/poAppsDistribution/poApps-9.0.0-9.0.0/Darwin/x64/Release/Build/Tcl/generic/tclClockFmt.c:213:14: warning: unknown pragma ignored [-Wunknown-pragmas] # pragma GCC reset_options /Users/obermeier/poSoft/BawtBuilds/poAppsDistribution/poApps-9.0.0-9.0.0/Darwin/x64/Release/Build/Tcl/generic/tclDate.c:1217:9: warning: variable 'TclDatenerrs' set but not used [-Wunused-but-set-variable] int yynerrs = 0; /Users/obermeier/poSoft/BawtBuilds/poAppsDistribution/poApps-9.0.0-9.0.0/Darwin/x64/Release/Build/Tcl/generic/tclDate.c:72:25: note: expanded from macro 'yynerrs' #define yynerrs TclDatenerrs Am 10.09.2024 um 18:59 schrieb Donald G Porter via Tcl-Core: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ > > are RC0 candidate source code distribution pre-releases of Tcl and Tk 9.0.0 > > This is the first of a sequence of candidate releases leading to the release of > Tcl/Tk 9.0.0. Testing of builds and operations on multiple platforms is invited. Open > tickets on any problems discovered, or raise the issue in a reply to this message. > > The Tcl pre-release includes pre-releases of the packages Thread 3.0.0, Itcl 4.3.0, > and TDBC* 1.1.9. The same level of vetting on them is also appreciated. The > released package sqlite 3.45.3 is also included. > > Thank you for your contributions and assistance. > |