Created
February 9, 2023 16:10
-
-
Save yurikoles/df43a02f0d9e11698214647a4a6d7884 to your computer and use it in GitHub Desktop.
far2l (yurikoles/yurikoles/far2l) on macOS 13 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for yurikoles/yurikoles/far2l on macOS 13 | |
| Build date: 2023-02-09 18:09:48 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HOMEBREW_VERSION: 3.6.21-38-gc9496ae | |
| ORIGIN: https://github.com/Homebrew/brew | |
| HEAD: c9496ae50fefd506b1d75882d3283edc518bdf20 | |
| Last commit: 36 minutes ago | |
| Core tap origin: https://github.com/Homebrew/homebrew-core | |
| Core tap HEAD: d972ef3e7c096947997ea7febc4e358e5902c6b3 | |
| Core tap last commit: 4 minutes ago | |
| Core tap branch: master | |
| Core tap JSON: 02 Feb 07:20 UTC | |
| HOMEBREW_PREFIX: /opt/homebrew | |
| HOMEBREW_CASK_OPTS: ["--no-quarantine"] | |
| HOMEBREW_DEVELOPER: set | |
| HOMEBREW_EDITOR: subl -w | |
| HOMEBREW_FORCE_BREWED_CURL: set | |
| HOMEBREW_FORCE_BREWED_GIT: set | |
| HOMEBREW_GITHUB_API_TOKEN: set | |
| HOMEBREW_MAKE_JOBS: 8 | |
| HOMEBREW_NO_INSTALL_FROM_API: set | |
| Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
| CPU: octa-core 64-bit arm_firestorm_icestorm | |
| Clang: 14.0.0 build 1400 | |
| Git: 2.39.1 => /opt/homebrew/opt/git/bin/git | |
| Curl: 7.87.0 => /opt/homebrew/opt/curl/bin/curl | |
| macOS: 13.2-arm64 | |
| CLT: 14.2.0.0.1.1668646533 | |
| Xcode: 14.2 => /Applications/Xcode_14.2.app/Contents/Developer | |
| Rosetta 2: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Please note that these warnings are just used to help the Homebrew maintainers | |
| with debugging if you file an issue. If everything you use Homebrew for is | |
| working fine: please don't worry or file an issue; just ignore this. Thanks! | |
| Warning: /usr/bin occurs before /opt/homebrew/bin in your PATH. | |
| This means that system-provided programs will be used instead of those | |
| provided by Homebrew. Consider setting your PATH so that | |
| /opt/homebrew/bin occurs before /usr/bin. Here is a one-liner: | |
| echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc | |
| The following tools exist at both paths: | |
| zgrep | |
| zmore | |
| zdiff | |
| pp | |
| git-receive-pack | |
| python3 | |
| ssh-keyscan | |
| less | |
| pip3 | |
| zless | |
| bashbug | |
| nano | |
| znew | |
| sftp | |
| rsync | |
| gzip | |
| git-upload-archive | |
| slogin | |
| gperf | |
| ssh-agent | |
| patch | |
| ssh | |
| tidy | |
| nc | |
| ssh-add | |
| screen | |
| ssh-keygen | |
| gzexe | |
| git-shell | |
| zcat | |
| scp | |
| lessecho | |
| git-upload-pack | |
| zcmp | |
| zegrep | |
| uncompress | |
| git | |
| zfgrep | |
| zforce | |
| gunzip | |
| Warning: Homebrew's "bin" was not found in your PATH. | |
| Consider setting your PATH for example like so: | |
| echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc | |
| Warning: Homebrew's "sbin" was not found in your PATH but you have installed | |
| formulae that put executables in /opt/homebrew/sbin. | |
| Consider setting your PATH for example like so: | |
| echo 'export PATH="/opt/homebrew/sbin:$PATH"' >> ~/.zshrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yurikoles/yurikoles/far2l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Formula: far2l | |
| Tap: yurikoles/yurikoles | |
| Path: /opt/homebrew/Library/Taps/yurikoles/homebrew-yurikoles/Formula/far2l.rb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2023-02-09 16:06:43 +0000 | |
| cmake | |
| -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/far2l/HEAD-3e5aea0 | |
| -DCMAKE_INSTALL_LIBDIR=lib | |
| -DCMAKE_BUILD_TYPE=Release | |
| -DCMAKE_FIND_FRAMEWORK=LAST | |
| -DCMAKE_VERBOSE_MAKEFILE=ON | |
| -Wno-dev | |
| -DBUILD_TESTING=OFF | |
| -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk | |
| -G | |
| Ninja | |
| -B | |
| build | |
| -S | |
| . | |
| -DUSEWX=ON | |
| -- The C compiler identification is AppleClang 14.0.0.14000029 | |
| -- The CXX compiler identification is AppleClang 14.0.0.14000029 | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working C compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang - skipped | |
| -- Detecting C compile features | |
| -- Detecting C compile features - done | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done | |
| -- Check for working CXX compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped | |
| -- Detecting CXX compile features | |
| -- Detecting CXX compile features - done | |
| -- Found Git: /opt/homebrew/bin/git (found version "2.39.1") | |
| -- git hash: 3e5aea01 | |
| -- Build Type: Release Version: 2.5.0-3e5aea01-beta | |
| -- Enabling registry support due to enabled LEGACY | |
| -- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
| -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
| -- Found Threads: TRUE | |
| -- Found PkgConfig: /opt/homebrew/bin/pkg-config (found version "0.29.2") | |
| -- generating headers and languages | |
| -- Building with libuchardet | |
| -- Found Uchardet: /opt/homebrew/lib/libuchardet.dylib | |
| -- Building with GUI/wxWidgets backend | |
| -- No wx-config in expected locations | |
| -- Found wxWidgets: -L/opt/homebrew/lib;;;-framework IOKit;-framework Carbon;-framework Cocoa;-framework QuartzCore;-framework AudioToolbox;-framework System;-framework OpenGL;-lwx_osx_cocoau_core-3.2;-lwx_baseu-3.2 (found version "3.2.1") | |
| -- Found X11: /opt/homebrew/include | |
| -- Looking for XOpenDisplay in /opt/homebrew/lib/libX11.dylib;/opt/homebrew/lib/libXext.dylib | |
| -- Looking for XOpenDisplay in /opt/homebrew/lib/libX11.dylib;/opt/homebrew/lib/libXext.dylib - found | |
| -- Looking for gethostbyname | |
| -- Looking for gethostbyname - found | |
| -- Looking for connect | |
| -- Looking for connect - found | |
| -- Looking for remove | |
| -- Looking for remove - found | |
| -- Looking for shmat | |
| -- Looking for shmat - found | |
| -- Building with TTY X11 extensions due to X11 found | |
| -- Building with TTY backend Xi support due to Xi library found at /opt/homebrew/lib/libXi.dylib | |
| -- ALIGN plugin enabled | |
| -- AUTOWRAP plugin enabled | |
| -- CALC plugin enabled | |
| -- COLORER plugin enabled | |
| -- Build Colorer: 1.0.5 | |
| -- Found Spdlog: /opt/homebrew/include | |
| -- Found Xerces-C: /opt/homebrew/lib/libxerces-c.dylib | |
| -- Found fmt: /opt/homebrew/include (found version "9.1.0") | |
| Forcing SPDLOG_FMT_EXTERNAL cuz FMT installed and missing /opt/homebrew/include/spdlog/fmt/bundled | |
| -- Found Xerces-C: /opt/homebrew/lib/libxerces-c.dylib | |
| -- COMPARE plugin enabled | |
| -- DRAWLINE plugin enabled | |
| -- EDITCASE plugin enabled | |
| -- EDITORCOMP plugin enabled | |
| -- FILECASE plugin enabled | |
| -- INCSRCH plugin enabled | |
| -- INSIDE plugin enabled | |
| -- MULTIARC plugin enabled | |
| -- Found LibArchive: /opt/homebrew/opt/libarchive/lib/libarchive.dylib (found version "3.6.2") | |
| -- Found PCRE: /opt/homebrew/lib/libpcre.dylib | |
| -- NETROCKS plugin enabled | |
| -- Checking for module 'openssl' | |
| -- Found openssl, version 1.1.1t | |
| -- Found OpenSSL: /opt/homebrew/opt/openssl@1.1/lib/libssl.dylib;/opt/homebrew/opt/openssl@1.1/lib/libcrypto.dylib | |
| -- OpenSSL found -> enjoy FTPS support in NetRocks | |
| -- Found LibSSH: /opt/homebrew/lib/libssh.dylib (Required is at least version "0.5.0") | |
| -- libssh found -> enjoy SFTP support in NetRocks | |
| -- libsmbclient found -> enjoy SMB support in NetRocks | |
| -- Found LibNfs: /opt/homebrew/lib/libnfs.dylib | |
| -- libnfs found -> enjoy NFS support in NetRocks | |
| -- Found LibNEON: /opt/homebrew/lib/libneon.dylib | |
| -- libneon found -> enjoy WebDav support in NetRocks | |
| -- [1;31mPYTHON plugin disabled, use -DPYTHON=yes if you need it[m | |
| -- SIMPLEINDENT plugin enabled | |
| -- TMPPANEL plugin enabled | |
| -- dpkg binary not found, not building debian package | |
| -- Configuring done | |
| -- Generating done | |
| CMake Warning: | |
| Manually-specified variables were not used by the project: | |
| BUILD_TESTING | |
| -- Build files have been written to: /tmp/far2l-20230209-37410-18rdj78/build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang called with: CMakeCCompilerId.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang CMakeCCompilerId.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: CMakeCXXCompilerId.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang++ CMakeCXXCompilerId.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_21715.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_21715.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_21715.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.25.2/share/cmake/Modules/CMakeCCompilerABI.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_21715.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_21715.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_21715.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.25.2/share/cmake/Modules/CMakeCCompilerABI.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_21715.dir/CMakeCCompilerABI.c.o -o cmTC_21715 | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_21715.dir/CMakeCCompilerABI.c.o -o cmTC_21715 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_d955b.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d955b.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d955b.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.25.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_d955b.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d955b.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d955b.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.25.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_d955b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d955b | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_d955b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d955b -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -DCMAKE_HAVE_LIBC_PTHREAD -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_5424d.dir/src.c.o -MF CMakeFiles/cmTC_5424d.dir/src.c.o.d -o CMakeFiles/cmTC_5424d.dir/src.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-3jMec0/src.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -DCMAKE_HAVE_LIBC_PTHREAD -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_5424d.dir/src.c.o -MF CMakeFiles/cmTC_5424d.dir/src.c.o.d -o CMakeFiles/cmTC_5424d.dir/src.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-3jMec0/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5424d.dir/src.c.o -o cmTC_5424d | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5424d.dir/src.c.o -o cmTC_5424d -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=XOpenDisplay -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_b8d68.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_b8d68.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_b8d68.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-nxKQe2/CheckFunctionExists.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=XOpenDisplay -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_b8d68.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_b8d68.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_b8d68.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-nxKQe2/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=XOpenDisplay -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b8d68.dir/CheckFunctionExists.c.o -o cmTC_b8d68 /opt/homebrew/lib/libX11.dylib /opt/homebrew/lib/libXext.dylib | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=XOpenDisplay -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b8d68.dir/CheckFunctionExists.c.o -o cmTC_b8d68 /opt/homebrew/lib/libX11.dylib /opt/homebrew/lib/libXext.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=gethostbyname -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_79b46.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_79b46.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_79b46.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-Vz10mY/CheckFunctionExists.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=gethostbyname -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_79b46.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_79b46.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_79b46.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-Vz10mY/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=gethostbyname -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_79b46.dir/CheckFunctionExists.c.o -o cmTC_79b46 | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=gethostbyname -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_79b46.dir/CheckFunctionExists.c.o -o cmTC_79b46 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=connect -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_2d4fa.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_2d4fa.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_2d4fa.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-iYH8Zb/CheckFunctionExists.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=connect -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_2d4fa.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_2d4fa.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_2d4fa.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-iYH8Zb/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=connect -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2d4fa.dir/CheckFunctionExists.c.o -o cmTC_2d4fa | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=connect -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2d4fa.dir/CheckFunctionExists.c.o -o cmTC_2d4fa -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=remove -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_b4e87.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_b4e87.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_b4e87.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-Khpz0v/CheckFunctionExists.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=remove -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_b4e87.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_b4e87.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_b4e87.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-Khpz0v/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=remove -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b4e87.dir/CheckFunctionExists.c.o -o cmTC_b4e87 | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=remove -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b4e87.dir/CheckFunctionExists.c.o -o cmTC_b4e87 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=shmat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_428da.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_428da.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_428da.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-07YZ1n/CheckFunctionExists.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=shmat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -MD -MT CMakeFiles/cmTC_428da.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_428da.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_428da.dir/CheckFunctionExists.c.o -c /tmp/far2l-20230209-37410-18rdj78/build/CMakeFiles/CMakeScratch/TryCompile-07YZ1n/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=shmat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_428da.dir/CheckFunctionExists.c.o -o cmTC_428da | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DCHECK_FUNCTION_EXISTS=shmat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_428da.dir/CheckFunctionExists.c.o -o cmTC_428da -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/libarchive/lib -L/opt/homebrew/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2023-02-09 16:06:46 +0000 | |
| cmake | |
| --build | |
| build | |
| [1/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIOther.cpp | |
| [2/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIPrintFormat.cpp | |
| [3/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APITime.cpp | |
| [4/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIKeyboard.cpp | |
| [5/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIConsole.cpp | |
| [6/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIStringMap.cpp | |
| [7/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIClipboard.cpp | |
| [8/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/ConsoleBuffer.cpp | |
| [9/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/WinPortHandle.cpp | |
| [10/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIRegistry.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIRegistry.cpp:436:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(tmp, "%02x ", (unsigned int)(unsigned char)lpData[i]); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [11/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/ConsoleOutput.cpp | |
| [12/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIFiles.cpp | |
| [13/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/CustomPanic.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/WinPort/src/CustomPanic.cpp:33:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(anykey_sz, "PRESS ANY KEY TO EXIT (%d)", KEYPRESS_WAIT_SECONDS - i); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [14/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/SavedScreen.cpp | |
| [15/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/ConsoleInput.cpp | |
| [16/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_common.cpp | |
| [17/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIStringCodepages.cpp | |
| [18/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_askpass.cpp | |
| [19/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/PathHelpers.cpp | |
| [20/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_askpass_ipc.cpp | |
| [21/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_client.cpp | |
| [22/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WinPortRGB.cpp | |
| [23/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_client_api.cpp | |
| [24/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/SudoAskpassImpl.cpp | |
| [25/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_dispatcher.cpp | |
| [26/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYNegotiateFar2l.cpp | |
| [27/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WinPortMain.cpp | |
| [28/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/FSClipboardBackend.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/FSClipboardBackend.cpp:45:23: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| char str_format[64]; sprintf(str_format, "0x%x", format); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/FSClipboardBackend.cpp:70:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(str_format, "0x%x", format); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/FSClipboardBackend.cpp:82:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(str_format, "0x%x", (format == CF_UNICODETEXT) ? CF_TEXT : format); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 3 warnings generated. | |
| [29/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/casemap.c | |
| [30/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/collation.c | |
| [31/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/compose.c | |
| [32/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/cpsymbol.c | |
| [33/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/cptable.c | |
| [34/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYRevive.cpp | |
| [35/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYInput.cpp | |
| [36/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/decompose.c | |
| [37/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/locale.c | |
| [38/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/OSC52ClipboardBackend.cpp | |
| [39/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/mbtowc.c | |
| [40/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/sortkey.c | |
| [41/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/utf8.c | |
| [42/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/wctomb.c | |
| [43/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_037.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_037.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_037.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_037.c | |
| [44/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/wctype.c | |
| [45/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_424.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_424.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_424.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_424.c | |
| [46/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_437.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_437.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_437.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_437.c | |
| [47/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_500.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_500.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_500.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_500.c | |
| [48/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_775.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_775.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_775.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_775.c | |
| [49/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_737.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_737.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_737.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_737.c | |
| [50/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_852.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_852.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_852.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_852.c | |
| [51/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_850.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_850.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_850.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_850.c | |
| [52/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_855.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_855.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_855.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_855.c | |
| [53/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_856.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_856.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_856.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_856.c | |
| [54/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_857.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_857.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_857.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_857.c | |
| [55/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_861.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_861.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_861.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_861.c | |
| [56/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_860.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_860.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_860.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_860.c | |
| [57/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_862.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_862.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_862.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_862.c | |
| [58/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_863.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_863.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_863.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_863.c | |
| [59/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_864.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_864.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_864.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_864.c | |
| [60/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_865.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_865.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_865.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_865.c | |
| [61/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_866.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_866.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_866.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_866.c | |
| [62/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_866.uk.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_866.uk.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_866.uk.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_866.uk.c | |
| [63/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYOutput.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYOutput.cpp:49:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(buf, "5;%u;", ((unsigned int)it->second) + 16); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYOutput.cpp:51:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(buf, "2;%u;%u;%u;", rgb & 0xff, (rgb >> 8) & 0xff, (rgb >> 16) & 0xff); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYOutput.cpp:263:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sz_len = sprintf(sz, // repeat last character <count-1> times | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYOutput.cpp:266:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sz_len = sprintf(sz, // erase <count> chars and move cursor forward by <count> | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 4 warnings generated. | |
| [64/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_869.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_869.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_869.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_869.c | |
| [65/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_874.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_874.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_874.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_874.c | |
| [66/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_875.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_875.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_875.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_875.c | |
| [67/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1006.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1006.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1006.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1006.c | |
| [68/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1026.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1026.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1026.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1026.c | |
| [69/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1251.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1251.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1251.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1251.c | |
| [70/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1250.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1250.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1250.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1250.c | |
| [71/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1252.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1252.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1252.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1252.c | |
| [72/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1253.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1253.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1253.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1253.c | |
| [73/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1254.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1254.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1254.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1254.c | |
| [74/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1255.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1255.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1255.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1255.c | |
| [75/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1256.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1256.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1256.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1256.c | |
| [76/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1257.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1257.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1257.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1257.c | |
| [77/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1258.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1258.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1258.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1258.c | |
| [78/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10004.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10004.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10004.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10004.c | |
| [79/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10000.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10000.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10000.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10000.c | |
| [80/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10005.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10005.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10005.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10005.c | |
| [81/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10010.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10010.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10010.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10010.c | |
| [82/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10006.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10006.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10006.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10006.c | |
| [83/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10007.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10007.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10007.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10007.c | |
| [84/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10017.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10017.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10017.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10017.c | |
| [85/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10021.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10021.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10021.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10021.c | |
| [86/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10029.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10029.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10029.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10029.c | |
| [87/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10079.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10079.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10079.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10079.c | |
| [88/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10081.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10081.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10081.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10081.c | |
| [89/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10082.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10082.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10082.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10082.c | |
| [90/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20127.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20127.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20127.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_20127.c | |
| [91/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20866.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20866.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20866.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_20866.c | |
| [92/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_21866.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_21866.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_21866.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_21866.c | |
| [93/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28592.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28592.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28592.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28592.c | |
| [94/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20880.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20880.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20880.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_20880.c | |
| [95/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28591.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28591.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28591.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28591.c | |
| [96/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28593.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28593.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28593.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28593.c | |
| [97/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28594.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28594.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28594.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28594.c | |
| [98/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28596.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28596.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28596.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28596.c | |
| [99/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28597.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28597.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28597.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28597.c | |
| [100/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28595.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28595.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28595.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28595.c | |
| [101/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28598.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28598.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28598.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28598.c | |
| [102/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28599.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28599.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28599.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28599.c | |
| [103/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28600.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28600.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28600.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28600.c | |
| [104/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYXGlue.cpp | |
| [105/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28603.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28603.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28603.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28603.c | |
| [106/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28604.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28604.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28604.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28604.c | |
| [107/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28605.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28605.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28605.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28605.c | |
| [108/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28606.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28606.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28606.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28606.c | |
| [109/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10000.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10000.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10000.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10000.c | |
| [110/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_037.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_037.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_037.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_037.c | |
| [111/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10004.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10004.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10004.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10004.c | |
| [112/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYBackend.cpp | |
| [113/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10005.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10005.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10005.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10005.c | |
| [114/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10001.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10001.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10001.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10001.c | |
| [115/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10002.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10002.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10002.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10002.c | |
| [116/710] : && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E rm -f WinPort/wineguts/libwineguts.a && /usr/bin/ar qc WinPort/wineguts/libwineguts.a WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_037.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_424.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_437.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_500.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_737.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_775.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_850.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_852.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_855.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_856.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_857.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_860.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_861.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_862.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_863.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_864.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_865.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_866.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_866.uk.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_869.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_874.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_875.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1006.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1026.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1250.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1251.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1252.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1253.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1254.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1255.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1256.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1257.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_1258.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10000.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10004.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10005.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10006.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10007.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10010.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10017.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10021.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10029.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10079.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10081.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_10082.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20127.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20866.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_20880.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_21866.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28591.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28592.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28593.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28594.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28595.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28596.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28597.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28598.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28599.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28600.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28603.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28604.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28605.c.o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_28606.c.o && /usr/bin/ranlib WinPort/wineguts/libwineguts.a && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E touch WinPort/wineguts/libwineguts.a && : | |
| [117/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10006.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10006.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10006.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10006.c | |
| [118/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10007.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10007.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10007.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10007.c | |
| [119/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10003.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10003.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10003.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10003.c | |
| [120/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10021.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10021.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10021.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10021.c | |
| [121/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10017.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10017.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10017.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10017.c | |
| [122/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10010.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10010.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10010.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10010.c | |
| [123/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1006.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1006.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1006.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1006.c | |
| [124/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10079.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10079.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10079.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10079.c | |
| [125/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10029.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10029.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10029.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10029.c | |
| [126/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10081.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10081.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10081.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10081.c | |
| [127/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10008.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10008.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10008.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10008.c | |
| [128/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10082.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10082.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10082.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_10082.c | |
| [129/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1026.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1026.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1026.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1026.c | |
| [130/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1251.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1251.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1251.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1251.c | |
| [131/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1250.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1250.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1250.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1250.c | |
| [132/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYFar2lClipboardBackend.cpp | |
| [133/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1254.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1254.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1254.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1254.c | |
| [134/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1253.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1253.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1253.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1253.c | |
| [135/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1252.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1252.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1252.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1252.c | |
| [136/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1258.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1258.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1258.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1258.c | |
| [137/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1257.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1257.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1257.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1257.c | |
| [138/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1256.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1256.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1256.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1256.c | |
| [139/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1255.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1255.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1255.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1255.c | |
| [140/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20866.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20866.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20866.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_20866.c | |
| [141/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20127.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20127.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20127.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_20127.c | |
| [142/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20880.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20880.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20880.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_20880.c | |
| [143/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_21866.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_21866.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_21866.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_21866.c | |
| [144/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYInputSequenceParser.cpp | |
| [145/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28591.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28591.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28591.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28591.c | |
| [146/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28592.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28592.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28592.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28592.c | |
| [147/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28593.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28593.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28593.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28593.c | |
| [148/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20932.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20932.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20932.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_20932.c | |
| [149/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28594.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28594.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28594.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28594.c | |
| [150/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1361.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1361.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1361.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_1361.c | |
| [151/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28596.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28596.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28596.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28596.c | |
| [152/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28595.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28595.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28595.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28595.c | |
| [153/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28598.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28598.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28598.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28598.c | |
| [154/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28597.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28597.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28597.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28597.c | |
| [155/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28603.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28603.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28603.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28603.c | |
| [156/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28599.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28599.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28599.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28599.c | |
| [157/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28600.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28600.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28600.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28600.c | |
| [158/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28606.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28606.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28606.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28606.c | |
| [159/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28605.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28605.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28605.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28605.c | |
| [160/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28604.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28604.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28604.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_28604.c | |
| [161/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_437.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_437.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_437.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_437.c | |
| [162/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_500.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_500.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_500.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_500.c | |
| [163/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_424.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_424.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_424.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_424.c | |
| [164/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_775.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_775.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_775.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_775.c | |
| [165/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_856.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_856.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_856.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_856.c | |
| [166/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_737.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_737.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_737.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_737.c | |
| [167/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_850.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_850.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_850.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_850.c | |
| [168/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_855.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_855.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_855.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_855.c | |
| [169/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_852.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_852.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_852.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_852.c | |
| [170/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_857.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_857.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_857.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_857.c | |
| [171/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_862.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_862.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_862.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_862.c | |
| [172/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_860.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_860.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_860.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_860.c | |
| [173/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_861.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_861.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_861.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_861.c | |
| [174/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_865.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_865.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_865.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_865.c | |
| [175/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_864.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_864.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_864.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_864.c | |
| [176/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_866.uk.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_866.uk.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_866.uk.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_866.uk.c | |
| [177/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_863.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_863.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_863.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_863.c | |
| [178/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_866.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_866.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_866.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_866.c | |
| [179/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_874.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_874.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_874.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_874.c | |
| [180/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_869.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_869.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_869.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_869.c | |
| [181/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_875.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_875.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_875.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_875.c | |
| [182/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_932.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_932.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_932.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_932.c | |
| [183/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_936.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_936.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_936.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_936.c | |
| [184/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_949.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_949.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_949.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_949.c | |
| [185/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_950.c.o -MF WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_950.c.o.d -o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_950.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_950.c | |
| [186/710] : && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E rm -f WinPort/wineguts/codepages/libcodepages.a && /usr/bin/ar qc WinPort/wineguts/codepages/libcodepages.a WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_037.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10000.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10001.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10002.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10003.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10004.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10005.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10006.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10007.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10008.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10010.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10017.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10021.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10029.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1006.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10079.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10081.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_10082.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1026.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1250.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1251.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1252.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1253.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1254.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1255.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1256.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1257.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1258.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_1361.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20127.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20866.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20880.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_20932.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_21866.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28591.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28592.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28593.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28594.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28595.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28596.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28597.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28598.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28599.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28600.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28603.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28604.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28605.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_28606.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_424.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_437.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_500.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_737.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_775.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_850.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_852.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_855.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_856.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_857.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_860.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_861.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_862.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_863.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_864.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_865.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_866.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_866.uk.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_869.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_874.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_875.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_932.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_936.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_949.c.o WinPort/wineguts/codepages/CMakeFiles/codepages.dir/c_950.c.o && /usr/bin/ranlib WinPort/wineguts/codepages/libcodepages.a && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E touch WinPort/wineguts/codepages/libcodepages.a && : | |
| [187/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/Threaded.cpp.o -MF utils/CMakeFiles/utils.dir/src/Threaded.cpp.o.d -o utils/CMakeFiles/utils.dir/src/Threaded.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/Threaded.cpp | |
| [188/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/SharedResource.cpp.o -MF utils/CMakeFiles/utils.dir/src/SharedResource.cpp.o.d -o utils/CMakeFiles/utils.dir/src/SharedResource.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/SharedResource.cpp | |
| [189/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/TimeUtils.cpp.o -MF utils/CMakeFiles/utils.dir/src/TimeUtils.cpp.o.d -o utils/CMakeFiles/utils.dir/src/TimeUtils.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/TimeUtils.cpp | |
| [190/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/InstallPath.cpp.o -MF utils/CMakeFiles/utils.dir/src/InstallPath.cpp.o.d -o utils/CMakeFiles/utils.dir/src/InstallPath.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/InstallPath.cpp | |
| [191/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/StrPrintf.cpp.o -MF utils/CMakeFiles/utils.dir/src/StrPrintf.cpp.o.d -o utils/CMakeFiles/utils.dir/src/StrPrintf.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/StrPrintf.cpp | |
| [192/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/utils.cpp.o -MF utils/CMakeFiles/utils.dir/src/utils.cpp.o.d -o utils/CMakeFiles/utils.dir/src/utils.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/utils.cpp | |
| [193/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT utils/CMakeFiles/utils.dir/src/crc64.c.o -MF utils/CMakeFiles/utils.dir/src/crc64.c.o.d -o utils/CMakeFiles/utils.dir/src/crc64.c.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/crc64.c | |
| [194/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/TTYRawMode.cpp.o -MF utils/CMakeFiles/utils.dir/src/TTYRawMode.cpp.o.d -o utils/CMakeFiles/utils.dir/src/TTYRawMode.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/TTYRawMode.cpp | |
| [195/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/InMy.cpp.o -MF utils/CMakeFiles/utils.dir/src/InMy.cpp.o.d -o utils/CMakeFiles/utils.dir/src/InMy.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/InMy.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/InMy.cpp:53:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(subdir, "%llx_%x", uid, (i < 0x1000) ? i : i | ((rand() & 0xffff) << 16) ); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [196/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/StringConfig.cpp.o -MF utils/CMakeFiles/utils.dir/src/StringConfig.cpp.o.d -o utils/CMakeFiles/utils.dir/src/StringConfig.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/StringConfig.cpp | |
| [197/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/Event.cpp.o -MF utils/CMakeFiles/utils.dir/src/Event.cpp.o.d -o utils/CMakeFiles/utils.dir/src/Event.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/Event.cpp | |
| [198/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/ZombieControl.cpp.o -MF utils/CMakeFiles/utils.dir/src/ZombieControl.cpp.o.d -o utils/CMakeFiles/utils.dir/src/ZombieControl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/ZombieControl.cpp | |
| [199/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/base64.cpp.o -MF utils/CMakeFiles/utils.dir/src/base64.cpp.o.d -o utils/CMakeFiles/utils.dir/src/base64.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/base64.cpp | |
| [200/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/ThreadedWorkQueue.cpp.o -MF utils/CMakeFiles/utils.dir/src/ThreadedWorkQueue.cpp.o.d -o utils/CMakeFiles/utils.dir/src/ThreadedWorkQueue.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/ThreadedWorkQueue.cpp | |
| [201/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/ScopeHelpers.cpp.o -MF utils/CMakeFiles/utils.dir/src/ScopeHelpers.cpp.o.d -o utils/CMakeFiles/utils.dir/src/ScopeHelpers.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/ScopeHelpers.cpp | |
| [202/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/StackSerializer.cpp.o -MF utils/CMakeFiles/utils.dir/src/StackSerializer.cpp.o.d -o utils/CMakeFiles/utils.dir/src/StackSerializer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/StackSerializer.cpp | |
| [203/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/FilePathHashSuffix.cpp.o -MF utils/CMakeFiles/utils.dir/src/FilePathHashSuffix.cpp.o.d -o utils/CMakeFiles/utils.dir/src/FilePathHashSuffix.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/FilePathHashSuffix.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/FilePathHashSuffix.cpp:32:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(sz_suffix, "@%llx", (unsigned long long)suffix); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [204/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/LocalSocket.cpp.o -MF utils/CMakeFiles/utils.dir/src/LocalSocket.cpp.o.d -o utils/CMakeFiles/utils.dir/src/LocalSocket.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/LocalSocket.cpp | |
| [205/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/TestPath.cpp.o -MF utils/CMakeFiles/utils.dir/src/TestPath.cpp.o.d -o utils/CMakeFiles/utils.dir/src/TestPath.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/TestPath.cpp | |
| [206/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/VT256ColorTable.cpp.o -MF utils/CMakeFiles/utils.dir/src/VT256ColorTable.cpp.o.d -o utils/CMakeFiles/utils.dir/src/VT256ColorTable.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/VT256ColorTable.cpp | |
| [207/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/CharClasses.cpp.o -MF utils/CMakeFiles/utils.dir/src/CharClasses.cpp.o.d -o utils/CMakeFiles/utils.dir/src/CharClasses.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/CharClasses.cpp | |
| [208/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/Escaping.cpp.o -MF utils/CMakeFiles/utils.dir/src/Escaping.cpp.o.d -o utils/CMakeFiles/utils.dir/src/Escaping.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/Escaping.cpp | |
| [209/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/FcntlHelpers.cpp.o -MF utils/CMakeFiles/utils.dir/src/FcntlHelpers.cpp.o.d -o utils/CMakeFiles/utils.dir/src/FcntlHelpers.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/FcntlHelpers.cpp | |
| [210/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/PipeIPC.cpp.o -MF utils/CMakeFiles/utils.dir/src/PipeIPC.cpp.o.d -o utils/CMakeFiles/utils.dir/src/PipeIPC.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/PipeIPC.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/PipeIPC.cpp:201:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(broker_arg_r, "%d", master2broker[0]); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/PipeIPC.cpp:202:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(broker_arg_w, "%d", broker2master[1]); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 2 warnings generated. | |
| [211/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/Environment.cpp.o -MF utils/CMakeFiles/utils.dir/src/Environment.cpp.o.d -o utils/CMakeFiles/utils.dir/src/Environment.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/Environment.cpp | |
| [212/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/KeyFileHelper.cpp.o -MF utils/CMakeFiles/utils.dir/src/KeyFileHelper.cpp.o.d -o utils/CMakeFiles/utils.dir/src/KeyFileHelper.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/KeyFileHelper.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/KeyFileHelper.cpp:800:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(tmp, "%d", value); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/KeyFileHelper.cpp:807:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(tmp, "0x%x", value); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/KeyFileHelper.cpp:814:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(tmp, "0x%llx", value); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 3 warnings generated. | |
| [213/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/PathParts.cpp.o -MF utils/CMakeFiles/utils.dir/src/PathParts.cpp.o.d -o utils/CMakeFiles/utils.dir/src/PathParts.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/PathParts.cpp | |
| [214/710] /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy /tmp/far2l-20230209-37410-18rdj78/far2l/DE/Far.icns install/far2l.app/Contents/Resources/Far.icns | |
| [215/710] cd /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts && /usr/bin/m4 -P -DARCH=Darwin\ arm64 -DMAJOR=2 -DMINOR=5 -DPATCH=0-3e5aea01-beta /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/copyright.inc.m4 | /opt/homebrew/bin/gawk -f /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/enc.awk > /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/copyright.inc | |
| [216/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/FSNotify.cpp.o -MF utils/CMakeFiles/utils.dir/src/FSNotify.cpp.o.d -o utils/CMakeFiles/utils.dir/src/FSNotify.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/FSNotify.cpp | |
| [217/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/WideMB.cpp.o -MF utils/CMakeFiles/utils.dir/src/WideMB.cpp.o.d -o utils/CMakeFiles/utils.dir/src/WideMB.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/WideMB.cpp | |
| [218/710] cd /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts && /usr/bin/m4 -P -DARCH=Darwin\ arm64 -DMAJOR=2 -DMINOR=5 -DPATCH=0-3e5aea01-beta /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/farversion.inc.m4 > /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/farversion.inc | |
| [219/710] cd /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts && /usr/bin/m4 -P -DARCH=Darwin\ arm64 -DMAJOR=2 -DMINOR=5 -DPATCH=0-3e5aea01-beta /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/farlang.templ.m4 > /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/farlang.templ | |
| [220/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/ReadWholeFile.cpp.o -MF utils/CMakeFiles/utils.dir/src/ReadWholeFile.cpp.o.d -o utils/CMakeFiles/utils.dir/src/ReadWholeFile.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/ReadWholeFile.cpp | |
| [221/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/ThrowPrintf.cpp.o -MF utils/CMakeFiles/utils.dir/src/ThrowPrintf.cpp.o.d -o utils/CMakeFiles/utils.dir/src/ThrowPrintf.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/ThrowPrintf.cpp | |
| [222/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/POpen.cpp.o -MF utils/CMakeFiles/utils.dir/src/POpen.cpp.o.d -o utils/CMakeFiles/utils.dir/src/POpen.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/POpen.cpp | |
| [223/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/Panic.cpp.o -MF utils/CMakeFiles/utils.dir/src/Panic.cpp.o.d -o utils/CMakeFiles/utils.dir/src/Panic.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/Panic.cpp | |
| [224/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/IntStrConv.cpp.o -MF utils/CMakeFiles/utils.dir/src/IntStrConv.cpp.o.d -o utils/CMakeFiles/utils.dir/src/IntStrConv.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/IntStrConv.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/IntStrConv.cpp:11:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| case 10: sprintf(a, "%d", i); break; | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/IntStrConv.cpp:12:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| case 16: sprintf(a, "%x", i); break; | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/IntStrConv.cpp:32:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| case 10: sprintf(a, "%lld", (long long)i); break; | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/utils/src/IntStrConv.cpp:33:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| case 16: sprintf(a, "%llx", (long long)i); break; | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 4 warnings generated. | |
| [225/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/EnsureDir.cpp.o -MF utils/CMakeFiles/utils.dir/src/EnsureDir.cpp.o.d -o utils/CMakeFiles/utils.dir/src/EnsureDir.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/EnsureDir.cpp | |
| [226/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/common/Colorer.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/common/Colorer.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/common/Colorer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/common/Colorer.cpp | |
| [227/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT utils/CMakeFiles/utils.dir/src/RandomString.cpp.o -MF utils/CMakeFiles/utils.dir/src/RandomString.cpp.o.d -o utils/CMakeFiles/utils.dir/src/RandomString.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/utils/src/RandomString.cpp | |
| [228/710] : && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E rm -f utils/libutils.a && /usr/bin/ar qc utils/libutils.a utils/CMakeFiles/utils.dir/src/Threaded.cpp.o utils/CMakeFiles/utils.dir/src/ThreadedWorkQueue.cpp.o utils/CMakeFiles/utils.dir/src/SharedResource.cpp.o utils/CMakeFiles/utils.dir/src/KeyFileHelper.cpp.o utils/CMakeFiles/utils.dir/src/utils.cpp.o utils/CMakeFiles/utils.dir/src/InstallPath.cpp.o utils/CMakeFiles/utils.dir/src/StrPrintf.cpp.o utils/CMakeFiles/utils.dir/src/TimeUtils.cpp.o utils/CMakeFiles/utils.dir/src/StringConfig.cpp.o utils/CMakeFiles/utils.dir/src/InMy.cpp.o utils/CMakeFiles/utils.dir/src/ZombieControl.cpp.o utils/CMakeFiles/utils.dir/src/base64.cpp.o utils/CMakeFiles/utils.dir/src/Event.cpp.o utils/CMakeFiles/utils.dir/src/StackSerializer.cpp.o utils/CMakeFiles/utils.dir/src/ScopeHelpers.cpp.o utils/CMakeFiles/utils.dir/src/crc64.c.o utils/CMakeFiles/utils.dir/src/TTYRawMode.cpp.o utils/CMakeFiles/utils.dir/src/LocalSocket.cpp.o utils/CMakeFiles/utils.dir/src/FilePathHashSuffix.cpp.o utils/CMakeFiles/utils.dir/src/Environment.cpp.o utils/CMakeFiles/utils.dir/src/Escaping.cpp.o utils/CMakeFiles/utils.dir/src/WideMB.cpp.o utils/CMakeFiles/utils.dir/src/FSNotify.cpp.o utils/CMakeFiles/utils.dir/src/TestPath.cpp.o utils/CMakeFiles/utils.dir/src/PipeIPC.cpp.o utils/CMakeFiles/utils.dir/src/PathParts.cpp.o utils/CMakeFiles/utils.dir/src/CharClasses.cpp.o utils/CMakeFiles/utils.dir/src/POpen.cpp.o utils/CMakeFiles/utils.dir/src/VT256ColorTable.cpp.o utils/CMakeFiles/utils.dir/src/ReadWholeFile.cpp.o utils/CMakeFiles/utils.dir/src/ThrowPrintf.cpp.o utils/CMakeFiles/utils.dir/src/FcntlHelpers.cpp.o utils/CMakeFiles/utils.dir/src/Panic.cpp.o utils/CMakeFiles/utils.dir/src/IntStrConv.cpp.o utils/CMakeFiles/utils.dir/src/EnsureDir.cpp.o utils/CMakeFiles/utils.dir/src/RandomString.cpp.o && /usr/bin/ranlib utils/libutils.a && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E touch utils/libutils.a && : | |
| [229/710] : && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E rm -f WinPort/libWinPort.a && /usr/bin/ar qc WinPort/libWinPort.a WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o && /usr/bin/ranlib WinPort/libWinPort.a && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E touch WinPort/libWinPort.a && : | |
| [230/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/common/Exception.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/common/Exception.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/common/Exception.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/common/Exception.cpp | |
| [231/710] cd /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap && /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/farlng.pl /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/farlang.templ /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap | |
| [232/710] cd /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts && /opt/homebrew/bin/gawk -f /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/mkhlf.awk /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/FarEng.hlf.m4 | /usr/bin/m4 -P -DARCH=Darwin\ arm64 -DMAJOR=2 -DMINOR=5 -DPATCH=0-3e5aea01-beta > /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/FarEng.hlf && cd /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts && /opt/homebrew/bin/gawk -f /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/mkhlf.awk /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/FarRus.hlf.m4 | /usr/bin/m4 -P -DARCH=Darwin\ arm64 -DMAJOR=2 -DMINOR=5 -DPATCH=0-3e5aea01-beta > /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/FarRus.hlf && cd /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts && /opt/homebrew/bin/gawk -f /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/mkhlf.awk /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/FarHun.hlf.m4 | /usr/bin/m4 -P -DARCH=Darwin\ arm64 -DMAJOR=2 -DMINOR=5 -DPATCH=0-3e5aea01-beta > /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/FarHun.hlf && cd /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts && /opt/homebrew/bin/gawk -f /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/mkhlf.awk /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/scripts/FarUkr.hlf.m4 | /usr/bin/m4 -P -DARCH=Darwin\ arm64 -DMAJOR=2 -DMINOR=5 -DPATCH=0-3e5aea01-beta > /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/FarUkr.hlf && cd /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap && cp /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/*.lng /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS && cd /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap && cp /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap/*.hlf /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS && cd /tmp/far2l-20230209-37410-18rdj78/build/far2l/bootstrap && cp /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/*.sh /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS && cp /tmp/far2l-20230209-37410-18rdj78/far2l/bootstrap/*.ini /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS | |
| [233/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYX/../../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYX/../../../../../utils/include -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -DTTYXI -std=c++11 -MD -MT WinPort/src/Backend/TTY/TTYX/CMakeFiles/far2l_ttyx.dir/TTYX.cpp.o -MF WinPort/src/Backend/TTY/TTYX/CMakeFiles/far2l_ttyx.dir/TTYX.cpp.o.d -o WinPort/src/Backend/TTY/TTYX/CMakeFiles/far2l_ttyx.dir/TTYX.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYX/TTYX.cpp | |
| [234/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/cache.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/cache.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/cache.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/cache.cpp | |
| [235/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/clipboard.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/clipboard.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/clipboard.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/clipboard.cpp | |
| [236/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/LineRegionsCompactSupport.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/LineRegionsCompactSupport.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/LineRegionsCompactSupport.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/handlers/LineRegionsCompactSupport.cpp | |
| [237/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/RegionMapperImpl.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/RegionMapperImpl.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/RegionMapperImpl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/handlers/RegionMapperImpl.cpp | |
| [238/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/editor/Outliner.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/editor/Outliner.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/editor/Outliner.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/editor/Outliner.cpp | |
| [239/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/cregexp/cregexp.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/cregexp/cregexp.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/cregexp/cregexp.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:453:12: warning: variable 'namedBracket' set but not used [-Wunused-but-set-variable] | |
| bool namedBracket = false; | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:825:14: warning: 8 enumeration values not handled in switch: 'ReBlockOps', 'ReMul', 'RePlus'... [-Wswitch] | |
| switch(re->op){ | |
| ^~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:825:14: note: add missing switch cases | |
| switch(re->op){ | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:10: warning: 17 enumeration values not handled in switch: 'ReBadMeta', 'ReAnyChr', 'ReEoL'... [-Wswitch] | |
| switch(firstMetaChar){ | |
| ^~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:10: note: add missing switch cases | |
| switch(firstMetaChar){ | |
| ^ | |
| 3 warnings generated. | |
| [240/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/StyledHRDMapper.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/StyledHRDMapper.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/StyledHRDMapper.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/handlers/StyledHRDMapper.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/handlers/StyledHRDMapper.cpp:90:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(temporary, " fore=\"#%06x\"", rdef->fore); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/handlers/StyledHRDMapper.cpp:94:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(temporary, " back=\"#%06x\"", rdef->back); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/handlers/StyledHRDMapper.cpp:98:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(temporary, " style=\"#%06x\"", rdef->style); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 3 warnings generated. | |
| [241/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/cmdline.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/cmdline.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/cmdline.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/cmdline.cpp | |
| [242/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/TextHRDMapper.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/TextHRDMapper.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/TextHRDMapper.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/handlers/TextHRDMapper.cpp | |
| [243/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/datetime.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/datetime.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/datetime.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/datetime.cpp | |
| [244/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/ctrlobj.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/ctrlobj.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/ctrlobj.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/ctrlobj.cpp | |
| [245/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/dizlist.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/dizlist.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/dizlist.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/dizlist.cpp | |
| [246/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/delete.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/delete.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/delete.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/delete.cpp | |
| [247/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/DialogBuilder.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/DialogBuilder.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/DialogBuilder.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/DialogBuilder.cpp | |
| [248/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/dirinfo.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/dirinfo.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/dirinfo.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/dirinfo.cpp | |
| [249/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/DlgGuid.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/DlgGuid.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/DlgGuid.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/DlgGuid.cpp | |
| [250/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/dlgedit.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/dlgedit.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/dlgedit.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/dlgedit.cpp | |
| [251/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/fileattr.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/fileattr.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/fileattr.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/fileattr.cpp | |
| [252/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/copy.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/copy.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/copy.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/copy.cpp | |
| [253/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/dialog.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/dialog.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/dialog.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/dialog.cpp | |
| [254/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/execute.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/execute.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/execute.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/execute.cpp | |
| [255/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/farwinapi.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/farwinapi.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/farwinapi.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/farwinapi.cpp | |
| [256/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/LineRegionsSupport.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/LineRegionsSupport.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/LineRegionsSupport.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/handlers/LineRegionsSupport.cpp | |
| [257/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/editor/BaseEditor.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/editor/BaseEditor.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/editor/BaseEditor.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/editor/BaseEditor.cpp | |
| [258/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/fileowner.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/fileowner.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/fileowner.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/fileowner.cpp | |
| [259/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/fileedit.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/fileedit.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/fileedit.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/fileedit.cpp | |
| [260/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/edit.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/edit.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/edit.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/edit.cpp | |
| [261/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/FilesSuggestor.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/FilesSuggestor.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/FilesSuggestor.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/FilesSuggestor.cpp | |
| [262/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/filefilter.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/filefilter.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/filefilter.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/filefilter.cpp | |
| [263/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/filefilterparams.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/filefilterparams.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/filefilterparams.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/filefilterparams.cpp | |
| [264/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/filepanels.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/filepanels.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/filepanels.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/filepanels.cpp | |
| [265/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/filestr.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/filestr.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/filestr.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/filestr.cpp | |
| [266/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/editor.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/editor.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/editor.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/editor.cpp | |
| [267/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/fileview.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/fileview.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/fileview.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/fileview.cpp | |
| [268/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/filetype.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/filetype.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/filetype.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/filetype.cpp | |
| [269/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/flink.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/flink.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/flink.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/flink.cpp | |
| [270/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/foldtree.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/foldtree.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/foldtree.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/foldtree.cpp | |
| [271/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/frame.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/frame.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/frame.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/frame.cpp | |
| [272/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/global.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/global.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/global.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/global.cpp | |
| [273/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/fnparce.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/fnparce.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/fnparce.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/fnparce.cpp | |
| [274/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/FindPattern.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/FindPattern.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/FindPattern.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/FindPattern.cpp | |
| [275/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/hmenu.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/hmenu.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/hmenu.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/hmenu.cpp | |
| [276/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/menubar.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/menubar.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/menubar.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/menubar.cpp | |
| [277/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/help.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/help.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/help.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/help.cpp | |
| [278/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/keybar.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/keybar.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/keybar.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/keybar.cpp | |
| [279/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/hilight.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/hilight.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/hilight.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/hilight.cpp | |
| [280/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/main.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/main.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/main.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/main.cpp | |
| [281/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/manager.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/manager.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/manager.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/manager.cpp | |
| [282/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/Mounts.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/Mounts.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/Mounts.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/Mounts.cpp | |
| [283/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mkdir.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mkdir.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mkdir.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mkdir.cpp | |
| [284/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/modal.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/modal.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/modal.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/modal.cpp | |
| [285/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/message.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/message.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/message.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/message.cpp | |
| [286/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/namelist.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/namelist.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/namelist.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/namelist.cpp | |
| [287/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/findfile.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/findfile.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/findfile.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/findfile.cpp | |
| [288/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/plist.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/plist.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/plist.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/plist.cpp | |
| [289/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/RefreshFrameManager.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/RefreshFrameManager.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/RefreshFrameManager.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/RefreshFrameManager.cpp | |
| [290/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/options.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/options.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/options.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/options.cpp | |
| [291/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/rdrwdsk.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/rdrwdsk.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/rdrwdsk.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/rdrwdsk.cpp | |
| [292/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/synchro.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/synchro.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/synchro.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/synchro.cpp | |
| [293/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/scantree.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/scantree.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/scantree.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/scantree.cpp | |
| [294/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/stddlg.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/stddlg.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/stddlg.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/stddlg.cpp | |
| [295/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/setcolor.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/setcolor.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/setcolor.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/setcolor.cpp | |
| [296/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/TPreRedrawFunc.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/TPreRedrawFunc.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/TPreRedrawFunc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/TPreRedrawFunc.cpp | |
| [297/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/syslog.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/syslog.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/syslog.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/syslog.cpp | |
| [298/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/setattr.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/setattr.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/setattr.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/setattr.cpp | |
| [299/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/ViewerStrings.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/ViewerStrings.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/ViewerStrings.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/ViewerStrings.cpp | |
| [300/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/execute_oscmd.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/execute_oscmd.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/execute_oscmd.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/execute_oscmd.cpp | |
| [301/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/ViewerPrinter.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/ViewerPrinter.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/ViewerPrinter.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/ViewerPrinter.cpp | |
| [302/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/fileholder.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/fileholder.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/fileholder.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/fileholder.cpp | |
| [303/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/usermenu.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/usermenu.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/usermenu.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/usermenu.cpp | |
| [304/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/fldata.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/fldata.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/fldata.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/fldata.cpp | |
| [305/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/viewer.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/viewer.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/viewer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/viewer.cpp | |
| [306/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vmenu.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vmenu.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vmenu.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vmenu.cpp | |
| [307/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/flmodes.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/flmodes.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/flmodes.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/flmodes.cpp | |
| [308/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/flplugin.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/flplugin.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/flplugin.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/flplugin.cpp | |
| [309/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/panel.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/panel.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/panel.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/panel.cpp | |
| [310/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/flshow.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/flshow.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/flshow.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/flshow.cpp | |
| [311/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/infolist.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/infolist.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/infolist.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/infolist.cpp | |
| [312/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/AnsiEsc.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/AnsiEsc.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/AnsiEsc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/AnsiEsc.cpp | |
| [313/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/flupdate.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/flupdate.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/flupdate.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/flupdate.cpp | |
| [314/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/qview.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/qview.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/qview.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/qview.cpp | |
| [315/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/console.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/console.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/console.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/console.cpp | |
| [316/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/filelist.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/filelist.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/filelist.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/filelist.cpp | |
| [317/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/constitle.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/constitle.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/constitle.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/constitle.cpp | |
| [318/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/lockscrn.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/lockscrn.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/lockscrn.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/lockscrn.cpp | |
| [319/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/keyboard.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/keyboard.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/keyboard.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/keyboard.cpp | |
| [320/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/grabber.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/grabber.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/grabber.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/grabber.cpp | |
| [321/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/palette.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/palette.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/palette.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/palette.cpp | |
| [322/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/interf.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/interf.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/interf.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/interf.cpp | |
| [323/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/savescr.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/savescr.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/savescr.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/savescr.cpp | |
| [324/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/panels/treelist.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/panels/treelist.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/panels/treelist.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/treelist.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/panels/treelist.cpp:2076:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(tmp, "tree/%llx-%llx.%s", | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [325/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/scrobj.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/scrobj.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/scrobj.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/scrobj.cpp | |
| [326/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/scrsaver.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/scrsaver.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/scrsaver.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/scrsaver.cpp | |
| [327/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/macro/chgmmode.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/macro/chgmmode.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/macro/chgmmode.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/macro/chgmmode.cpp | |
| [328/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/console/scrbuf.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/console/scrbuf.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/console/scrbuf.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/console/scrbuf.cpp | |
| [329/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/filemask/CFileMask.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/filemask/CFileMask.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/filemask/CFileMask.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask/CFileMask.cpp | |
| [330/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/filemask/FileMasksProcessor.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/filemask/FileMasksProcessor.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/filemask/FileMasksProcessor.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask/FileMasksProcessor.cpp | |
| [331/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/locale/DetectCodepage.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/locale/DetectCodepage.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/locale/DetectCodepage.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/locale/DetectCodepage.cpp | |
| [332/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/filemask/FileMasksWithExclude.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/filemask/FileMasksWithExclude.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/filemask/FileMasksWithExclude.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask/FileMasksWithExclude.cpp | |
| [333/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/macro/syntax.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/macro/syntax.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/macro/syntax.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/macro/syntax.cpp | |
| [334/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/macro/tvar.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/macro/tvar.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/macro/tvar.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/macro/tvar.cpp | |
| [335/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/locale/locale.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/locale/locale.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/locale/locale.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/locale/locale.cpp | |
| [336/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/locale/xlat.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/locale/xlat.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/locale/xlat.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/locale/xlat.cpp | |
| [337/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/locale/codepage.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/locale/codepage.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/locale/codepage.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/locale/codepage.cpp | |
| [338/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/bookmarks/BookmarksLegacy.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/bookmarks/BookmarksLegacy.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/bookmarks/BookmarksLegacy.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks/BookmarksLegacy.cpp | |
| [339/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/cfg/AllXLats.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/cfg/AllXLats.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/cfg/AllXLats.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg/AllXLats.cpp | |
| [340/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/bookmarks/Bookmarks.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/bookmarks/Bookmarks.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/bookmarks/Bookmarks.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks/Bookmarks.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks/Bookmarks.cpp:43:16: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| char sec[32]; sprintf(sec, "%u", index); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks/Bookmarks.cpp:57:16: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| char sec[32]; sprintf(sec, "%u", index); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks/Bookmarks.cpp:79:16: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| char sec[32]; sprintf(sec, "%u", index); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks/Bookmarks.cpp:100:6: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(sec, "%u", dst_index); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 4 warnings generated. | |
| [341/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/bookmarks/BookmarksMenu.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/bookmarks/BookmarksMenu.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/bookmarks/BookmarksMenu.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks/BookmarksMenu.cpp | |
| [342/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/cfg/HotkeyLetterDialog.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/cfg/HotkeyLetterDialog.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/cfg/HotkeyLetterDialog.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg/HotkeyLetterDialog.cpp | |
| [343/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/cfg/ConfigSaveLoad.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/cfg/ConfigSaveLoad.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/cfg/ConfigSaveLoad.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg/ConfigSaveLoad.cpp | |
| [344/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/cfg/ConfigLegacy.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/cfg/ConfigLegacy.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/cfg/ConfigLegacy.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg/ConfigLegacy.cpp | |
| [345/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/cfg/config.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/cfg/config.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/cfg/config.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg/config.cpp | |
| [346/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/hist/poscache.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/hist/poscache.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/hist/poscache.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/hist/poscache.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/hist/poscache.cpp:163:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(key, "Pos%u", i); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/hist/poscache.cpp:211:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(key, "Pos%u", i); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 2 warnings generated. | |
| [347/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/cfg/ConfigRW.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/cfg/ConfigRW.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/cfg/ConfigRW.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg/ConfigRW.cpp | |
| [348/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/cfg/language.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/cfg/language.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/cfg/language.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg/language.cpp | |
| [349/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/hist/history.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/hist/history.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/hist/history.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/hist/history.cpp | |
| [350/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/macro/macro.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/macro/macro.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/macro/macro.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/macro/macro.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/macro/macro.cpp:3348:6: warning: variable 'lenS' set but not used [-Wunused-but-set-variable] | |
| int lenS=StrLength(Src.s()); | |
| ^ | |
| 1 warning generated. | |
| [351/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/plug/plclass.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/plug/plclass.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/plug/plclass.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/plug/plclass.cpp | |
| [352/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/vtshell_leader.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/vtshell_leader.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_leader.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtshell_leader.cpp | |
| [353/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/vtshell_translation.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/vtshell_translation.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_translation.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtshell_translation.cpp | |
| [354/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/plug/PluginW.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/plug/PluginW.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/plug/PluginW.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/plug/PluginW.cpp | |
| [355/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/vtshell_mouse.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/vtshell_mouse.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_mouse.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtshell_mouse.cpp | |
| [356/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/vtshell_compose.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/vtshell_compose.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_compose.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtshell_compose.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtshell_compose.cpp:97:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(name, "vtcmd/%x_%u", getpid(), id); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [357/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/vtshell_ioreaders.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/vtshell_ioreaders.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_ioreaders.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtshell_ioreaders.cpp | |
| [358/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/vtansi.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/vtansi.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/vtansi.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtansi.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtansi.cpp:1101:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf( buf, "\x1b[%d;%dR", Info.dwCursorPosition.Y - Info.srWindow.Top + 1, Info.dwCursorPosition.X + 1); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [359/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/plug/plugapi.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/plug/plugapi.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/plug/plugapi.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/plug/plugapi.cpp | |
| [360/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/plug/plugins.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/plug/plugins.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/plug/plugins.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/plug/plugins.cpp | |
| [361/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/vtshell.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/vtshell.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/vtshell.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtshell.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtshell.cpp:130:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(colorfgbg, "%u;%u", | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [362/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/vtlog.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/vtlog.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/vtlog.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtlog.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtlog.cpp:267:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(name, "farvt_%u-%u-%u_%u-%u-%u.%s", | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [363/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/vtcompletor.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/vtcompletor.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/vtcompletor.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/vtcompletor.cpp | |
| [364/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/base/InterThreadCall.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/base/InterThreadCall.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/base/InterThreadCall.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/base/InterThreadCall.cpp | |
| [365/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/base/farqueue.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/base/farqueue.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/base/farqueue.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/base/farqueue.cpp | |
| [366/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/plug/PluginA.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/plug/PluginA.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/plug/PluginA.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/plug/PluginA.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/plug/PluginA.cpp:361:29: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| StandardFunctions.sprintf=sprintf; | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [367/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/base/SafeMMap.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/base/SafeMMap.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/base/SafeMMap.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/base/SafeMMap.cpp | |
| [368/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/base/farrtl.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/base/farrtl.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/base/farrtl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/base/farrtl.cpp | |
| [369/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/base/DList.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/base/DList.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/base/DList.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/base/DList.cpp | |
| [370/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/base/FARString.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/base/FARString.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/base/FARString.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/base/FARString.cpp | |
| [371/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/vt/VTFar2lExtensios.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/vt/VTFar2lExtensios.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/vt/VTFar2lExtensios.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/vt/VTFar2lExtensios.cpp | |
| [372/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/format.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/format.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/format.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/format.cpp | |
| [373/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/udlist.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/udlist.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/udlist.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/udlist.cpp | |
| [374/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/cddrv.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/cddrv.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/cddrv.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/cddrv.cpp | |
| [375/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/cvtname.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/cvtname.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/cvtname.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/cvtname.cpp | |
| [376/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/chgprior.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/chgprior.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/chgprior.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/chgprior.cpp | |
| [377/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/drivemix.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/drivemix.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/drivemix.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/drivemix.cpp | |
| [378/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/mix.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/mix.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/mix.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/mix.cpp | |
| [379/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/FSFileFlags.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/FSFileFlags.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/FSFileFlags.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/FSFileFlags.cpp | |
| [380/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/ChunkedData.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/ChunkedData.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/ChunkedData.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/ChunkedData.cpp | |
| [381/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/pathmix.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/pathmix.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/pathmix.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/pathmix.cpp | |
| [382/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/panelmix.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/panelmix.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/panelmix.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/panelmix.cpp | |
| [383/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/processname.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/processname.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/processname.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/processname.cpp | |
| [384/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/dirmix.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/dirmix.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/dirmix.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/dirmix.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/dirmix.cpp:307:16: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| char tmp[64]; sprintf(tmp, "%c%u_%u", GOOD_SLASH, (unsigned int)getpid(), (unsigned int)++s_counter); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [385/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names WinPort/src/Backend/TTY/TTYX/CMakeFiles/far2l_ttyx.dir/TTYX.cpp.o -o install/far2l.app/Contents/MacOS/far2l_ttyx.broker utils/libutils.a /opt/homebrew/lib/libX11.dylib /opt/homebrew/lib/libXext.dylib /opt/homebrew/lib/libXi.dylib && : | |
| [386/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/MountInfo.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/MountInfo.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/MountInfo.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/MountInfo.cpp | |
| [387/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/StrCells.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/StrCells.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/StrCells.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/StrCells.cpp | |
| [388/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/FileWriter.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/FileWriter.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/FileWriter.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/io/FileWriter.cpp | |
| [389/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/strmix.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/strmix.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/strmix.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/strmix.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/strmix.cpp:1314:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(buf, "\\x%02x", c); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 1 warning generated. | |
| [390/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/CachedCreds.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/CachedCreds.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/CachedCreds.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/CachedCreds.cpp | |
| [391/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/Writer.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/Writer.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/Writer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/io/Writer.cpp | |
| [392/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/UsedChars.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/UsedChars.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/UsedChars.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/UsedChars.cpp | |
| [393/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/FileInputSource.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/FileInputSource.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/FileInputSource.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/io/FileInputSource.cpp | |
| [394/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/InputSource.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/InputSource.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/InputSource.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/io/InputSource.cpp | |
| [395/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/SharedInputSource.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/SharedInputSource.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/SharedInputSource.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/io/SharedInputSource.cpp | |
| [396/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/StreamWriter.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/StreamWriter.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/StreamWriter.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/io/StreamWriter.cpp | |
| [397/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/KeywordList.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/KeywordList.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/KeywordList.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/KeywordList.cpp | |
| [398/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/FileTypeImpl.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/FileTypeImpl.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/FileTypeImpl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/FileTypeImpl.cpp | |
| [399/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -DUSEUCD -Dfar2l_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/far2l/. -I/tmp/far2l-20230209-37410-18rdj78/far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/far2l/src -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/base -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/mix -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/bookmarks -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/cfg -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/console -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/panels -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/filemask -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/hist -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/locale -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/macro -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/plug -I/tmp/far2l-20230209-37410-18rdj78/far2l/src/vt -I/tmp/far2l-20230209-37410-18rdj78/build/far2l -I/opt/homebrew/include/uchardet -I/tmp/far2l-20230209-37410-18rdj78/far2l/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT far2l/CMakeFiles/far2l.dir/src/mix/RegExp.cpp.o -MF far2l/CMakeFiles/far2l.dir/src/mix/RegExp.cpp.o.d -o far2l/CMakeFiles/far2l.dir/src/mix/RegExp.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/far2l/src/mix/RegExp.cpp | |
| [400/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/Character.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/Character.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/Character.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/Character.cpp | |
| [401/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/CString.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/CString.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/CString.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/CString.cpp | |
| [402/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names far2l/CMakeFiles/far2l.dir/src/cache.cpp.o far2l/CMakeFiles/far2l.dir/src/clipboard.cpp.o far2l/CMakeFiles/far2l.dir/src/cmdline.cpp.o far2l/CMakeFiles/far2l.dir/src/copy.cpp.o far2l/CMakeFiles/far2l.dir/src/ctrlobj.cpp.o far2l/CMakeFiles/far2l.dir/src/datetime.cpp.o far2l/CMakeFiles/far2l.dir/src/delete.cpp.o far2l/CMakeFiles/far2l.dir/src/dialog.cpp.o far2l/CMakeFiles/far2l.dir/src/dirinfo.cpp.o far2l/CMakeFiles/far2l.dir/src/dizlist.cpp.o far2l/CMakeFiles/far2l.dir/src/DialogBuilder.cpp.o far2l/CMakeFiles/far2l.dir/src/dlgedit.cpp.o far2l/CMakeFiles/far2l.dir/src/DlgGuid.cpp.o far2l/CMakeFiles/far2l.dir/src/edit.cpp.o far2l/CMakeFiles/far2l.dir/src/editor.cpp.o far2l/CMakeFiles/far2l.dir/src/execute.cpp.o far2l/CMakeFiles/far2l.dir/src/farwinapi.cpp.o far2l/CMakeFiles/far2l.dir/src/fileattr.cpp.o far2l/CMakeFiles/far2l.dir/src/fileedit.cpp.o far2l/CMakeFiles/far2l.dir/src/filefilter.cpp.o far2l/CMakeFiles/far2l.dir/src/filefilterparams.cpp.o far2l/CMakeFiles/far2l.dir/src/FilesSuggestor.cpp.o far2l/CMakeFiles/far2l.dir/src/fileowner.cpp.o far2l/CMakeFiles/far2l.dir/src/filepanels.cpp.o far2l/CMakeFiles/far2l.dir/src/filestr.cpp.o far2l/CMakeFiles/far2l.dir/src/filetype.cpp.o far2l/CMakeFiles/far2l.dir/src/fileview.cpp.o far2l/CMakeFiles/far2l.dir/src/findfile.cpp.o far2l/CMakeFiles/far2l.dir/src/FindPattern.cpp.o far2l/CMakeFiles/far2l.dir/src/flink.cpp.o far2l/CMakeFiles/far2l.dir/src/fnparce.cpp.o far2l/CMakeFiles/far2l.dir/src/foldtree.cpp.o far2l/CMakeFiles/far2l.dir/src/frame.cpp.o far2l/CMakeFiles/far2l.dir/src/global.cpp.o far2l/CMakeFiles/far2l.dir/src/help.cpp.o far2l/CMakeFiles/far2l.dir/src/hilight.cpp.o far2l/CMakeFiles/far2l.dir/src/hmenu.cpp.o far2l/CMakeFiles/far2l.dir/src/Mounts.cpp.o far2l/CMakeFiles/far2l.dir/src/keybar.cpp.o far2l/CMakeFiles/far2l.dir/src/main.cpp.o far2l/CMakeFiles/far2l.dir/src/manager.cpp.o far2l/CMakeFiles/far2l.dir/src/menubar.cpp.o far2l/CMakeFiles/far2l.dir/src/message.cpp.o far2l/CMakeFiles/far2l.dir/src/mkdir.cpp.o far2l/CMakeFiles/far2l.dir/src/modal.cpp.o far2l/CMakeFiles/far2l.dir/src/namelist.cpp.o far2l/CMakeFiles/far2l.dir/src/options.cpp.o far2l/CMakeFiles/far2l.dir/src/plist.cpp.o far2l/CMakeFiles/far2l.dir/src/rdrwdsk.cpp.o far2l/CMakeFiles/far2l.dir/src/RefreshFrameManager.cpp.o far2l/CMakeFiles/far2l.dir/src/scantree.cpp.o far2l/CMakeFiles/far2l.dir/src/setattr.cpp.o far2l/CMakeFiles/far2l.dir/src/setcolor.cpp.o far2l/CMakeFiles/far2l.dir/src/stddlg.cpp.o far2l/CMakeFiles/far2l.dir/src/synchro.cpp.o far2l/CMakeFiles/far2l.dir/src/syslog.cpp.o far2l/CMakeFiles/far2l.dir/src/TPreRedrawFunc.cpp.o far2l/CMakeFiles/far2l.dir/src/usermenu.cpp.o far2l/CMakeFiles/far2l.dir/src/viewer.cpp.o far2l/CMakeFiles/far2l.dir/src/vmenu.cpp.o far2l/CMakeFiles/far2l.dir/src/execute_oscmd.cpp.o far2l/CMakeFiles/far2l.dir/src/ViewerStrings.cpp.o far2l/CMakeFiles/far2l.dir/src/ViewerPrinter.cpp.o far2l/CMakeFiles/far2l.dir/src/fileholder.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/panel.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/filelist.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/fldata.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/flmodes.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/flplugin.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/flshow.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/flupdate.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/infolist.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/qview.cpp.o far2l/CMakeFiles/far2l.dir/src/panels/treelist.cpp.o far2l/CMakeFiles/far2l.dir/src/console/AnsiEsc.cpp.o far2l/CMakeFiles/far2l.dir/src/console/keyboard.cpp.o far2l/CMakeFiles/far2l.dir/src/console/console.cpp.o far2l/CMakeFiles/far2l.dir/src/console/constitle.cpp.o far2l/CMakeFiles/far2l.dir/src/console/interf.cpp.o far2l/CMakeFiles/far2l.dir/src/console/grabber.cpp.o far2l/CMakeFiles/far2l.dir/src/console/lockscrn.cpp.o far2l/CMakeFiles/far2l.dir/src/console/palette.cpp.o far2l/CMakeFiles/far2l.dir/src/console/savescr.cpp.o far2l/CMakeFiles/far2l.dir/src/console/scrbuf.cpp.o far2l/CMakeFiles/far2l.dir/src/console/scrobj.cpp.o far2l/CMakeFiles/far2l.dir/src/console/scrsaver.cpp.o far2l/CMakeFiles/far2l.dir/src/macro/chgmmode.cpp.o far2l/CMakeFiles/far2l.dir/src/macro/macro.cpp.o far2l/CMakeFiles/far2l.dir/src/macro/syntax.cpp.o far2l/CMakeFiles/far2l.dir/src/macro/tvar.cpp.o far2l/CMakeFiles/far2l.dir/src/filemask/CFileMask.cpp.o far2l/CMakeFiles/far2l.dir/src/filemask/FileMasksProcessor.cpp.o far2l/CMakeFiles/far2l.dir/src/filemask/FileMasksWithExclude.cpp.o far2l/CMakeFiles/far2l.dir/src/locale/codepage.cpp.o far2l/CMakeFiles/far2l.dir/src/locale/DetectCodepage.cpp.o far2l/CMakeFiles/far2l.dir/src/locale/xlat.cpp.o far2l/CMakeFiles/far2l.dir/src/locale/locale.cpp.o far2l/CMakeFiles/far2l.dir/src/bookmarks/Bookmarks.cpp.o far2l/CMakeFiles/far2l.dir/src/bookmarks/BookmarksMenu.cpp.o far2l/CMakeFiles/far2l.dir/src/bookmarks/BookmarksLegacy.cpp.o far2l/CMakeFiles/far2l.dir/src/cfg/AllXLats.cpp.o far2l/CMakeFiles/far2l.dir/src/cfg/config.cpp.o far2l/CMakeFiles/far2l.dir/src/cfg/ConfigSaveLoad.cpp.o far2l/CMakeFiles/far2l.dir/src/cfg/ConfigRW.cpp.o far2l/CMakeFiles/far2l.dir/src/cfg/ConfigLegacy.cpp.o far2l/CMakeFiles/far2l.dir/src/cfg/HotkeyLetterDialog.cpp.o far2l/CMakeFiles/far2l.dir/src/cfg/language.cpp.o far2l/CMakeFiles/far2l.dir/src/hist/history.cpp.o far2l/CMakeFiles/far2l.dir/src/hist/poscache.cpp.o far2l/CMakeFiles/far2l.dir/src/plug/plugapi.cpp.o far2l/CMakeFiles/far2l.dir/src/plug/plugins.cpp.o far2l/CMakeFiles/far2l.dir/src/plug/PluginW.cpp.o far2l/CMakeFiles/far2l.dir/src/plug/PluginA.cpp.o far2l/CMakeFiles/far2l.dir/src/plug/plclass.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/vtansi.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/vtshell.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_translation.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_compose.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_leader.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_ioreaders.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/vtshell_mouse.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/vtlog.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/vtcompletor.cpp.o far2l/CMakeFiles/far2l.dir/src/vt/VTFar2lExtensios.cpp.o far2l/CMakeFiles/far2l.dir/src/base/InterThreadCall.cpp.o far2l/CMakeFiles/far2l.dir/src/base/SafeMMap.cpp.o far2l/CMakeFiles/far2l.dir/src/base/farqueue.cpp.o far2l/CMakeFiles/far2l.dir/src/base/FARString.cpp.o far2l/CMakeFiles/far2l.dir/src/base/farrtl.cpp.o far2l/CMakeFiles/far2l.dir/src/base/DList.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/format.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/udlist.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/cvtname.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/cddrv.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/chgprior.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/MountInfo.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/dirmix.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/drivemix.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/mix.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/panelmix.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/pathmix.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/processname.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/RegExp.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/strmix.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/FSFileFlags.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/StrCells.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/ChunkedData.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/UsedChars.cpp.o far2l/CMakeFiles/far2l.dir/src/mix/CachedCreds.cpp.o -o install/far2l.app/Contents/MacOS/far2l -force_load WinPort/libWinPort.a WinPort/wineguts/libwineguts.a utils/libutils.a -ldl /opt/homebrew/lib/libuchardet.dylib && cd /tmp/far2l-20230209-37410-18rdj78/build/far2l && ln -sf far2l /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/far2l_askpass && ln -sf far2l /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/far2l_sudoapp | |
| [403/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/Encodings.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/Encodings.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/Encodings.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/Encodings.cpp | |
| [404/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/SchemeNode.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/SchemeNode.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/SchemeNode.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/SchemeNode.cpp | |
| [405/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/TextParserHelpers.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/TextParserHelpers.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/TextParserHelpers.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/TextParserHelpers.cpp | |
| [406/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/BitArray.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/BitArray.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/BitArray.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/BitArray.cpp | |
| [407/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/TextParserImpl.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/TextParserImpl.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/TextParserImpl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/TextParserImpl.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/TextParserImpl.cpp:1: | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/TextParserImpl.h:39:8: warning: private field 'first' is not used [-Wunused-private-field] | |
| bool first, invisibleSchemesFilled; | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/TextParserImpl.h:40:8: warning: private field 'drawing' is not used [-Wunused-private-field] | |
| bool drawing, updateCache; | |
| ^ | |
| 2 warnings generated. | |
| [408/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/CustomDrawChar.cpp.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/CustomDrawChar.cpp.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/CustomDrawChar.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/CustomDrawChar.cpp | |
| [409/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/CharacterClass.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/CharacterClass.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/CharacterClass.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/CharacterClass.cpp | |
| [410/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/CatalogParser.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/CatalogParser.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/CatalogParser.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/CatalogParser.cpp | |
| [411/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/pasteboard.mm.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/pasteboard.mm.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/pasteboard.mm.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/Mac/pasteboard.mm | |
| [412/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/ExclusiveHotkeys.cpp.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/ExclusiveHotkeys.cpp.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/ExclusiveHotkeys.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/ExclusiveHotkeys.cpp | |
| [413/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/hide.mm.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/hide.mm.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/hide.mm.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/Mac/hide.mm | |
| [414/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Paint.cpp.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Paint.cpp.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Paint.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/Paint.cpp | |
| [415/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/ParserFactory.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/ParserFactory.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/ParserFactory.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/ParserFactory.cpp | |
| [416/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxWinTranslations.cpp.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxWinTranslations.cpp.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxWinTranslations.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/wxWinTranslations.cpp | |
| [417/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/touchbar.mm.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/touchbar.mm.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/touchbar.mm.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/Mac/touchbar.mm | |
| [418/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dalign_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/align/. -I/tmp/far2l-20230209-37410-18rdj78/align/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/align/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT align/CMakeFiles/align.dir/src/Align.cpp.o -MF align/CMakeFiles/align.dir/src/Align.cpp.o.d -o align/CMakeFiles/align.dir/src/Align.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/align/src/Align.cpp | |
| [419/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxClipboardBackend.cpp.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxClipboardBackend.cpp.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/wxClipboardBackend.cpp | |
| [420/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dautowrap_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/autowrap/. -I/tmp/far2l-20230209-37410-18rdj78/autowrap/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/autowrap/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT autowrap/CMakeFiles/autowrap.dir/src/AutoWrap.cpp.o -MF autowrap/CMakeFiles/autowrap.dir/src/AutoWrap.cpp.o.d -o autowrap/CMakeFiles/autowrap.dir/src/AutoWrap.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/autowrap/src/AutoWrap.cpp | |
| [421/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/align/plug/align.far-plug-wide align/CMakeFiles/align.dir/src/Align.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/align && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/align/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/align | |
| [422/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/autowrap/plug/autowrap.far-plug-wide autowrap/CMakeFiles/autowrap.dir/src/AutoWrap.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/autowrap && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/autowrap/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/autowrap | |
| [423/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DTTMATH_NOASM -DUNICODE -D_UNICODE -Dcalc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/calc/src/shared -I/tmp/far2l-20230209-37410-18rdj78/calc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/calc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT calc/CMakeFiles/calc.dir/src/plugcalc/api-far2.cpp.o -MF calc/CMakeFiles/calc.dir/src/plugcalc/api-far2.cpp.o.d -o calc/CMakeFiles/calc.dir/src/plugcalc/api-far2.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/api-far2.cpp | |
| [424/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DTTMATH_NOASM -DUNICODE -D_UNICODE -Dcalc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/calc/src/shared -I/tmp/far2l-20230209-37410-18rdj78/calc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/calc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT calc/CMakeFiles/calc.dir/src/plugcalc/api.cpp.o -MF calc/CMakeFiles/calc.dir/src/plugcalc/api.cpp.o.d -o calc/CMakeFiles/calc.dir/src/plugcalc/api.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/api.cpp | |
| [425/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DTTMATH_NOASM -DUNICODE -D_UNICODE -Dcalc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/calc/src/shared -I/tmp/far2l-20230209-37410-18rdj78/calc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/calc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT calc/CMakeFiles/calc.dir/src/shared/trex/trex.c.o -MF calc/CMakeFiles/calc.dir/src/shared/trex/trex.c.o.d -o calc/CMakeFiles/calc.dir/src/shared/trex/trex.c.o -c /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/trex/trex.c | |
| [426/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/dockicon.cpp.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/dockicon.cpp.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/dockicon.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/Mac/dockicon.cpp | |
| [427/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/HRCParserImpl.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/HRCParserImpl.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/HRCParserImpl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/parsers/HRCParserImpl.cpp | |
| [428/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DTTMATH_NOASM -DUNICODE -D_UNICODE -Dcalc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/calc/src/shared -I/tmp/far2l-20230209-37410-18rdj78/calc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/calc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT calc/CMakeFiles/calc.dir/src/plugcalc/config.cpp.o -MF calc/CMakeFiles/calc.dir/src/plugcalc/config.cpp.o.d -o calc/CMakeFiles/calc.dir/src/plugcalc/config.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/config.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/config.cpp:19: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:58: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathbig.h:46: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathint.h:48: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathuint.h:53: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathtypes.h:121:11: warning: 'TTMATH_NOASM' macro redefined [-Wmacro-redefined] | |
| #define TTMATH_NOASM | |
| ^ | |
| <command line>:1:9: note: previous definition is here | |
| #define TTMATH_NOASM 1 | |
| ^ | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/config.cpp:19: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:2842: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathparser.h:1432:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(buf, "%d", par); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 2 warnings generated. | |
| [429/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DTTMATH_NOASM -DUNICODE -D_UNICODE -Dcalc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/calc/src/shared -I/tmp/far2l-20230209-37410-18rdj78/calc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/calc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT calc/CMakeFiles/calc.dir/src/plugcalc/syntax.cpp.o -MF calc/CMakeFiles/calc.dir/src/plugcalc/syntax.cpp.o.d -o calc/CMakeFiles/calc.dir/src/plugcalc/syntax.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/syntax.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/syntax.cpp:15: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:58: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathbig.h:46: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathint.h:48: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathuint.h:53: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathtypes.h:121:11: warning: 'TTMATH_NOASM' macro redefined [-Wmacro-redefined] | |
| #define TTMATH_NOASM | |
| ^ | |
| <command line>:1:9: note: previous definition is here | |
| #define TTMATH_NOASM 1 | |
| ^ | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/syntax.cpp:15: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:2842: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathparser.h:1432:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(buf, "%d", par); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 2 warnings generated. | |
| [430/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DTTMATH_NOASM -DUNICODE -D_UNICODE -Dcalc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/calc/src/shared -I/tmp/far2l-20230209-37410-18rdj78/calc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/calc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT calc/CMakeFiles/calc.dir/src/shared/sgml/sgml.cpp.o -MF calc/CMakeFiles/calc.dir/src/shared/sgml/sgml.cpp.o.d -o calc/CMakeFiles/calc.dir/src/shared/sgml/sgml.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/sgml/sgml.cpp | |
| [431/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -Dfar2l_gui_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../.. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/../../../../utils/include -isystem /opt/homebrew/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /opt/homebrew/include/wx-3.2 -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -fobjc-arc -std=c++11 -MD -MT WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxMain.cpp.o -MF WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxMain.cpp.o.d -o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxMain.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WX/wxMain.cpp | |
| [432/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/far2l_gui.so WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Paint.cpp.o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/CustomDrawChar.cpp.o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxMain.cpp.o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxClipboardBackend.cpp.o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/ExclusiveHotkeys.cpp.o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/wxWinTranslations.cpp.o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/touchbar.mm.o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/dockicon.cpp.o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/pasteboard.mm.o WinPort/src/Backend/WX/CMakeFiles/far2l_gui.dir/Mac/hide.mm.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -L/opt/homebrew/lib -framework IOKit -framework Carbon -framework Cocoa -framework QuartzCore -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_core-3.2 -lwx_baseu-3.2 && : | |
| [433/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -DUNICODE -D_UNICODE -D__unix__ -Dcolorer_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2 -I/tmp/far2l-20230209-37410-18rdj78/colorer/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/colorer/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT colorer/CMakeFiles/colorer.dir/src/pcolorer2/StringBuffer.cpp.o -MF colorer/CMakeFiles/colorer.dir/src/pcolorer2/StringBuffer.cpp.o.d -o colorer/CMakeFiles/colorer.dir/src/pcolorer2/StringBuffer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2/StringBuffer.cpp | |
| [434/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -DUNICODE -D_UNICODE -D__unix__ -Dcolorer_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2 -I/tmp/far2l-20230209-37410-18rdj78/colorer/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/colorer/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT colorer/CMakeFiles/colorer.dir/src/pcolorer2/tools.cpp.o -MF colorer/CMakeFiles/colorer.dir/src/pcolorer2/tools.cpp.o.d -o colorer/CMakeFiles/colorer.dir/src/pcolorer2/tools.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2/tools.cpp | |
| [435/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/SString.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/SString.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/SString.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/SString.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/SString.cpp:72:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(text, "%d", no); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/SString.cpp:80:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(text, "%zd", no); //-V111 | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 2 warnings generated. | |
| [436/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DTTMATH_NOASM -DUNICODE -D_UNICODE -Dcalc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/calc/src/shared -I/tmp/far2l-20230209-37410-18rdj78/calc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/calc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT calc/CMakeFiles/calc.dir/src/plugcalc/calc.cpp.o -MF calc/CMakeFiles/calc.dir/src/plugcalc/calc.cpp.o.d -o calc/CMakeFiles/calc.dir/src/plugcalc/calc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/calc.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/calc.cpp:27: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:58: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathbig.h:46: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathint.h:48: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathuint.h:53: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathtypes.h:121:11: warning: 'TTMATH_NOASM' macro redefined [-Wmacro-redefined] | |
| #define TTMATH_NOASM | |
| ^ | |
| <command line>:1:9: note: previous definition is here | |
| #define TTMATH_NOASM 1 | |
| ^ | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/calc.cpp:27: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:2842: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathparser.h:1432:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(buf, "%d", par); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 2 warnings generated. | |
| [437/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/String.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/String.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/String.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/String.cpp | |
| [438/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/UnicodeTools.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/UnicodeTools.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/UnicodeTools.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/unicode/UnicodeTools.cpp | |
| [439/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -DUNICODE -D_UNICODE -D__unix__ -Dcolorer_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2 -I/tmp/far2l-20230209-37410-18rdj78/colorer/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/colorer/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT colorer/CMakeFiles/colorer.dir/src/pcolorer2/ChooseTypeMenu.cpp.o -MF colorer/CMakeFiles/colorer.dir/src/pcolorer2/ChooseTypeMenu.cpp.o.d -o colorer/CMakeFiles/colorer.dir/src/pcolorer2/ChooseTypeMenu.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2/ChooseTypeMenu.cpp | |
| [440/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -DUNICODE -D_UNICODE -D__unix__ -Dcolorer_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2 -I/tmp/far2l-20230209-37410-18rdj78/colorer/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/colorer/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarEditor.cpp.o -MF colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarEditor.cpp.o.d -o colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarEditor.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2/FarEditor.cpp | |
| [441/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -DUNICODE -D_UNICODE -D__unix__ -Dcolorer_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2 -I/tmp/far2l-20230209-37410-18rdj78/colorer/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/colorer/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarHrcSettings.cpp.o -MF colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarHrcSettings.cpp.o.d -o colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarHrcSettings.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2/FarHrcSettings.cpp | |
| [442/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -DUNICODE -D_UNICODE -D__unix__ -Dcolorer_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2 -I/tmp/far2l-20230209-37410-18rdj78/colorer/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/colorer/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarEditorSet.cpp.o -MF colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarEditorSet.cpp.o.d -o colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarEditorSet.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2/FarEditorSet.cpp | |
| [443/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XStr.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XStr.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XStr.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/xml/XStr.cpp | |
| [444/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/viewer/TextConsoleViewer.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/viewer/TextConsoleViewer.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/viewer/TextConsoleViewer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/viewer/TextConsoleViewer.cpp | |
| [445/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/viewer/TextLinesStore.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/viewer/TextLinesStore.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/viewer/TextLinesStore.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/viewer/TextLinesStore.cpp | |
| [446/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/BaseEntityResolver.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/BaseEntityResolver.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/BaseEntityResolver.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/xml/BaseEntityResolver.cpp | |
| [447/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/LocalFileXmlInputSource.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/LocalFileXmlInputSource.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/LocalFileXmlInputSource.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/xml/LocalFileXmlInputSource.cpp | |
| [448/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DTTMATH_NOASM -DUNICODE -D_UNICODE -Dcalc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/calc/src/shared -I/tmp/far2l-20230209-37410-18rdj78/calc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/calc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT calc/CMakeFiles/calc.dir/src/plugcalc/sarg.cpp.o -MF calc/CMakeFiles/calc.dir/src/plugcalc/sarg.cpp.o.d -o calc/CMakeFiles/calc.dir/src/plugcalc/sarg.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.cpp:16: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:58: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathbig.h:46: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathint.h:48: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathuint.h:53: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathtypes.h:121:11: warning: 'TTMATH_NOASM' macro redefined [-Wmacro-redefined] | |
| #define TTMATH_NOASM | |
| ^ | |
| <command line>:1:9: note: previous definition is here | |
| #define TTMATH_NOASM 1 | |
| ^ | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.cpp:16: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:2842: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathparser.h:1432:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(buf, "%d", par); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 2 warnings generated. | |
| [449/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Ddrawline_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/drawline/. -I/tmp/far2l-20230209-37410-18rdj78/drawline/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/drawline/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT drawline/CMakeFiles/drawline.dir/src/DrawLine.cpp.o -MF drawline/CMakeFiles/drawline.dir/src/DrawLine.cpp.o.d -o drawline/CMakeFiles/drawline.dir/src/DrawLine.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/drawline/src/DrawLine.cpp | |
| [450/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/drawline/plug/drawline.far-plug-wide drawline/CMakeFiles/drawline.dir/src/DrawLine.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/drawline && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/drawline/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/drawline | |
| [451/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dcompare_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/compare/. -I/tmp/far2l-20230209-37410-18rdj78/compare/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/compare/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT compare/CMakeFiles/compare.dir/src/Compare.cpp.o -MF compare/CMakeFiles/compare.dir/src/Compare.cpp.o.d -o compare/CMakeFiles/compare.dir/src/Compare.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/compare/src/Compare.cpp | |
| [452/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/SharedXmlInputSource.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/SharedXmlInputSource.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/SharedXmlInputSource.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/xml/SharedXmlInputSource.cpp | |
| [453/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Deditcase_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/editcase/. -I/tmp/far2l-20230209-37410-18rdj78/editcase/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/editcase/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT editcase/CMakeFiles/editcase.dir/src/EditCase.cpp.o -MF editcase/CMakeFiles/editcase.dir/src/EditCase.cpp.o.d -o editcase/CMakeFiles/editcase.dir/src/EditCase.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/editcase/src/EditCase.cpp | |
| [454/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/compare/plug/compare.far-plug-wide compare/CMakeFiles/compare.dir/src/Compare.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/compare && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/compare/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/compare | |
| [455/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/editcase/plug/editcase.far-plug-wide editcase/CMakeFiles/editcase.dir/src/EditCase.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/editcase && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/editcase/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/editcase | |
| [456/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dincsrch_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/incsrch/. -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=gnu11 -MD -MT incsrch/CMakeFiles/incsrch.dir/clip.c.o -MF incsrch/CMakeFiles/incsrch.dir/clip.c.o.d -o incsrch/CMakeFiles/incsrch.dir/clip.c.o -c /tmp/far2l-20230209-37410-18rdj78/incsrch/clip.c | |
| [457/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -D_UNICODE -D__unix__ -Deditorcomp_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/. -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT editorcomp/CMakeFiles/editorcomp.dir/src/editorcomp.cpp.o -MF editorcomp/CMakeFiles/editorcomp.dir/src/editorcomp.cpp.o.d -o editorcomp/CMakeFiles/editorcomp.dir/src/editorcomp.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/editorcomp/src/editorcomp.cpp | |
| [458/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dincsrch_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/incsrch/. -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=gnu11 -MD -MT incsrch/CMakeFiles/incsrch.dir/incsrch.c.o -MF incsrch/CMakeFiles/incsrch.dir/incsrch.c.o.d -o incsrch/CMakeFiles/incsrch.dir/incsrch.c.o -c /tmp/far2l-20230209-37410-18rdj78/incsrch/incsrch.c | |
| [459/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dincsrch_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/incsrch/. -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=gnu11 -MD -MT incsrch/CMakeFiles/incsrch.dir/control.c.o -MF incsrch/CMakeFiles/incsrch.dir/control.c.o.d -o incsrch/CMakeFiles/incsrch.dir/control.c.o -c /tmp/far2l-20230209-37410-18rdj78/incsrch/control.c | |
| [460/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dincsrch_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/incsrch/. -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=gnu11 -MD -MT incsrch/CMakeFiles/incsrch.dir/loc.c.o -MF incsrch/CMakeFiles/incsrch.dir/loc.c.o.d -o incsrch/CMakeFiles/incsrch.dir/loc.c.o -c /tmp/far2l-20230209-37410-18rdj78/incsrch/loc.c | |
| [461/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dincsrch_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/incsrch/. -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=gnu11 -MD -MT incsrch/CMakeFiles/incsrch.dir/search.c.o -MF incsrch/CMakeFiles/incsrch.dir/search.c.o.d -o incsrch/CMakeFiles/incsrch.dir/search.c.o -c /tmp/far2l-20230209-37410-18rdj78/incsrch/search.c | |
| [462/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dincsrch_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/incsrch/. -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=gnu11 -MD -MT incsrch/CMakeFiles/incsrch.dir/util.c.o -MF incsrch/CMakeFiles/incsrch.dir/util.c.o.d -o incsrch/CMakeFiles/incsrch.dir/util.c.o -c /tmp/far2l-20230209-37410-18rdj78/incsrch/util.c | |
| [463/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -D_UNICODE -D__unix__ -Deditorcomp_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/. -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT editorcomp/CMakeFiles/editorcomp.dir/src/Editors.cpp.o -MF editorcomp/CMakeFiles/editorcomp.dir/src/Editors.cpp.o.d -o editorcomp/CMakeFiles/editorcomp.dir/src/Editors.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/editorcomp/src/Editors.cpp | |
| [464/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -D_UNICODE -D__unix__ -Deditorcomp_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/. -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT editorcomp/CMakeFiles/editorcomp.dir/src/Editor.cpp.o -MF editorcomp/CMakeFiles/editorcomp.dir/src/Editor.cpp.o.d -o editorcomp/CMakeFiles/editorcomp.dir/src/Editor.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/editorcomp/src/Editor.cpp | |
| [465/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DUNICODE -D_UNICODE -D__unix__ -Deditorcomp_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/. -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/editorcomp/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT editorcomp/CMakeFiles/editorcomp.dir/src/Settings.cpp.o -MF editorcomp/CMakeFiles/editorcomp.dir/src/Settings.cpp.o.d -o editorcomp/CMakeFiles/editorcomp.dir/src/Settings.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/editorcomp/src/Settings.cpp | |
| [466/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dfilecase_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/filecase/. -I/tmp/far2l-20230209-37410-18rdj78/filecase/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/filecase/../WinPort -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT filecase/CMakeFiles/filecase.dir/src/FileCase.cpp.o -MF filecase/CMakeFiles/filecase.dir/src/FileCase.cpp.o.d -o filecase/CMakeFiles/filecase.dir/src/FileCase.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/filecase/src/FileCase.cpp | |
| [467/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/editorcomp/plug/editorcomp.far-plug-wide editorcomp/CMakeFiles/editorcomp.dir/src/editorcomp.cpp.o editorcomp/CMakeFiles/editorcomp.dir/src/Editor.cpp.o editorcomp/CMakeFiles/editorcomp.dir/src/Editors.cpp.o editorcomp/CMakeFiles/editorcomp.dir/src/Settings.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/editorcomp && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/editorcomp/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/editorcomp | |
| [468/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/filecase/plug/filecase.far-plug-wide filecase/CMakeFiles/filecase.dir/src/FileCase.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/filecase && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/filecase/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/filecase | |
| [469/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XmlInputSource.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XmlInputSource.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XmlInputSource.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/xml/XmlInputSource.cpp | |
| [470/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFAR_DONT_USE_INTERNALS -DUNICODE -DWINPORT_DIRECT -Dincsrch_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../far2l/far2sdk -I/tmp/far2l-20230209-37410-18rdj78/incsrch/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/incsrch/. -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT incsrch/CMakeFiles/incsrch.dir/config.cpp.o -MF incsrch/CMakeFiles/incsrch.dir/config.cpp.o.d -o incsrch/CMakeFiles/incsrch.dir/config.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/incsrch/config.cpp | |
| [471/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Dinside_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/inside/src -I/tmp/far2l-20230209-37410-18rdj78/inside/src/elf -I/tmp/far2l-20230209-37410-18rdj78/inside/src/plain -I/tmp/far2l-20230209-37410-18rdj78/inside/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/inside/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT inside/CMakeFiles/inside.dir/src/inside.cpp.o -MF inside/CMakeFiles/inside.dir/src/inside.cpp.o.d -o inside/CMakeFiles/inside.dir/src/inside.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/inside/src/inside.cpp | |
| [472/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Dinside_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/inside/src -I/tmp/far2l-20230209-37410-18rdj78/inside/src/elf -I/tmp/far2l-20230209-37410-18rdj78/inside/src/plain -I/tmp/far2l-20230209-37410-18rdj78/inside/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/inside/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT inside/CMakeFiles/inside.dir/src/Globals.cpp.o -MF inside/CMakeFiles/inside.dir/src/Globals.cpp.o.d -o inside/CMakeFiles/inside.dir/src/Globals.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/inside/src/Globals.cpp | |
| [473/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/incsrch/plug/incsrch.far-plug-wide incsrch/CMakeFiles/incsrch.dir/clip.c.o incsrch/CMakeFiles/incsrch.dir/control.c.o incsrch/CMakeFiles/incsrch.dir/incsrch.c.o incsrch/CMakeFiles/incsrch.dir/loc.c.o incsrch/CMakeFiles/incsrch.dir/search.c.o incsrch/CMakeFiles/incsrch.dir/util.c.o incsrch/CMakeFiles/incsrch.dir/config.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/incsrch && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy /tmp/far2l-20230209-37410-18rdj78/incsrch/ENG/isrceng.lng /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/incsrch/plug && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy /tmp/far2l-20230209-37410-18rdj78/incsrch/UTF8/isrcrus.lng /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/incsrch/plug && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy /tmp/far2l-20230209-37410-18rdj78/incsrch/ENG/incsrche.hlf /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/incsrch/plug && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy /tmp/far2l-20230209-37410-18rdj78/incsrch/UTF8/incsrchr.hlf /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/incsrch/plug | |
| [474/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Dinside_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/inside/src -I/tmp/far2l-20230209-37410-18rdj78/inside/src/elf -I/tmp/far2l-20230209-37410-18rdj78/inside/src/plain -I/tmp/far2l-20230209-37410-18rdj78/inside/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/inside/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT inside/CMakeFiles/inside.dir/src/ItemList.cpp.o -MF inside/CMakeFiles/inside.dir/src/ItemList.cpp.o.d -o inside/CMakeFiles/inside.dir/src/ItemList.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/inside/src/ItemList.cpp | |
| [475/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Dinside_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/inside/src -I/tmp/far2l-20230209-37410-18rdj78/inside/src/elf -I/tmp/far2l-20230209-37410-18rdj78/inside/src/plain -I/tmp/far2l-20230209-37410-18rdj78/inside/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/inside/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT inside/CMakeFiles/inside.dir/src/Commands.cpp.o -MF inside/CMakeFiles/inside.dir/src/Commands.cpp.o.d -o inside/CMakeFiles/inside.dir/src/Commands.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/inside/src/Commands.cpp | |
| [476/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Dinside_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/inside/src -I/tmp/far2l-20230209-37410-18rdj78/inside/src/elf -I/tmp/far2l-20230209-37410-18rdj78/inside/src/plain -I/tmp/far2l-20230209-37410-18rdj78/inside/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/inside/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT inside/CMakeFiles/inside.dir/src/Storage.cpp.o -MF inside/CMakeFiles/inside.dir/src/Storage.cpp.o.d -o inside/CMakeFiles/inside.dir/src/Storage.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/inside/src/Storage.cpp | |
| [477/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Dinside_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/inside/src -I/tmp/far2l-20230209-37410-18rdj78/inside/src/elf -I/tmp/far2l-20230209-37410-18rdj78/inside/src/plain -I/tmp/far2l-20230209-37410-18rdj78/inside/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/inside/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT inside/CMakeFiles/inside.dir/src/PluginImpl.cpp.o -MF inside/CMakeFiles/inside.dir/src/PluginImpl.cpp.o.d -o inside/CMakeFiles/inside.dir/src/PluginImpl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/inside/src/PluginImpl.cpp | |
| [478/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Dinside_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/inside/src -I/tmp/far2l-20230209-37410-18rdj78/inside/src/elf -I/tmp/far2l-20230209-37410-18rdj78/inside/src/plain -I/tmp/far2l-20230209-37410-18rdj78/inside/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/inside/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT inside/CMakeFiles/inside.dir/src/plain/PluginImplPlain.cpp.o -MF inside/CMakeFiles/inside.dir/src/plain/PluginImplPlain.cpp.o.d -o inside/CMakeFiles/inside.dir/src/plain/PluginImplPlain.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/inside/src/plain/PluginImplPlain.cpp | |
| [479/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/ArcPlg.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/ArcPlg.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/ArcPlg.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/ArcPlg.cpp | |
| [480/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/inside/plug/inside.far-plug-mb inside/CMakeFiles/inside.dir/src/inside.cpp.o inside/CMakeFiles/inside.dir/src/Globals.cpp.o inside/CMakeFiles/inside.dir/src/Commands.cpp.o inside/CMakeFiles/inside.dir/src/ItemList.cpp.o inside/CMakeFiles/inside.dir/src/PluginImpl.cpp.o inside/CMakeFiles/inside.dir/src/Storage.cpp.o inside/CMakeFiles/inside.dir/src/plain/PluginImplPlain.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/inside && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/inside/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/inside | |
| [481/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/MultiArc.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/MultiArc.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/MultiArc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/MultiArc.cpp | |
| [482/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/arcget.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/arcget.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/arcget.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/arcget.cpp | |
| [483/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/arccfg.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/arccfg.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/arccfg.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/arccfg.cpp | |
| [484/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/ArcMix.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/ArcMix.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/ArcMix.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/ArcMix.cpp | |
| [485/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/global.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/global.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/global.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/global.cpp | |
| [486/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/arcput.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/arcput.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/arcput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/arcput.cpp | |
| [487/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/ArcProc.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/ArcProc.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/ArcProc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/ArcProc.cpp | |
| [488/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/rar.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/rar.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/rar.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/rar.cpp | |
| [489/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha.cpp | |
| [490/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DTTMATH_NOASM -DUNICODE -D_UNICODE -Dcalc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/calc/src/shared -I/tmp/far2l-20230209-37410-18rdj78/calc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/calc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT calc/CMakeFiles/calc.dir/src/plugcalc/newparse.cpp.o -MF calc/CMakeFiles/calc.dir/src/plugcalc/newparse.cpp.o.d -o calc/CMakeFiles/calc.dir/src/plugcalc/newparse.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.cpp:20: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:58: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathbig.h:46: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathint.h:48: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathuint.h:53: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathtypes.h:121:11: warning: 'TTMATH_NOASM' macro redefined [-Wmacro-redefined] | |
| #define TTMATH_NOASM | |
| ^ | |
| <command line>:1:9: note: previous definition is here | |
| #define TTMATH_NOASM 1 | |
| ^ | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.cpp:20: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/newparse.h:17: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/plugcalc/sarg.h:10: | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmath.h:2842: | |
| /tmp/far2l-20230209-37410-18rdj78/calc/src/shared/ttmath/ttmathparser.h:1432:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(buf, "%d", par); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 2 warnings generated. | |
| [491/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/arj/arj.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/arj/arj.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/arj/arj.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/arj/arj.cpp | |
| [492/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/arcread.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/arcread.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/arcread.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/arcread.cpp | |
| [493/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/arccmd.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/arccmd.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/arccmd.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/arccmd.cpp | |
| [494/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/calc/plug/calc.far-plug-wide calc/CMakeFiles/calc.dir/src/plugcalc/api.cpp.o calc/CMakeFiles/calc.dir/src/plugcalc/api-far2.cpp.o calc/CMakeFiles/calc.dir/src/plugcalc/calc.cpp.o calc/CMakeFiles/calc.dir/src/plugcalc/config.cpp.o calc/CMakeFiles/calc.dir/src/plugcalc/newparse.cpp.o calc/CMakeFiles/calc.dir/src/plugcalc/sarg.cpp.o calc/CMakeFiles/calc.dir/src/plugcalc/syntax.cpp.o calc/CMakeFiles/calc.dir/src/shared/sgml/sgml.cpp.o calc/CMakeFiles/calc.dir/src/shared/trex/trex.c.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l && cd /tmp/far2l-20230209-37410-18rdj78/build/calc && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/calc/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/calc/plug | |
| [495/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ace/ace.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ace/ace.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ace/ace.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ace/ace.cpp | |
| [496/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/threadpool.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/threadpool.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/threadpool.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/threadpool.cpp | |
| [497/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/arc/arc.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/arc/arc.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/arc/arc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/arc/arc.cpp | |
| [498/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/scantree.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/scantree.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/scantree.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/scantree.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/scantree.cpp:226:51: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (Name[0]=='.' && (Name[1]==0 || Name[1]=='.' && Name[2]==0)) | |
| ~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/scantree.cpp:226:51: note: place parentheses around the '&&' expression to silence this warning | |
| if (Name[0]=='.' && (Name[1]==0 || Name[1]=='.' && Name[2]==0)) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/scantree.cpp:265:36: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| FolderWildcards && Recurse!=RECURSE_DISABLE || | |
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/scantree.cpp:265:36: note: place parentheses around the '&&' expression to silence this warning | |
| FolderWildcards && Recurse!=RECURSE_DISABLE || | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/scantree.cpp:266:30: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| Wildcards && Recurse==RECURSE_WILDCARDS || | |
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/scantree.cpp:266:30: note: place parentheses around the '&&' expression to silence this warning | |
| Wildcards && Recurse==RECURSE_WILDCARDS || | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/scantree.cpp:267:35: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| ScanEntireDisk && Recurse!=RECURSE_DISABLE); | |
| ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/scantree.cpp:267:35: note: place parentheses around the '&&' expression to silence this warning | |
| ScanEntireDisk && Recurse!=RECURSE_DISABLE); | |
| ^ | |
| ( ) | |
| 4 warnings generated. | |
| [499/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/crc.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/crc.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/crc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crc.cpp | |
| [500/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/sha1.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/sha1.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/sha1.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/sha1.cpp | |
| [501/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/hash.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/hash.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/hash.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/hash.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/hash.cpp:33:24: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (Type==HASH_RAR14 && cmp.Type==HASH_RAR14 || | |
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/hash.cpp:33:24: note: place parentheses around the '&&' expression to silence this warning | |
| if (Type==HASH_RAR14 && cmp.Type==HASH_RAR14 || | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/hash.cpp:34:24: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| Type==HASH_CRC32 && cmp.Type==HASH_CRC32) | |
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/hash.cpp:34:24: note: place parentheses around the '&&' expression to silence this warning | |
| Type==HASH_CRC32 && cmp.Type==HASH_CRC32) | |
| ^ | |
| ( ) | |
| 2 warnings generated. | |
| [502/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/strlist.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/strlist.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/strlist.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/strlist.cpp | |
| [503/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/resource.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/resource.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/resource.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/resource.cpp | |
| [504/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/consio.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/consio.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/consio.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/consio.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/consio.cpp:8:11: warning: unused variable 'MaxMsgSize' [-Wunused-const-variable] | |
| const int MaxMsgSize=2*NM+2048; | |
| ^ | |
| 1 warning generated. | |
| [505/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rs16.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rs16.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rs16.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rs16.cpp | |
| [506/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/secpassword.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/secpassword.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/secpassword.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/secpassword.cpp | |
| [507/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/zip/zip.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/zip/zip.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/zip/zip.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/zip/zip.cpp | |
| [508/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/qopen.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/qopen.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/qopen.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/qopen.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/qopen.cpp:290:8: warning: unused variable 'Flags' [-Wunused-variable] | |
| uint Flags=(uint)Raw.GetV(); | |
| ^ | |
| 1 warning generated. | |
| [509/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/timefn.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/timefn.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/timefn.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/timefn.cpp | |
| [510/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/encname.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/encname.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/encname.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/encname.cpp | |
| [511/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rawread.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rawread.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rawread.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rawread.cpp | |
| [512/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/lzh/lzh.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/lzh/lzh.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/lzh/lzh.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/lzh/lzh.cpp | |
| [513/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/sha256.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/sha256.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/sha256.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/sha256.cpp | |
| [514/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filcreat.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filcreat.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filcreat.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/filcreat.cpp | |
| [515/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filefn.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filefn.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filefn.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/filefn.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/filefn.cpp:383:9: warning: variable 'TotalRead' set but not used [-Wunused-but-set-variable] | |
| int64 TotalRead=0; | |
| ^ | |
| 1 warning generated. | |
| [516/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/strfn.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/strfn.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/strfn.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/strfn.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/strfn.cpp:173:18: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| return ch>='A' && ch<='Z' || ch>='a' && ch<='z'; | |
| ~~~~~~~~^~~~~~~~~~ ~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/strfn.cpp:173:18: note: place parentheses around the '&&' expression to silence this warning | |
| return ch>='A' && ch<='Z' || ch>='a' && ch<='z'; | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/strfn.cpp:173:40: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| return ch>='A' && ch<='Z' || ch>='a' && ch<='z'; | |
| ~~ ~~~~~~~~^~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/strfn.cpp:173:40: note: place parentheses around the '&&' expression to silence this warning | |
| return ch>='A' && ch<='Z' || ch>='a' && ch<='z'; | |
| ^ | |
| ( ) | |
| 2 warnings generated. | |
| [517/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/file.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/file.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/file.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/file.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/file.cpp:31:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/file.cpp:183:8: warning: unused variable 'ShareRead' [-Wunused-variable] | |
| bool ShareRead=(Mode & FMF_SHAREREAD)!=0 || File::OpenShared; | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/file.cpp:405:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/file.cpp:581:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| 4 warnings generated. | |
| [518/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/headers.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/headers.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/headers.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/headers.cpp | |
| [519/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rijndael.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rijndael.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rijndael.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rijndael.cpp | |
| [520/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/options.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/options.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/options.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/options.cpp | |
| [521/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/system.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/system.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/system.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/system.cpp | |
| [522/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rar.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rar.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rar.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rar.cpp | |
| [523/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/volume.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/volume.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/volume.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/volume.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/volume.cpp:22:25: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| hd->UnpVer>=20 && hd->FileHash.CRC32!=0xffffffff; | |
| ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/volume.cpp:22:25: note: place parentheses around the '&&' expression to silence this warning | |
| hd->UnpVer>=20 && hd->FileHash.CRC32!=0xffffffff; | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/volume.cpp:238:44: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (DllVolAborted || Cmd->Callback==NULL && Cmd->ChangeVolProc==NULL) | |
| ~~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/volume.cpp:238:44: note: place parentheses around the '&&' expression to silence this warning | |
| if (DllVolAborted || Cmd->Callback==NULL && Cmd->ChangeVolProc==NULL) | |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 2 warnings generated. | |
| [524/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/blake2s.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/blake2s.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/blake2s.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/blake2s.cpp | |
| [525/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/ui.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/ui.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/ui.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/ui.cpp | |
| [526/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/recvol.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/recvol.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/recvol.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/recvol.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/recvol.cpp:3: | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/recvol3.cpp:96:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/recvol3.cpp:231:25: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (RecVolNumber!=0 && RecVolNumber!=P[1] || FileNumber!=0 && FileNumber!=P[2]) | |
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/recvol3.cpp:231:25: note: place parentheses around the '&&' expression to silence this warning | |
| if (RecVolNumber!=0 && RecVolNumber!=P[1] || FileNumber!=0 && FileNumber!=P[2]) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/recvol3.cpp:231:64: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (RecVolNumber!=0 && RecVolNumber!=P[1] || FileNumber!=0 && FileNumber!=P[2]) | |
| ~~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/recvol3.cpp:231:64: note: place parentheses around the '&&' expression to silence this warning | |
| if (RecVolNumber!=0 && RecVolNumber!=P[1] || FileNumber!=0 && FileNumber!=P[2]) | |
| ^ | |
| ( ) | |
| 3 warnings generated. | |
| [527/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DCOLORER_FEATURE_HTTPINPUTSOURCE=FALSE -DCOLORER_FEATURE_JARINPUTSOURCE=FALSE -DNOGDI -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -D__unix__ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XmlParserErrorHandler.cpp.o -MF Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XmlParserErrorHandler.cpp.o.d -o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XmlParserErrorHandler.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/colorer/xml/XmlParserErrorHandler.cpp | |
| [528/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filestr.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filestr.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filestr.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/filestr.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/filestr.cpp:19:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| 1 warning generated. | |
| [529/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/list.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/list.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/list.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:56:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:89:18: warning: 15 enumeration values not handled in switch: 'HEAD_MARK', 'HEAD_MAIN', 'HEAD_CRYPT'... [-Wswitch] | |
| switch(HeaderType) | |
| ^~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:89:18: note: add missing switch cases | |
| switch(HeaderType) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:141:11: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:148:46: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| Arc.GetHeaderType()==HEAD_ENDARC && Arc.EndArcHead.NextVolume) && | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:148:46: note: place parentheses around the '&&' expression to silence this warning | |
| Arc.GetHeaderType()==HEAD_ENDARC && Arc.EndArcHead.NextVolume) && | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:267:16: warning: enumeration value 'FSREDIR_NONE' not handled in switch [-Wswitch] | |
| switch(hd.RedirType) | |
| ^~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:267:16: note: add missing switch cases | |
| switch(hd.RedirType) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:301:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/list.cpp:310:10: warning: unused variable 'WinTitles' [-Wunused-variable] | |
| bool WinTitles=false; | |
| ^ | |
| 7 warnings generated. | |
| [530/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/extinfo.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/extinfo.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/extinfo.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extinfo.cpp | |
| [531/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/find.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/find.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/find.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/find.cpp | |
| [532/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/smallfn.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/smallfn.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/smallfn.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/smallfn.cpp | |
| [533/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/crypt.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/crypt.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/crypt.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt.cpp:7: | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt3.cpp:8:21: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| (Salt==NULL && !KDF3Cache[I].SaltPresent || Salt!=NULL && | |
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt3.cpp:8:21: note: place parentheses around the '&&' expression to silence this warning | |
| (Salt==NULL && !KDF3Cache[I].SaltPresent || Salt!=NULL && | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt3.cpp:9:34: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| KDF3Cache[I].SaltPresent && memcmp(KDF3Cache[I].Salt,Salt,SIZE_SALT30)==0)) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt3.cpp:9:34: note: place parentheses around the '&&' expression to silence this warning | |
| KDF3Cache[I].SaltPresent && memcmp(KDF3Cache[I].Salt,Salt,SIZE_SALT30)==0)) | |
| ^ | |
| ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt.cpp:33:10: warning: enumeration value 'CRYPT_NONE' not handled in switch [-Wswitch] | |
| switch(Method) | |
| ^~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt.cpp:33:10: note: add missing switch cases | |
| switch(Method) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt.cpp:69:10: warning: enumeration value 'CRYPT_NONE' not handled in switch [-Wswitch] | |
| switch(Method) | |
| ^~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/crypt.cpp:69:10: note: add missing switch cases | |
| switch(Method) | |
| ^ | |
| 4 warnings generated. | |
| [534/710] : && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E rm -f Colorer-library/src/libcolorer.a && /usr/bin/ar qc Colorer-library/src/libcolorer.a Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/common/Colorer.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/common/Exception.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/cregexp/cregexp.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/editor/BaseEditor.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/editor/Outliner.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/LineRegionsCompactSupport.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/LineRegionsSupport.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/RegionMapperImpl.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/StyledHRDMapper.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/handlers/TextHRDMapper.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/FileInputSource.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/FileWriter.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/InputSource.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/SharedInputSource.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/StreamWriter.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/io/Writer.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/CatalogParser.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/FileTypeImpl.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/HRCParserImpl.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/KeywordList.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/ParserFactory.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/SchemeNode.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/TextParserHelpers.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/parsers/TextParserImpl.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/BitArray.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/CString.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/Character.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/CharacterClass.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/Encodings.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/SString.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/String.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/unicode/UnicodeTools.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/viewer/TextConsoleViewer.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/viewer/TextLinesStore.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/BaseEntityResolver.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/LocalFileXmlInputSource.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/SharedXmlInputSource.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XStr.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XmlInputSource.cpp.o Colorer-library/src/CMakeFiles/colorer_lib.dir/colorer/xml/XmlParserErrorHandler.cpp.o && /usr/bin/ranlib Colorer-library/src/libcolorer.a && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E touch Colorer-library/src/libcolorer.a && : | |
| [535/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/global.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/global.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/global.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/global.cpp | |
| [536/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/getbits.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/getbits.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/getbits.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/getbits.cpp | |
| [537/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/cmddata.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/cmddata.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/cmddata.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmddata.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmddata.cpp:3: | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:202:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else // Condition matched. | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:212:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else // Condition matched. | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:222:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else // Condition matched. | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:232:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else // Condition matched. | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:242:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else // Condition matched. | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:252:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else // Condition matched. | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:290:61: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if ((FileHead.FileAttr & ExclFileAttr)!=0 || FileHead.Dir && ExclDir) | |
| ~~ ~~~~~~~~~~~~~^~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:290:61: note: place parentheses around the '&&' expression to silence this warning | |
| if ((FileHead.FileAttr & ExclFileAttr)!=0 || FileHead.Dir && ExclDir) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:292:37: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (InclAttrSet && (!FileHead.Dir && (FileHead.FileAttr & InclFileAttr)==0 || | |
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:292:37: note: place parentheses around the '&&' expression to silence this warning | |
| if (InclAttrSet && (!FileHead.Dir && (FileHead.FileAttr & InclFileAttr)==0 || | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:293:20: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| FileHead.Dir && !InclDir)) | |
| ~~~~~~~~~~~~~^~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmdfilter.cpp:293:20: note: place parentheses around the '&&' expression to silence this warning | |
| FileHead.Dir && !InclDir)) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmddata.cpp:814:17: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmddata.cpp:940:38: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (Command[0]!=0 && Command[1]!=0 && wcschr(SingleCharCommands,Command[0])!=NULL || *ArcName==0) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/cmddata.cpp:940:38: note: place parentheses around the '&&' expression to silence this warning | |
| if (Command[0]!=0 && Command[1]!=0 && wcschr(SingleCharCommands,Command[0])!=NULL || *ArcName==0) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 11 warnings generated. | |
| [538/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/unicode.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/unicode.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/unicode.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unicode.cpp | |
| [539/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/errhnd.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/errhnd.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/errhnd.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/errhnd.cpp | |
| [540/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rarvm.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rarvm.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rarvm.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarvm.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarvm.cpp:55:5: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
| 53, 0xad576887, VMSF_E8, | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| { } | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarvm.cpp:56:5: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
| 57, 0x3cd7e57e, VMSF_E8E9, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
| { } | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarvm.cpp:57:4: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
| 120, 0x3769893f, VMSF_ITANIUM, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| { } | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarvm.cpp:58:5: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
| 29, 0x0e06077d, VMSF_DELTA, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| { } | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarvm.cpp:59:4: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
| 149, 0x1c2c5dc8, VMSF_RGB, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
| { } | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarvm.cpp:60:4: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
| 216, 0xbc85e701, VMSF_AUDIO | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| { } | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarvm.cpp:124:10: warning: enumeration value 'VMSF_NONE' not handled in switch [-Wswitch] | |
| switch(FilterType) | |
| ^~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarvm.cpp:124:10: note: add missing switch cases | |
| switch(FilterType) | |
| ^ | |
| 7 warnings generated. | |
| [541/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rs.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rs.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rs.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rs.cpp | |
| [542/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/match.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/match.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/match.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/match.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/match.cpp:54:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| 1 warning generated. | |
| [543/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/pathfn.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/pathfn.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/pathfn.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:454:64: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (strchr(Extended ? "?*<>|\"":"?*",*s)!=NULL || Extended && (byte)*s<32) | |
| ~~ ~~~~~~~~~^~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:454:64: note: place parentheses around the '&&' expression to silence this warning | |
| if (strchr(Extended ? "?*<>|\"":"?*",*s)!=NULL || Extended && (byte)*s<32) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:475:66: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (wcschr(Extended ? L"?*<>|\"":L"?*",*s)!=NULL || Extended && (uint)*s<32) | |
| ~~ ~~~~~~~~~^~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:475:66: note: place parentheses around the '&&' expression to silence this warning | |
| if (wcschr(Extended ? L"?*<>|\"":L"?*",*s)!=NULL || Extended && (uint)*s<32) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:765:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:773:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[0],"%04u",rlt.Year); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:774:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[1],"%02u",rlt.Month); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:775:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[2],"%02u",rlt.Day); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:776:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[3],"%02u",rlt.Hour); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:777:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[4],"%02u",rlt.Minute); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:778:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[5],"%02u",rlt.Second); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:779:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[6],"%02u",(uint)CurWeek); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:780:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[7],"%u",(uint)WeekDay+1); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:781:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[8],"%03u",rlt.yDay+1); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/pathfn.cpp:782:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Field[9],"%05u",ArcNumber); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 13 warnings generated. | |
| [544/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/archive.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/archive.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/archive.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/archive.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/archive.cpp:3: | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arccmt.cpp:53:24: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (Format==RARFMT14 && MainHead.PackComment || Format!=RARFMT14 && CommHead.Method!=0x30) | |
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arccmt.cpp:53:24: note: place parentheses around the '&&' expression to silence this warning | |
| if (Format==RARFMT14 && MainHead.PackComment || Format!=RARFMT14 && CommHead.Method!=0x30) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arccmt.cpp:53:68: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (Format==RARFMT14 && MainHead.PackComment || Format!=RARFMT14 && CommHead.Method!=0x30) | |
| ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arccmt.cpp:53:68: note: place parentheses around the '&&' expression to silence this warning | |
| if (Format==RARFMT14 && MainHead.PackComment || Format!=RARFMT14 && CommHead.Method!=0x30) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/archive.cpp:106:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/archive.cpp:206:46: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| StartFound=Type==HEAD_MAIN || SilentOpen && Type==HEAD_CRYPT; | |
| ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/archive.cpp:206:46: note: place parentheses around the '&&' expression to silence this warning | |
| StartFound=Type==HEAD_MAIN || SilentOpen && Type==HEAD_CRYPT; | |
| ^ | |
| ( ) | |
| 4 warnings generated. | |
| [545/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/dll.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/dll.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/dll.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/dll.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/dll.cpp:223:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/dll.cpp:332:29: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| Operation==RAR_SKIP && !Data->Arc.Solid) | |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/dll.cpp:332:29: note: place parentheses around the '&&' expression to silence this warning | |
| Operation==RAR_SKIP && !Data->Arc.Solid) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/dll.cpp:341:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| 3 warnings generated. | |
| [546/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rarpch.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rarpch.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rarpch.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rarpch.cpp | |
| [547/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rdwrfn.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rdwrfn.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rdwrfn.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rdwrfn.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rdwrfn.cpp:125:36: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| (ReadSize==0 || Decryption && (TotalRead & CRYPT_BLOCK_MASK) != 0) ) | |
| ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/rdwrfn.cpp:125:36: note: place parentheses around the '&&' expression to silence this warning | |
| (ReadSize==0 || Decryption && (TotalRead & CRYPT_BLOCK_MASK) != 0) ) | |
| ^ | |
| ( ) | |
| 1 warning generated. | |
| [548/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma86Dec.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma86Dec.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma86Dec.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Lzma86Dec.c | |
| [549/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7Dec.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7Dec.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7Dec.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Ppmd7Dec.c | |
| [550/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/BraIA64.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/BraIA64.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/BraIA64.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/BraIA64.c | |
| [551/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zDec.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zDec.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zDec.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/7zDec.c | |
| [552/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/7zMain.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/7zMain.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/7zMain.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/7zMain.c | |
| [553/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha1.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha1.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha1.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Sha1.c | |
| [554/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Xz.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Xz.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Xz.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Xz.c | |
| [555/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/extract.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/extract.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/extract.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:74:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:239:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:271:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:298:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:419:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:608:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:677:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:692:52: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (!LinkSuccess || Arc.Format==RARFMT15 && !FileCreateMode) | |
| ~~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:692:52: note: place parentheses around the '&&' expression to silence this warning | |
| if (!LinkSuccess || Arc.Format==RARFMT15 && !FileCreateMode) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:707:11: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:786:82: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| (!LinkEntry || SetAttrOnly || Arc.FileHead.RedirType==FSREDIR_FILECOPY && LinkSuccess) && | |
| ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:786:82: note: place parentheses around the '&&' expression to silence this warning | |
| (!LinkEntry || SetAttrOnly || Arc.FileHead.RedirType==FSREDIR_FILECOPY && LinkSuccess) && | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:844:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:885:9: warning: variable 'CopySize' set but not used [-Wunused-but-set-variable] | |
| int64 CopySize=0; | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:923:12: warning: enumeration value 'APPENDARCNAME_NONE' not handled in switch [-Wswitch] | |
| switch(Cmd->AppendArcNameToPath) | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/extract.cpp:923:12: note: add missing switch cases | |
| switch(Cmd->AppendArcNameToPath) | |
| ^ | |
| 13 warnings generated. | |
| [556/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma2Dec.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma2Dec.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma2Dec.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Lzma2Dec.c | |
| [557/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zCrcOpt.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zCrcOpt.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zCrcOpt.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/7zCrcOpt.c | |
| [558/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bra86.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bra86.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bra86.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Bra86.c | |
| [559/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zAlloc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zAlloc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zAlloc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/7zAlloc.c | |
| [560/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaLib.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaLib.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaLib.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/LzmaLib.c | |
| [561/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/BwtSort.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/BwtSort.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/BwtSort.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/BwtSort.c | |
| [562/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zBuf.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zBuf.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zBuf.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/7zBuf.c | |
| [563/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/HuffEnc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/HuffEnc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/HuffEnc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/HuffEnc.c | |
| [564/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/AesOpt.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/AesOpt.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/AesOpt.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/AesOpt.c | |
| '++crypto' is not a recognized feature for this target (ignoring feature) | |
| '++crypto' is not a recognized feature for this target (ignoring feature) | |
| [565/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zBuf2.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zBuf2.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zBuf2.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/7zBuf2.c | |
| [566/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma86Enc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma86Enc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma86Enc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Lzma86Enc.c | |
| [567/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Alloc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Alloc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Alloc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Alloc.c | |
| [568/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzCrc64.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzCrc64.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzCrc64.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/XzCrc64.c | |
| [569/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zCrc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zCrc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zCrc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/7zCrc.c | |
| [570/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bcj2.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bcj2.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bcj2.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Bcj2.c | |
| [571/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/arcread.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/arcread.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/arcread.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:17:10: warning: enumeration values 'RARFMT_NONE' and 'RARFMT_FUTURE' not handled in switch [-Wswitch] | |
| switch(Format) | |
| ^~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:17:10: note: add missing switch cases | |
| switch(Format) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:187:10: warning: 13 enumeration values not handled in switch: 'HEAD_MARK', 'HEAD_MAIN', 'HEAD_FILE'... [-Wswitch] | |
| switch(ShortBlock.HeaderType) | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:187:10: note: add missing switch cases | |
| switch(ShortBlock.HeaderType) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:706:10: warning: 12 enumeration values not handled in switch: 'HEAD_MARK', 'HEAD3_MARK', 'HEAD3_MAIN'... [-Wswitch] | |
| switch(ShortBlock.HeaderType) | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:706:10: note: add missing switch cases | |
| switch(ShortBlock.HeaderType) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:1086:15: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:1091:15: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:1096:15: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:1375:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:1414:29: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (*s=='/' || *s=='\\' && Format!=RARFMT50) | |
| ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:1414:29: note: place parentheses around the '&&' expression to silence this warning | |
| if (*s=='/' || *s=='\\' && Format!=RARFMT50) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/arcread.cpp:1473:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| 9 warnings generated. | |
| [572/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Aes.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Aes.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Aes.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Aes.c | |
| [573/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzEnc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzEnc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzEnc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/XzEnc.c | |
| [574/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zFile.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zFile.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zFile.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/7zFile.c | |
| [575/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DSPDLOG_DISABLE_TID_CACHING -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_NO_THREAD_ID -DSPDLOG_NO_TLS -DUNICODE -D_UNICODE -D__unix__ -Dcolorer_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/Colorer-library/src/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2 -I/tmp/far2l-20230209-37410-18rdj78/colorer/src -I/tmp/far2l-20230209-37410-18rdj78/colorer/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/colorer/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT colorer/CMakeFiles/colorer.dir/src/pcolorer2/pcolorer.cpp.o -MF colorer/CMakeFiles/colorer.dir/src/pcolorer2/pcolorer.cpp.o.d -o colorer/CMakeFiles/colorer.dir/src/pcolorer2/pcolorer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/colorer/src/pcolorer2/pcolorer.cpp | |
| [576/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Delta.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Delta.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Delta.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Delta.c | |
| [577/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bcj2Enc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bcj2Enc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bcj2Enc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Bcj2Enc.c | |
| [578/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8Enc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8Enc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8Enc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Ppmd8Enc.c | |
| [579/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zStream.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zStream.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zStream.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/7zStream.c | |
| [580/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7Enc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7Enc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7Enc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Ppmd7Enc.c | |
| [581/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/7z.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/7z.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/7z.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/7z.cpp | |
| [582/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzCrc64Opt.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzCrc64Opt.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzCrc64Opt.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/XzCrc64Opt.c | |
| [583/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8Dec.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8Dec.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8Dec.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Ppmd8Dec.c | |
| [584/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzDec.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzDec.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzDec.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/XzDec.c | |
| [585/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/CpuArch.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/CpuArch.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/CpuArch.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/CpuArch.c | |
| [586/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzIn.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzIn.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzIn.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/XzIn.c | |
| [587/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/colorer/plug/colorer.far-plug-wide colorer/CMakeFiles/colorer.dir/src/pcolorer2/ChooseTypeMenu.cpp.o colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarEditor.cpp.o colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarEditorSet.cpp.o colorer/CMakeFiles/colorer.dir/src/pcolorer2/FarHrcSettings.cpp.o colorer/CMakeFiles/colorer.dir/src/pcolorer2/pcolorer.cpp.o colorer/CMakeFiles/colorer.dir/src/pcolorer2/StringBuffer.cpp.o colorer/CMakeFiles/colorer.dir/src/pcolorer2/tools.cpp.o /opt/homebrew/lib/libxerces-c.dylib /opt/homebrew/lib/libfmt.dylib utils/libutils.a Colorer-library/src/libcolorer.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l /opt/homebrew/lib/libxerces-c.dylib && cd /tmp/far2l-20230209-37410-18rdj78/build/colorer && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/colorer/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/colorer | |
| [588/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Ppmd8.c | |
| [589/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha256.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha256.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha256.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Sha256.c | |
| [590/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma2Enc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma2Enc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma2Enc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Lzma2Enc.c | |
| [591/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sort.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sort.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sort.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Sort.c | |
| [592/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bra.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bra.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bra.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Bra.c | |
| [593/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzFindOpt.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzFindOpt.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzFindOpt.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/LzFindOpt.c | |
| [594/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Blake2s.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Blake2s.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Blake2s.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Blake2s.c | |
| [595/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Ppmd7.c | |
| [596/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7aDec.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7aDec.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7aDec.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Ppmd7aDec.c | |
| [597/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha1Opt.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha1Opt.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha1Opt.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Sha1Opt.c | |
| '++crypto' is not a recognized feature for this target (ignoring feature) | |
| '++crypto' is not a recognized feature for this target (ignoring feature) | |
| [598/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha256Opt.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha256Opt.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha256Opt.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/Sha256Opt.c | |
| '++crypto' is not a recognized feature for this target (ignoring feature) | |
| '++crypto' is not a recognized feature for this target (ignoring feature) | |
| [599/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/acoder.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/acoder.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/acoder.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/acoder.c | |
| [600/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/archive.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/archive.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/archive.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/archive.c | |
| [601/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/cpy.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/cpy.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/cpy.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/cpy.c | |
| [602/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/error.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/error.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/error.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/error.c | |
| [603/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaDec.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaDec.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaDec.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/LzmaDec.c | |
| [604/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/haio.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/haio.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/haio.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/haio.c | |
| [605/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/info.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/info.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/info.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/info.c | |
| [606/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/asc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/asc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/asc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/asc.c | |
| [607/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/ha.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/ha.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/ha.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/ha.c | |
| [608/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/misc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/misc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/misc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/misc.c | |
| [609/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/machine.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/machine.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/machine.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/machine.c | |
| [610/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/swdict.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/swdict.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/swdict.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/swdict.c | |
| [611/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzFind.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzFind.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzFind.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/LzFind.c | |
| [612/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/hsc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/hsc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/hsc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/ha/ha/hsc.c | |
| [613/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zArcIn.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zArcIn.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zArcIn.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/7zArcIn.c | |
| [614/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/unpack.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/unpack.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/unpack.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack.cpp | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack.cpp:11: | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack15.cpp:301:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack15.cpp:309:42: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| if (OldAvr3 > 0xb0 || AvrPlc >= 0x2a00 && OldAvr2 < 0x40) | |
| ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack15.cpp:309:42: note: place parentheses around the '&&' expression to silence this warning | |
| if (OldAvr3 > 0xb0 || AvrPlc >= 0x2a00 && OldAvr2 < 0x40) | |
| ^ | |
| ( ) | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack.cpp:12: | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack20.cpp:265:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack.cpp:14: | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack30.cpp:583:31: warning: unused variable 'ParentPrg' [-Wunused-variable] | |
| VM_PreparedProgram *ParentPrg=&Filters30[NextFilter->ParentFilter]->Prg; | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack30.cpp:561:29: warning: unused variable 'ParentPrg' [-Wunused-variable] | |
| VM_PreparedProgram *ParentPrg=&Filters30[flt->ParentFilter]->Prg; | |
| ^ | |
| In file included from /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack.cpp:15: | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack50.cpp:30:73: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| Inp.InAddr==BlockHeader.BlockStart+BlockHeader.BlockSize-1 && | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack50.cpp:30:73: note: place parentheses around the '&&' expression to silence this warning | |
| Inp.InAddr==BlockHeader.BlockStart+BlockHeader.BlockSize-1 && | |
| ^ | |
| ( | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack50.cpp:132:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack50.cpp:393:21: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
| WrPtr!=UnpPtr && ((WrPtr-UnpPtr)&MaxWinMask)<((WriteBorder-UnpPtr)&MaxWinMask)) | |
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack50.cpp:393:21: note: place parentheses around the '&&' expression to silence this warning | |
| WrPtr!=UnpPtr && ((WrPtr-UnpPtr)&MaxWinMask)<((WriteBorder-UnpPtr)&MaxWinMask)) | |
| ^ | |
| ( ) | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar/unpack.cpp:114:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] | |
| else | |
| ^ | |
| 9 warnings generated. | |
| [615/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaEnc.c.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaEnc.c.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaEnc.c.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/7z/C/LzmaEnc.c | |
| [616/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_crutches.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_crutches.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_crutches.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/libarch/libarch_crutches.cpp | |
| [617/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -DNETROCKS_PROTOCOL -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Erroring.cpp.o -MF NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Erroring.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Erroring.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Erroring.cpp | |
| [618/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_utils.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_utils.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_utils.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/libarch/libarch_utils.cpp | |
| [619/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/libarch/libarch.cpp | |
| [620/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_cmd_read.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_cmd_read.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_cmd_read.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/libarch/libarch_cmd_read.cpp | |
| [621/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -DNETROCKS_PROTOCOL -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Protocol/File/ProtocolFile.cpp.o -MF NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Protocol/File/ProtocolFile.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Protocol/File/ProtocolFile.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/File/ProtocolFile.cpp | |
| [622/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Erroring.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Erroring.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Erroring.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Erroring.cpp | |
| [623/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -DNETROCKS_PROTOCOL -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Host/HostRemoteBroker.cpp.o -MF NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Host/HostRemoteBroker.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Host/HostRemoteBroker.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Host/HostRemoteBroker.cpp | |
| [624/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -DNETROCKS_PROTOCOL -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Host/HostLocal.cpp.o -MF NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Host/HostLocal.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Host/HostLocal.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Host/HostLocal.cpp | |
| [625/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Erroring.cpp.o NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Host/HostRemoteBroker.cpp.o NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Protocol/File/ProtocolFile.cpp.o NetRocks/CMakeFiles/NetRocks-FILE.dir/src/Host/HostLocal.cpp.o -o install/far2l.app/Contents/MacOS/Plugins/NetRocks/plug/NetRocks-FILE.broker utils/libutils.a && : | |
| [626/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Host/HostRemoteBroker.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Host/HostRemoteBroker.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Host/HostRemoteBroker.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Host/HostRemoteBroker.cpp | |
| [627/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/custom/custom.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/custom/custom.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/custom/custom.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/custom/custom.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/custom/custom.cpp:398:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(IDName, "ID%u", J); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/custom/custom.cpp:783:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(FormatName, "Format%d", FormatNumber++); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/custom/custom.cpp:797:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] | |
| sprintf(Name, "IgnoreString%d", Number++); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here | |
| __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' | |
| #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | |
| ^ | |
| 3 warnings generated. | |
| [628/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Erroring.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Erroring.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Erroring.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Erroring.cpp | |
| [629/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_LIBARCHIVE -DHAVE_PCRE -DRARDLL -D_7ZIP_PPMD_SUPPPORT -D_7ZIP_ST -Dmultiarc_EXPORTS -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/rar/unrar -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src -I/tmp/far2l-20230209-37410-18rdj78/multiarc/src/libpcre -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../WinPort -I/tmp/far2l-20230209-37410-18rdj78/multiarc/../far2l/far2sdk -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -fvisibility=hidden -std=c++11 -MD -MT multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_cmd_write.cpp.o -MF multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_cmd_write.cpp.o.d -o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_cmd_write.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/multiarc/src/formats/libarch/libarch_cmd_write.cpp | |
| [630/710] : && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -bundle -Wl,-headerpad_max_install_names -o install/far2l.app/Contents/MacOS/Plugins/multiarc/plug/multiarc.far-plug-mb multiarc/CMakeFiles/multiarc.dir/src/MultiArc.cpp.o multiarc/CMakeFiles/multiarc.dir/src/ArcPlg.cpp.o multiarc/CMakeFiles/multiarc.dir/src/arccfg.cpp.o multiarc/CMakeFiles/multiarc.dir/src/arcget.cpp.o multiarc/CMakeFiles/multiarc.dir/src/arcput.cpp.o multiarc/CMakeFiles/multiarc.dir/src/ArcMix.cpp.o multiarc/CMakeFiles/multiarc.dir/src/ArcProc.cpp.o multiarc/CMakeFiles/multiarc.dir/src/global.cpp.o multiarc/CMakeFiles/multiarc.dir/src/arcread.cpp.o multiarc/CMakeFiles/multiarc.dir/src/arccmd.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/rar.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/arj/arj.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/ace/ace.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/arc/arc.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/zip/zip.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/lzh/lzh.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/scantree.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/sha1.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/threadpool.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/crc.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/hash.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/strlist.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rs16.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/resource.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/consio.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/secpassword.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/qopen.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/recvol.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rijndael.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/timefn.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/encname.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rawread.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/file.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/strfn.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/sha256.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filefn.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filcreat.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/headers.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/blake2s.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/options.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/volume.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/system.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/crypt.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rar.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/cmddata.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/extinfo.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/filestr.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/ui.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/list.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/find.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/smallfn.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/unicode.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/pathfn.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/global.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rarvm.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/getbits.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rs.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/errhnd.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/archive.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/dll.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/extract.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/match.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/unpack.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/arcread.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rdwrfn.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/rar/unrar/rarpch.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/7z.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/7zMain.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma86Dec.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zDec.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7Dec.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha1.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/BraIA64.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Xz.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma2Dec.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/AesOpt.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/BwtSort.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bra86.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zCrcOpt.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zAlloc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaLib.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/HuffEnc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zBuf.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzDec.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zBuf2.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma86Enc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Alloc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzCrc64.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzEnc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Aes.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zCrc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bcj2.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Delta.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zFile.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bcj2Enc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8Enc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaEnc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7Enc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zStream.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd8Dec.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzCrc64Opt.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzmaDec.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/XzIn.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/CpuArch.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzFind.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Lzma2Enc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha256.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sort.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/7zArcIn.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Bra.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Blake2s.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/LzFindOpt.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Ppmd7aDec.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha1Opt.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/7z/C/Sha256Opt.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/acoder.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/archive.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/asc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/cpy.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/error.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/ha.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/haio.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/hsc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/info.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/machine.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/misc.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/ha/ha/swdict.c.o multiarc/CMakeFiles/multiarc.dir/src/formats/custom/custom.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_utils.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_crutches.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_cmd_read.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch_cmd_write.cpp.o multiarc/CMakeFiles/multiarc.dir/src/formats/libarch/libarch.cpp.o utils/libutils.a -Wl,-bundle_loader,install/far2l.app/Contents/MacOS/far2l /opt/homebrew/lib/libpcre.dylib /opt/homebrew/opt/libarchive/lib/libarchive.dylib && cd /tmp/far2l-20230209-37410-18rdj78/build/multiarc && /opt/homebrew/Cellar/cmake/3.25.2/bin/cmake -E copy_directory /tmp/far2l-20230209-37410-18rdj78/multiarc/configs /tmp/far2l-20230209-37410-18rdj78/build/install/far2l.app/Contents/MacOS/Plugins/multiarc | |
| [631/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/ProtocolSMB.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/ProtocolSMB.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/ProtocolSMB.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/SMB/ProtocolSMB.cpp | |
| FAILED: NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/ProtocolSMB.cpp.o | |
| /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/ProtocolSMB.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/ProtocolSMB.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/ProtocolSMB.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/SMB/ProtocolSMB.cpp | |
| /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/SMB/ProtocolSMB.cpp:154:28: error: no member named 'st_atim' in 'stat' | |
| file_info.access_time = s.st_atim; | |
| ~ ^ | |
| /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/SMB/ProtocolSMB.cpp:155:34: error: no member named 'st_mtim' in 'stat' | |
| file_info.modification_time = s.st_mtim; | |
| ~ ^ | |
| /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/SMB/ProtocolSMB.cpp:156:35: error: no member named 'st_ctim' in 'stat' | |
| file_info.status_change_time = s.st_ctim; | |
| ~ ^ | |
| 3 errors generated. | |
| [632/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Host/HostRemoteBroker.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Host/HostRemoteBroker.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Host/HostRemoteBroker.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Host/HostRemoteBroker.cpp | |
| [633/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-NFS.dir/src/Erroring.cpp.o -MF NetRocks/CMakeFiles/NetRocks-NFS.dir/src/Erroring.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-NFS.dir/src/Erroring.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Erroring.cpp | |
| [634/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Protocol/SSH/SSHConnection.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Protocol/SSH/SSHConnection.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Protocol/SSH/SSHConnection.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/SSH/SSHConnection.cpp | |
| [635/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Protocol/SSH/ProtocolSFTP.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Protocol/SSH/ProtocolSFTP.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Protocol/SSH/ProtocolSFTP.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/SSH/ProtocolSFTP.cpp | |
| [636/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-WebDAV.dir/src/Erroring.cpp.o -MF NetRocks/CMakeFiles/NetRocks-WebDAV.dir/src/Erroring.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-WebDAV.dir/src/Erroring.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Erroring.cpp | |
| [637/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-NFS.dir/src/Host/HostRemoteBroker.cpp.o -MF NetRocks/CMakeFiles/NetRocks-NFS.dir/src/Host/HostRemoteBroker.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-NFS.dir/src/Host/HostRemoteBroker.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Host/HostRemoteBroker.cpp | |
| [638/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/NMBEnum.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/NMBEnum.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SMB.dir/src/Protocol/SMB/NMBEnum.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/SMB/NMBEnum.cpp | |
| [639/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Protocol/SSH/ProtocolSCP.cpp.o -MF NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Protocol/SSH/ProtocolSCP.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-SFTP.dir/src/Protocol/SSH/ProtocolSCP.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/SSH/ProtocolSCP.cpp | |
| [640/710] /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/NetRocks/src -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wno-deprecated -DHAVE_SFTP -DHAVE_SMB -DHAVE_NFS -DHAVE_WEBDAV -DHAVE_OPENSSL -D_FAR_HAS_NAMELESS_UNIONS -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT NetRocks/CMakeFiles/NetRocks-NFS.dir/src/Protocol/NFS/ProtocolNFS.cpp.o -MF NetRocks/CMakeFiles/NetRocks-NFS.dir/src/Protocol/NFS/ProtocolNFS.cpp.o.d -o NetRocks/CMakeFiles/NetRocks-NFS.dir/src/Protocol/NFS/ProtocolNFS.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/NetRocks/src/Protocol/NFS/ProtocolNFS.cpp | |
| ninja: build stopped: subcommand failed. | |
| HOMEBREW_VERSION: 3.6.21-38-gc9496ae | |
| ORIGIN: https://github.com/Homebrew/brew | |
| HEAD: c9496ae50fefd506b1d75882d3283edc518bdf20 | |
| Last commit: 34 minutes ago | |
| Core tap origin: https://github.com/Homebrew/homebrew-core | |
| Core tap HEAD: d972ef3e7c096947997ea7febc4e358e5902c6b3 | |
| Core tap last commit: 2 minutes ago | |
| Core tap branch: master | |
| Core tap JSON: 02 Feb 07:20 UTC | |
| HOMEBREW_PREFIX: /opt/homebrew | |
| HOMEBREW_CASK_OPTS: ["--no-quarantine"] | |
| HOMEBREW_DEVELOPER: set | |
| HOMEBREW_EDITOR: subl -w | |
| HOMEBREW_FORCE_BREWED_CURL: set | |
| HOMEBREW_FORCE_BREWED_GIT: set | |
| HOMEBREW_MAKE_JOBS: 8 | |
| HOMEBREW_NO_BOOTSNAP: set | |
| HOMEBREW_NO_INSTALL_FROM_API: set | |
| Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
| CPU: octa-core 64-bit arm_firestorm_icestorm | |
| Clang: 14.0.0 build 1400 | |
| Git: 2.39.1 => /opt/homebrew/opt/git/bin/git | |
| Curl: 7.87.0 => /opt/homebrew/opt/curl/bin/curl | |
| macOS: 13.2-arm64 | |
| CLT: 14.2.0.0.1.1668646533 | |
| Xcode: 14.2 => /Applications/Xcode_14.2.app/Contents/Developer | |
| Rosetta 2: false | |
| HOMEBREW_CC: clang | |
| HOMEBREW_CXX: clang++ | |
| MAKEFLAGS: -j8 | |
| CMAKE_PREFIX_PATH: /opt/homebrew/opt/readline:/opt/homebrew/opt/libarchive:/opt/homebrew/opt/openssl@1.1:/opt/homebrew/opt/openssl@3:/opt/homebrew | |
| CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| PKG_CONFIG_PATH: /opt/homebrew/opt/gmp/lib/pkgconfig:/opt/homebrew/opt/mpfr/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/libb2/lib/pkgconfig:/opt/homebrew/opt/lz4/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/zstd/lib/pkgconfig:/opt/homebrew/opt/libarchive/lib/pkgconfig:/opt/homebrew/opt/libnfs/lib/pkgconfig:/opt/homebrew/opt/openssl@1.1/lib/pkgconfig:/opt/homebrew/opt/libssh/lib/pkgconfig:/opt/homebrew/opt/neon/lib/pkgconfig:/opt/homebrew/opt/openssl@3/lib/pkgconfig:/opt/homebrew/opt/pcre/lib/pkgconfig:/opt/homebrew/opt/fmt/lib/pkgconfig:/opt/homebrew/opt/spdlog/lib/pkgconfig:/opt/homebrew/opt/uchardet/lib/pkgconfig:/opt/homebrew/opt/libidn2/lib/pkgconfig:/opt/homebrew/opt/xerces-c/lib/pkgconfig:/opt/homebrew/opt/jpeg-turbo/lib/pkgconfig:/opt/homebrew/opt/libpng/lib/pkgconfig:/opt/homebrew/opt/libtiff/lib/pkgconfig:/opt/homebrew/opt/pcre2/lib/pkgconfig | |
| PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/13 | |
| HOMEBREW_GIT: /opt/homebrew/opt/git/bin/git | |
| HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk | |
| ACLOCAL_PATH: /opt/homebrew/share/aclocal | |
| PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/cmake/bin:/opt/homebrew/opt/ninja/bin:/opt/homebrew/opt/gettext/bin:/opt/homebrew/opt/gawk/bin:/opt/homebrew/opt/lz4/bin:/opt/homebrew/opt/xz/bin:/opt/homebrew/opt/zstd/bin:/opt/homebrew/opt/libarchive/bin:/opt/homebrew/opt/libnfs/bin:/opt/homebrew/opt/openssl@1.1/bin:/opt/homebrew/opt/neon/bin:/opt/homebrew/opt/openssl@3/bin:/opt/homebrew/opt/pcre/bin:/opt/homebrew/opt/pkg-config/bin:/opt/homebrew/opt/uchardet/bin:/opt/homebrew/opt/libidn2/bin:/opt/homebrew/opt/wget/bin:/opt/homebrew/opt/xerces-c/bin:/opt/homebrew/opt/jpeg-turbo/bin:/opt/homebrew/opt/libpng/bin:/opt/homebrew/opt/libtiff/bin:/opt/homebrew/opt/pcre2/bin:/opt/homebrew/opt/wxwidgets/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIFiles.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIFiles.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIFiles.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIKeyboard.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIKeyboard.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIKeyboard.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIConsole.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIConsole.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIConsole.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIClipboard.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIClipboard.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIClipboard.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIStringCodepages.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIStringCodepages.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIStringCodepages.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIStringMap.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIStringMap.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIStringMap.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIRegistry.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIRegistry.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIRegistry.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APITime.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APITime.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APITime.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIOther.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIOther.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIOther.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIPrintFormat.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/APIPrintFormat.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/APIPrintFormat.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/ConsoleBuffer.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/ConsoleBuffer.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/ConsoleBuffer.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/ConsoleInput.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/ConsoleInput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/ConsoleInput.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/ConsoleOutput.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/ConsoleOutput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/ConsoleOutput.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/WinPortHandle.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/WinPortHandle.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/WinPortHandle.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/CustomPanic.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/CustomPanic.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/CustomPanic.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/PathHelpers.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/PathHelpers.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/SavedScreen.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/SavedScreen.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/SavedScreen.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_common.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_common.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_common.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_client_api.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client_api.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_client_api.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_client.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_client.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_client.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_dispatcher.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_dispatcher.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_dispatcher.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_askpass.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_askpass.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_askpass_ipc.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/sudo/sudo_askpass_ipc.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/sudo/sudo_askpass_ipc.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WinPortMain.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortMain.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WinPortMain.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WinPortRGB.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/WinPortRGB.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/WinPortRGB.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/SudoAskpassImpl.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/SudoAskpassImpl.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/SudoAskpassImpl.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/FSClipboardBackend.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/FSClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/FSClipboardBackend.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYBackend.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYBackend.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYRevive.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYRevive.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYRevive.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYInput.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYInput.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYInputSequenceParser.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYInputSequenceParser.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYInputSequenceParser.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYOutput.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYOutput.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYOutput.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYFar2lClipboardBackend.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYFar2lClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYFar2lClipboardBackend.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/OSC52ClipboardBackend.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/OSC52ClipboardBackend.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/OSC52ClipboardBackend.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYNegotiateFar2l.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYNegotiateFar2l.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYNegotiateFar2l.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang++ called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYXGlue.cpp | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang++ -I/tmp/far2l-20230209-37410-18rdj78/utils/include -I/tmp/far2l-20230209-37410-18rdj78/WinPort/. -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src -I/tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -Wall -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -std=c++11 -MD -MT WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o -MF WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o.d -o WinPort/CMakeFiles/WinPort.dir/src/Backend/TTY/TTYXGlue.cpp.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/src/Backend/TTY/TTYXGlue.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/casemap.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/casemap.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/casemap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/collation.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/collation.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/collation.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/compose.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/compose.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/compose.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/cpsymbol.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/cpsymbol.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/cpsymbol.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/cptable.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/cptable.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/cptable.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/decompose.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/decompose.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/decompose.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/locale.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/locale.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/locale.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/mbtowc.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/mbtowc.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/mbtowc.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/utf8.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/utf8.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/utf8.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/sortkey.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/sortkey.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/sortkey.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/wctomb.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/wctomb.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/wctomb.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/wctype.c | |
| superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| superenv executed: clang -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/wctype.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/wctype.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/libarchive/include -I/opt/homebrew/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@3/include | |
| clang called with: -I/tmp/far2l-20230209-37410-18rdj78/utils/include -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -DWINPORT_REGISTRY -DNO_EACP -Wall -std=c99 -fPIC -Wno-unused-function -D_FILE_OFFSET_BITS=64 -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fvisibility=hidden -MD -MT WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_037.c.o -MF WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_037.c.o.d -o WinPort/wineguts/CMakeFiles/wineguts.dir/codepages/c_037.c.o -c /tmp/far2l-20230209-37410-18rdj78/WinPort/wineguts/codepages/c_037.c |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment