Open xxyxxyxyx1 opened 1 week ago
In my case, the install was complaining about the openssl@1.1 package having been disabled in the homebrew catalog (that dependency is disabled).
Eventually, I was able to get ueberzugpp installed on macOS Sequoia 15.1.1 via:
brew uninstall --force openssl@1.1
then brew doctor
then brew cleanup
brew install openssl@3
export PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig
brew edit jstkdng/programs/ueberzugpp
and change the openssl@1.1
dependency to openssl@3
brew install jstkdng/programs/ueberzugpp
(use brew install -v --debug ...
for more detail)That's it. Enjoy!
In my case, the install was complaining about the openssl@1.1 package having been disabled in the homebrew catalog (that dependency is disabled).
Eventually, I was able to get ueberzugpp installed on macOS Sequoia 15.1.1 via:
- Make sure openssl@1.1 is not installed via
brew uninstall --force openssl@1.1
thenbrew doctor
thenbrew cleanup
- Install openssl@3 via
brew install openssl@3
- This might not be needed, but set the PKG_CONFIG_PATH via
export PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig
- Edit the brew package via
brew edit jstkdng/programs/ueberzugpp
and change theopenssl@1.1
dependency toopenssl@3
- Install ueberzugpp via
brew install jstkdng/programs/ueberzugpp
(usebrew install -v --debug ...
for more detail)That's it. Enjoy!
I did the same, replaced openssl@1.1
with openssl@3
, but the build still fails with the same errors in the OP.
just updated to 2.9.6, please do test it
The install still fails. Here is the output, with some stuff trimmed
it seems you have a broken xcode install, string, memory, filesystem are the standard C++ headers and they must exist but for some reason xcode can't find them. Try reinstalling homebrew, xcode cli
I am unable to install ueberzugpp with homebrew, and the error output directs me to report the issue here.
Here is the output of
brew install --verbose --debug jstkdng/programs/ueberzugpp
Output
``` brew install --verbose --debug jstkdng/programs/ueberzugpp ==> Auto-updating Homebrew... /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading (many, truncated) /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/git --version ==> Fetching jstkdng/programs/ueberzugpp ==> Downloading https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v2.9.2.tar.gz /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.4.6-19-gc81cd0b\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.7.1\)\ curl/8.7.1 --header Accept-Language:\ en --retry 3 -V /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.4.6-19-gc81cd0b\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.7.1\)\ curl/8.7.1 --header Accept-Language:\ en --retry 3 --fail --location --silent --head https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v2.9.2.tar.gz Already downloaded: /Users/redacted/Library/Caches/Homebrew/downloads/566a0abbb795bd10395e15125a8bc8cb83863a6083a9adf5368331b99375a696--ueberzugpp-2.9.2.tar.gz ==> Verifying checksum for '566a0abbb795bd10395e15125a8bc8cb83863a6083a9adf5368331b99375a696--ueberzugpp-2.9.2.tar.gz' ==> Installing ueberzugpp from jstkdng/programs /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /opt/homebrew/Library/Taps/jstkdng/homebrew-programs/ueberzugpp.rb /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/git --version /opt/homebrew/Library/Homebrew/build.rb (Formulary::FromAPILoader): loading (many, truncated) /usr/bin/env tar --extract --no-same-owner --file /Users/redacted/Library/Caches/Homebrew/downloads/566a0abbb795bd10395e15125a8bc8cb83863a6083a9adf5368331b99375a696--ueberzugpp-2.9.2.tar.gz --directory /private/tmp/homebrew-unpack-20241119-32035-9couko mv /private/tmp/homebrew-unpack-20241119-32035-9couko/ueberzugpp-2.9.2 /private/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2 ==> cmake -S . -B build -DENABLE_X11=false -DENABLE_WAYLAND=false -DENABLE_OPENCV=OFF -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/ueberzugpp/2.9.2 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_PROJECT_TOP_LEVEL_I NCLUDES=/opt/homebrew/Library/Homebrew/cmake/trap_fetchcontent_provider.cmake -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -- The CXX compiler identification is AppleClang 16.0.0.16000026 -- The C compiler identification is AppleClang 16.0.0.16000026 -- 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 -- 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 -- Found PkgConfig: /opt/homebrew/bin/pkg-config (found version "2.3.0") -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found OpenSSL: /opt/homebrew/opt/openssl@1.1/lib/libcrypto.dylib (found version "1.1.1w") -- Looking for std::execution::par_unseq -- Looking for std::execution::par_unseq - not found -- Checking for module 'vips-cpp' -- Found vips-cpp, version 8.16.0 -- Checking for module 'libsixel' -- Found libsixel, version 1.10.3 -- Checking for module 'chafa>=1.6' -- Found chafa, version 1.14.5 -- Configuring done (1.3s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING -- Build files have been written to: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build ==> cmake --build build Change Dir: '/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build' Run Build Command(s): /opt/homebrew/Cellar/cmake/3.31.0/bin/cmake -E env VERBOSE=1 /opt/homebrew/Library/Homebrew/shims/mac/super/gmake -f Makefile /opt/homebrew/Cellar/cmake/3.31.0/bin/cmake -S/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2 -B/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build --check-build-system CMakeFiles/Makefile.cmake 0 /opt/homebrew/Cellar/cmake/3.31.0/bin/cmake -E cmake_progress_start /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build/CMakeFiles /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build//CMakeFiles/progress.marks /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/ueberzug.dir/build.make CMakeFiles/ueberzug.dir/depend cd /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build && /opt/homebrew/Cellar/cmake/3.31.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2 /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2 /tmp/ueberzugpp-20241119-3203 5-ysnkh0/ueberzugpp-2.9.2/build /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build/CMakeFiles/ueberzug.dir/DependInfo.cmake "--color=" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/ueberzug.dir/build.make CMakeFiles/ueberzug.dir/build [ 5%] Building CXX object CMakeFiles/ueberzug.dir/src/process/apple.cpp.o [ 10%] Building CXX object CMakeFiles/ueberzug.dir/src/os.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/os.cpp.o -MF CMakeFiles/ueberzug.dir/src/os.cpp.o.d -o CMakeFiles/ueberzug.dir/src/os.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/os.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/process/apple.cpp.o -MF CMakeFiles/ueberzug.dir/src/process/apple.cpp.o.d -o CMakeFiles/ueberzug.dir/src/process/apple.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/process/apple.cpp [ 15%] Building CXX object CMakeFiles/ueberzug.dir/src/main.cpp.o [ 25%] Building CXX object CMakeFiles/ueberzug.dir/src/terminal.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/main.cpp.o -MF CMakeFiles/ueberzug.dir/src/main.cpp.o.d -o CMakeFiles/ueberzug.dir/src/main.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/main.cpp [ 25%] Building CXX object CMakeFiles/ueberzug.dir/src/application.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/terminal.cpp.o -MF CMakeFiles/ueberzug.dir/src/terminal.cpp.o.d -o CMakeFiles/ueberzug.dir/src/terminal.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/terminal.cpp [ 30%] Building CXX object CMakeFiles/ueberzug.dir/src/util/socket.cpp.o [ 35%] Building CXX object CMakeFiles/ueberzug.dir/src/tmux.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/application.cpp.o -MF CMakeFiles/ueberzug.dir/src/application.cpp.o.d -o CMakeFiles/ueberzug.dir/src/application.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/application.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/tmux.cpp.o -MF CMakeFiles/ueberzug.dir/src/tmux.cpp.o.d -o CMakeFiles/ueberzug.dir/src/tmux.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/tmux.cpp [ 40%] Building CXX object CMakeFiles/ueberzug.dir/src/dimensions.cpp.o [ 45%] Building CXX object CMakeFiles/ueberzug.dir/src/util/util.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/util/util.cpp.o -MF CMakeFiles/ueberzug.dir/src/util/util.cpp.o.d -o CMakeFiles/ueberzug.dir/src/util/util.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/util/util.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/util/socket.cpp.o -MF CMakeFiles/ueberzug.dir/src/util/socket.cpp.o.d -o CMakeFiles/ueberzug.dir/src/util/socket.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/util/socket.cpp [ 50%] Building CXX object CMakeFiles/ueberzug.dir/src/flags.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/flags.cpp.o -MF CMakeFiles/ueberzug.dir/src/flags.cpp.o.d -o CMakeFiles/ueberzug.dir/src/flags.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/flags.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/dimensions.cpp.o -MF CMakeFiles/ueberzug.dir/src/dimensions.cpp.o.d -o CMakeFiles/ueberzug.dir/src/dimensions.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/dimensions.cpp In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/process/apple.cpp:17: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/process.hpp:20:10: fatal error: 'string' file not found 20 | #includeHere is the output of
brew config
: