Warning messages, MacOS M3 clang, SVN 1832 and 1833. It might be because things are changing right now.
=== ... g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -I /Volumes/ARCHIVE/Language/APL/gnu-apl/SVN -g -O2 -I /Volumes/ARCHIVE/Language/APL/gnu-apl/SVN -MT apl-TabExpansion.o -MD -MP -MF .deps/apl-TabExpansion.Tpo -c -o apl-TabExpansion.o `test -f 'TabExpansion.cc' || echo './'`TabExpansion.cc In file included from TabExpansion.cc:28: In file included from ./TabExpansion.hh:28: ./UCS_string.hh:51:32: warning: 'char_traits<Unicode>' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] struct Unicode_traits : public char_traits<Unicode> ^ /Users/z/Apps/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits<Unicode>' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /Users/z/Apps/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:1011:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((__deprecated__(m))) ^ 1 warning generated. mv -f .deps/apl-TabExpansion.Tpo .deps/apl-TabExpansion.Po ... === $ svn info Path: . Working Copy Root Path: /Volumes/ARCHIVE/Language/APL/gnu-apl/SVN URL: http://svn.savannah.gnu.org/svn/apl/trunk Relative URL: ^/trunk Repository Root: http://svn.savannah.gnu.org/svn/apl Repository UUID: bd74f7bd-1a55-4bac-9fab-68015b139e80 Revision: 1833 Node Kind: directory Schedule: normal Last Changed Author: j_sauermann Last Changed Rev: 1833 Last Changed Date: 2025-02-10 07:52:51 -0600 (Mon, 10 Feb 2025) $ gcc --version Apple clang version 15.0.0 (clang-1500.3.9.4) Target: arm64-apple-darwin23.6.0 Thread model: posix InstalledDir: /Users/z/Apps/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin $ apl -v BUILDTAG: --------- Project: GNU APL Version / SVN: 1.9 / SVN: 1833M Build Date: 2025-02-10 17:39:05 UTC Build OS: Darwin 23.6.0 arm64 config.status: default ./configure options Archive SVN: 1831 A less important one: === ... /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -I /Volumes/ARCHIVE/Language/APL/gnu-apl/SVN -o phrase_gen phrase_gen.o -lpcre2-32 -lz -lpng -lfftw3 -ldl -lm -lncurses -lcurses -lpthread libtool: link: g++ -g -O2 -I /Volumes/ARCHIVE/Language/APL/gnu-apl/SVN -o phrase_gen phrase_gen.o -Wl,-bind_at_load /usr/local/lib/libpcre2-32.dylib /usr/local/lib/libpng16.dylib -lz /usr/local/lib/libfftw3.a -ldl -lm -lncurses -lcurses -lpthread -pthread ld: warning: -bind_at_load is deprecated on macOS Making all in websock ... === -- Mike Hall