From: Paul O. <pa...@po...> - 2024-09-11 20:27:47
|
Builds fine on my BAWT build environments using Windows, Linux, Mac, Raspi, RiscV. Warnings Tk 8.6.15 using Mac-M2 Sonoma gcc 15.0: /Users/obermeier/poSoft/BawtBuilds/poAppsDistribution/poApps-8.6.15-8.6.15/Darwin/x64/Release/Build/Tk/unix/../macosx/tkMacOSXDraw.c:1158:8: warning: 'scrollRect:by:' is deprecated: first deprecated in macOS 10.14 - Use NSScrollView to achieve scrolling views. [-Wdeprecated-declarations] [view scrollRect:viewSrcRect by:NSMakeSize(dx, -dy)]; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:216:1: note: 'scrollRect:by:' has been explicitly marked deprecated here - (void)scrollRect:(NSRect)rect by:(NSSize)delta API_DEPRECATED("Use NSScrollView to achieve scrolling views.", macos(10.0,10.14)); ^ 1 warning generated. Am 10.09.2024 um 19:40 schrieb Donald G Porter via Tcl-Core: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/8.6.15/ > > are RC1 candidate source code distribution pre-releases of Tcl and Tk 8.6.15. > > This is the second of a sequence of candidate releases leading to the release of > Tcl/Tk 8.6.15. 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 2.8.10, Itcl 4.3.0, > and TDBC* 1.1.9. The same level of vetting on them is also appreciated. The released > package sqlite3 3.45.3 is also included. > > Several issues raised about the RC0 distributions have been addressed, and the > time zone data has been updated to 2024b. > > Thank you for your contributions and assistance. > |