Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew install therion on macOS Ventura 13.7 #15

Open
xcross opened this issue Oct 29, 2024 · 15 comments
Open

brew install therion on macOS Ventura 13.7 #15

xcross opened this issue Oct 29, 2024 · 15 comments

Comments

@xcross
Copy link

xcross commented Oct 29, 2024

==> Installing ladislavb/therion/therion
==> cmake ..
==> make install
Last 15 lines from /Users/iro/Library/Logs/Homebrew/therion/02.make:
make[1]: *** Waiting for unfinished jobs....
[ 14%] Built target locale_sl
[ 14%] Linking C static library libtr.a
cd /tmp/therion-20241029-36844-186j6a/therion-6.1.8/build/loch && /usr/local/Cellar/cmake/3.30.5/bin/cmake -P CMakeFiles/tr.dir/cmake_clean_target.cmake
cd /tmp/therion-20241029-36844-186j6a/therion-6.1.8/build/loch && /usr/local/Cellar/cmake/3.30.5/bin/cmake -E cmake_link_script CMakeFiles/tr.dir/link.txt --verbose=1
/usr/bin/ar qc libtr.a CMakeFiles/tr.dir/lxTR.c.o
/usr/bin/ranlib libtr.a
[ 14%] Built target tr
[ 15%] Linking CXX static library libQuickHull.a
cd /tmp/therion-20241029-36844-186j6a/therion-6.1.8/build/extern/quickhull && /usr/local/Cellar/cmake/3.30.5/bin/cmake -P CMakeFiles/QuickHull.dir/cmake_clean_target.cmake
cd /tmp/therion-20241029-36844-186j6a/therion-6.1.8/build/extern/quickhull && /usr/local/Cellar/cmake/3.30.5/bin/cmake -E cmake_link_script CMakeFiles/QuickHull.dir/link.txt --verbose=1
/usr/bin/ar qc libQuickHull.a CMakeFiles/QuickHull.dir/QuickHull.cpp.o
/usr/bin/ranlib libQuickHull.a
[ 15%] Built target QuickHull
make: *** [all] Error 2

@Dehautenbas
Copy link

Dehautenbas commented Nov 4, 2024

I also have an issue on macOS Sequoia 15.1

_Last 15 lines from /Users/#####/Library/Logs/Homebrew/therion/02.make:
 1647 |   return {arg_mapper<Context>().map(val)};
      |          ^
/tmp/therion-20241104-26810-82ck9l/therion-6.1.8/thepsparse.cxx:143:17: note: in instantiation of function template specialization 'fmt::format<thdouble>' requested here
  143 |       s << fmt::format("{}", thdouble(this->a,prec_col)) << " g";
      |                 ^
/tmp/therion-20241104-26810-82ck9l/therion-6.1.8/thdouble.h:37:10: note: candidate function template not viable: 'this' argument has type 'const fmt::formatter<thdouble>', but method is not marked const
   37 |     auto format(const thdouble& p, FormatContext& ctx) {
      |          ^
[ 60%] Building CXX object CMakeFiles/therion-common.dir/thexpsys.cxx.o
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241104-26810-82ck9l/therion-6.1.8/build -I/tmp/therion-20241104-26810-82ck9l/therion-6.1.8 -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/libtiff/4.7.0/include -isystem /opt/homebrew/Cellar/proj/9.5.0/include -isystem /tmp/therion-20241104-26810-82ck9l/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241104-26810-82ck9l/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thexpsys.cxx.o -MF CMakeFiles/therion-common.dir/thexpsys.cxx.o.d -o CMakeFiles/therion-common.dir/thexpsys.cxx.o -c /tmp/therion-20241104-26810-82ck9l/therion-6.1.8/thexpsys.cxx
1 error generated.
make[2]: *** [CMakeFiles/therion-common.dir/thepsparse.cxx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/therion-common.dir/all] Error 2
make: *** [all] Error 2_

brew doctor returns Warning: No Cask quarantine support available: unknown reason.
Then, swift $(brew --repo)/Library/Homebrew/cask/utils/quarantine.swift returns :

11 | //===----------------------------------------------------------------------===//
12 | 
13 | module SwiftBridging {
   |        `- error: redefinition of module 'SwiftBridging'
14 |     header "bridging"
15 | 

/Library/Developer/CommandLineTools/usr/include/swift/bridging.modulemap:13:8: note: previously defined here
11 | //===----------------------------------------------------------------------===//
12 | 
13 | module SwiftBridging {
   |        `- note: previously defined here
14 |     header "bridging"
15 | 

/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface:5:8: error: failed to build module 'CoreFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.7.43 clang-1600.0.25.3)', while this compiler is 'Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)'). Please select a toolchain which matches the SDK.
    3 | // swift-module-flags: -target arm64e-apple-macos15.1 -target-variant arm64e-apple-ios18.1-macabi -enable-objc-interop -autolink-force-load -enable-library-evolution -module-link-name swiftFoundation -swift-version 5 -enforce-exclusivity=unchecked -O -library-level api -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -user-module-version 3107 -module-name Foundation -package-name "\"FoundationPreview\""
    4 | import Combine
    5 | import CoreFoundation
      |        `- error: failed to build module 'CoreFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.7.43 clang-1600.0.25.3)', while this compiler is 'Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)'). Please select a toolchain which matches the SDK.
    6 | import Darwin
    7 | import Dispatch

/Library/Developer/CommandLineTools/usr/include/swift/module.modulemap: 0:
/Library/Developer/CommandLineTools/usr/include/swift/bridging.modulemap: 0:
/opt/homebrew/Library/Homebrew/cask/utils/quarantine.swift:3:8: error: failed to build module 'Foundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.7.43 clang-1600.0.25.3)', while this compiler is 'Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)'). Please select a toolchain which matches the SDK.
 1 | #!/usr/bin/swift
 2 | 
 3 | import Foundation
   |        `- error: failed to build module 'Foundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.7.43 clang-1600.0.25.3)', while this compiler is 'Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)'). Please select a toolchain which matches the SDK.
 4 | 
 5 | struct SwiftErr: TextOutputStream {

In therion, compiler returns

	dyld[12142]: Library not loaded: /opt/homebrew/opt/fmt/lib/libfmt.10.dylib
	Referenced from: <6B13F9E5-D6F6-3FC0-AF93-60353A213E5F> /opt/homebrew/Cellar/therion/6.1.8_3/bin/therion
	Reason: tried: '/opt/homebrew/opt/fmt/lib/libfmt.10.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/fmt/lib/libfmt.10.dylib' (no such file), '/opt/homebrew/opt/fmt/lib/libfmt.10.dylib' (no such file), '/usr/local/lib/libfmt.10.dylib' (no such file), '/usr/lib/libfmt.10.dylib' (no such file, not in dyld cache), '/opt/homebrew/Cellar/fmt/11.0.2/lib/libfmt.10.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/fmt/11.0.2/lib/libfmt.10.dylib' (no such file), '/opt/homebrew/Cellar/fmt/11.0.2/lib/libfmt.10.dylib' (no such file), '/usr/local/lib/libfmt.10.dylib' (no such file), '/usr/lib/libfmt.10.dylib' (no such file, not in dyld cache)

It's a version problem with lib fmt.
Latest version of xcode use fmt/11.0.2 or in therion project it's the use fmt/10.0.0

@sbassetto
Copy link

Hello, I have also an issue when I follow : https://github.com/ladislavb/homebrew-therion

That's the copy paste of my Terminal:

brew install therion
==> Fetching ladislavb/therion/therion
==> Downloading https://github.com/therion/therion/archive/v6.1.8.tar.gz
Already downloaded: /Users/samuel/Library/Caches/Homebrew/downloads/e5c734c81d506eaa427d38ae086bf10132e7ded83cb01d2a85b8a9ab98c1f677--therion-6.1.8.tar.gz
==> Installing therion from ladislavb/therion
==> cmake ..
==> make install
Last 15 lines from /Users/samuel/Library/Logs/Homebrew/therion/02.make:
^
/usr/local/include/fmt/base.h:1647:10: note: in instantiation of function template specialization 'fmt::detail::valuefmt::context::value' requested here
return {arg_mapper().map(val)};
^
/tmp/therion-20241117-89726-plzj5a/therion-6.1.8/thepsparse.cxx:143:17: note: in instantiation of function template specialization 'fmt::format' requested here
s << fmt::format("{}", thdouble(this->a,prec_col)) << " g";
^
/tmp/therion-20241117-89726-plzj5a/therion-6.1.8/thdouble.h:37:10: note: candidate function template not viable: 'this' argument has type 'const fmt::formatter', but method is not marked const
auto format(const thdouble& p, FormatContext& ctx) {
^
1 error generated.
make[2]: *** [CMakeFiles/therion-common.dir/thepsparse.cxx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/therion-common.dir/all] Error 2
make: *** [all] Error 2

@Dehautenbas
Copy link

Dehautenbas commented Nov 17, 2024

@sbassetto Try with brew install --HEAD therion

@sbassetto
Copy link

@Dehautenbas : Thk. Here is the message:

"
samsam:~ samuel$ brew install --HEAD therion
==> Downloading https://formulae.brew.sh/api/formula.jws.json
############################################################################################################################ 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
############################################################################################################################ 100.0%
==> Fetching ladislavb/therion/therion
==> Cloning https://github.com/therion/therion.git
Cloning into '/Users/samuel/Library/Caches/Homebrew/therion--git'...
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
==> Installing therion from ladislavb/therion
==> cmake ..
Last 15 lines from /Users/samuel/Library/Logs/Homebrew/therion/01.cmake:
of the following names:

Catch2Config.cmake
catch2-config.cmake

Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set
"Catch2_DIR" to a directory containing one of the above files. If "Catch2"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
cmake/Dependencies.cmake:15 (include)
CMakeLists.txt:18 (include)

-- Configuring incomplete, errors occurred!

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/ladislavb/homebrew-therion/issues

These open issues may also help:
brew install therion on macOS Ventura 13.7 #15
therion's formula was built from an unstable upstream --HEAD.
This build failure is expected behaviour.
Do not create issues about this on Homebrew's GitHub repositories.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
samsam:~ samuel$

"

My MacOS is 14.6.1

@Jef-speleo
Copy link

Hello, I cannot install Therion on macOSX ventura 13.7.2

The error message when doing the "brew install therion" is :

"
==> Downloading https://formulae.brew.sh/api/formula.jws.json

100.0%

==> Downloading https://formulae.brew.sh/api/cask.jws.json

100.0%

==> Fetching ladislavb/therion/therion
==> Downloading https://github.com/therion/therion/archive/v6.1.8.tar.gz
Already downloaded: /Users/gaucher/Library/Caches/Homebrew/downloads/e5c734c81d506eaa427d38ae086bf10132e7ded83cb01d2a85b8a9ab98c1f677--therion-6.1.8.tar.gz
==> Installing therion from ladislavb/therion
==> cmake ..
==> make install
Last 15 lines from /Users/gaucher/Library/Logs/Homebrew/therion/02.make:
^
/usr/local/include/fmt/format.h:4176:40: note: in instantiation of function template specialization 'fmt::detail::valuefmt::context::value<thdouble, 0>' requested here
return vformat(fmt.str, vargs<T...>{{args...}});
^
/tmp/therion-20241230-28154-6b4bi3/therion-6.1.8/thepsparse.cxx:143:17: note: in instantiation of function template specialization 'fmt::format' requested here
s << fmt::format("{}", thdouble(this->a,prec_col)) << " g";
^
/tmp/therion-20241230-28154-6b4bi3/therion-6.1.8/thdouble.h:37:10: note: candidate function template not viable: 'this' argument has type 'const fmt::formatter', but method is not marked const
auto format(const thdouble& p, FormatContext& ctx) {
^
1 error generated.
make[2]: *** [CMakeFiles/therion-common.dir/thepsparse.cxx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/therion-common.dir/all] Error 2
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/ladislavb/homebrew-therion/issues

These open issues may also help:
brew install therion on macOS Ventura 13.7 #15
"

Has anyone recently installed Therion on Mac OS?
Do you think the problem is due to an incompatibility between Therion and the MacOS OS version or the Therion software or the Makefile itself?
Which OS did you used ?

many thanks for your help.
Jef

@Jef-speleo
Copy link

For a more detailed description of the problem I used "verbose"

MacBook-Air-de-jean-francois:~ gaucher$ brew install therion -v
==> Downloading https://formulae.brew.sh/api/formula.jws.json
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4318k 100 4318k 0 0 3048k 0 0:00:01 0:00:01 --:--:-- 3049k
==> Downloading https://formulae.brew.sh/api/cask.jws.json
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1557k 100 1557k 0 0 2179k 0 --:--:-- --:--:-- --:--:-- 2177k
==> Fetching ladislavb/therion/therion
==> Downloading https://github.com/therion/therion/archive/v6.1.8.tar.gz
Already downloaded: /Users/gaucher/Library/Caches/Homebrew/downloads/e5c734c81d506eaa427d38ae086bf10132e7ded83cb01d2a85b8a9ab98c1f677--therion-6.1.8.tar.gz
==> Verifying checksum for 'e5c734c81d506eaa427d38ae086bf10132e7ded83cb01d2a85b8a9ab98c1f677--therion-6.1.8.tar.gz'
==> Installing therion from ladislavb/therion
/usr/bin/env tar --extract --no-same-owner --file /Users/gaucher/Library/Caches/Homebrew/downloads/e5c734c81d506eaa427d38ae086bf10132e7ded83cb01d2a85b8a9ab98c1f677--therion-6.1.8.tar.gz --directory /private/tmp/homebrew-unpack-20241230-33125-nhxf93
mv /private/tmp/homebrew-unpack-20241230-33125-nhxf93/therion-6.1.8 /private/tmp/therion-20241230-33125-9jabk/therion-6.1.8
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/therion/6.1.8_3 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=/usr/local/Homebrew/Library/Homebrew/cmake/trap_fetchcontent_provider.cmake -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk
-- The C compiler identification is AppleClang 15.0.0.15000100
-- The CXX compiler identification is AppleClang 15.0.0.15000100
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/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: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for module 'proj'
-- Found proj, version 9.5.1
-- Found wxWidgets: -L/usr/local/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;-lwx_osx_cocoau_gl-3.2;-lwx_baseu_xml-3.2;-lwx_osx_cocoau_html-3.2 (found suitable version "3.2.6", minimum required is "3.0.0")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found nlohmann_json: /usr/local/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.3")
-- Found utf8cpp: /usr/local/include/utf8cpp
-- Found ZLIB: /usr/local/opt/zlib/lib/libz.dylib (found version "1.3.1")
-- Found PNG: /usr/local/lib/libpng.dylib (found version "1.6.44")
-- Found Eigen3: /usr/local/include/eigen3 (found version "3.4.0")
-- Found LZ4: /usr/local/lib/liblz4.dylib (found version "1.10.0")
-- Found LZMA: /usr/local/lib/liblzma.dylib (found version "5.6.3")
-- Found JPEG: /usr/local/lib/libjpeg.dylib (found version "80")
-- Found double-conversion: /usr/local/lib/libdouble-conversion.dylib
-- Found Freetype: /usr/local/lib/libfreetype.dylib (found version "2.13.3")
-- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries/libGL.tbd
-- Found X11: /usr/local/include
-- Looking for XOpenDisplay in /usr/local/lib/libX11.dylib;/usr/local/lib/libXext.dylib
-- Looking for XOpenDisplay in /usr/local/lib/libX11.dylib;/usr/local/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
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - not found
-- Found Gettext: /usr/local/bin/msgmerge (found version "0.23")
-- Configuring done (8.3s)
-- Generating done (0.7s)
CMake Warning:
Manually-specified variables were not used by the project:

BUILD_TESTING

-- Build files have been written to: /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build
==> make install
/usr/local/opt/cmake/bin/cmake -S/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -B/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/opt/cmake/bin/cmake -E cmake_progress_start /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/CMakeFiles /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build//CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/CMakeFiles/img.dir/build.make loch/CMakeFiles/img.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/generate_thcsdata.dir/build.make CMakeFiles/generate_thcsdata.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/generate_thsymbolsetlist.dir/build.make CMakeFiles/generate_thsymbolsetlist.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/legacy-make.dir/build.make CMakeFiles/legacy-make.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extern/shapelib/CMakeFiles/shp.dir/build.make extern/shapelib/CMakeFiles/shp.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extern/quickhull/CMakeFiles/QuickHull.dir/build.make extern/quickhull/CMakeFiles/QuickHull.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extern/poly2tri/CMakeFiles/poly2tri.dir/build.make extern/poly2tri/CMakeFiles/poly2tri.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/CMakeFiles/generate_thcsdata.dir/DependInfo.cmake "--color="
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/CMakeFiles/img.dir/DependInfo.cmake "--color="
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/CMakeFiles/generate_thsymbolsetlist.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f mpost/CMakeFiles/generate_mpost.dir/build.make mpost/CMakeFiles/generate_mpost.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/CMakeFiles/legacy-make.dir/DependInfo.cmake "--color="
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/shapelib /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/shapelib/CMakeFiles/shp.dir/DependInfo.cmake "--color="
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/quickhull /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/quickhull/CMakeFiles/QuickHull.dir/DependInfo.cmake "--color="
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/poly2tri /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/poly2tri /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/poly2tri/CMakeFiles/poly2tri.dir/DependInfo.cmake "--color="
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/mpost /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/mpost /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/mpost/CMakeFiles/generate_mpost.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/legacy-make.dir/build.make CMakeFiles/legacy-make.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/generate_thsymbolsetlist.dir/build.make CMakeFiles/generate_thsymbolsetlist.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/generate_thcsdata.dir/build.make CMakeFiles/generate_thcsdata.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/CMakeFiles/img.dir/build.make loch/CMakeFiles/img.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extern/shapelib/CMakeFiles/shp.dir/build.make extern/shapelib/CMakeFiles/shp.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extern/quickhull/CMakeFiles/QuickHull.dir/build.make extern/quickhull/CMakeFiles/QuickHull.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f extern/poly2tri/CMakeFiles/poly2tri.dir/build.make extern/poly2tri/CMakeFiles/poly2tri.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f mpost/CMakeFiles/generate_mpost.dir/build.make mpost/CMakeFiles/generate_mpost.dir/build
[ 1%] Checking for legacy build
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8 && /usr/local/opt/cmake/bin/cmake -P cmake/DetectLegacyBuild.cmake
[ 2%] Building C object loch/CMakeFiles/img.dir/img.c.o
[ 3%] Generating thcsdata.h, thcsdata.cxx
tclsh thcsdata.tcl /usr/local/Cellar/proj/9.5.1/share/proj
[ 4%] Generating thsymbolsetlist.h
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DIMG_API_VERSION=1 -Dimg_EXPORTS -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -w -MD -MT loch/CMakeFiles/img.dir/img.c.o -MF CMakeFiles/img.dir/img.c.o.d -o CMakeFiles/img.dir/img.c.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/img.c
perl /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thsymbolsetlist.pl
[ 4%] Building C object extern/shapelib/CMakeFiles/shp.dir/dbfopen.c.o
[ 4%] Building CXX object extern/quickhull/CMakeFiles/QuickHull.dir/QuickHull.cpp.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/shapelib && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -w -MD -MT extern/shapelib/CMakeFiles/shp.dir/dbfopen.c.o -MF CMakeFiles/shp.dir/dbfopen.c.o.d -o CMakeFiles/shp.dir/dbfopen.c.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib/dbfopen.c
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/quickhull && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DQuickHull_EXPORTS -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -w -MD -MT extern/quickhull/CMakeFiles/QuickHull.dir/QuickHull.cpp.o -MF CMakeFiles/QuickHull.dir/QuickHull.cpp.o.d -o CMakeFiles/QuickHull.dir/QuickHull.cpp.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull/QuickHull.cpp
[ 5%] Building CXX object extern/poly2tri/CMakeFiles/poly2tri.dir/common/shapes.cc.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/poly2tri && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -Dpoly2tri_EXPORTS -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -w -MD -MT extern/poly2tri/CMakeFiles/poly2tri.dir/common/shapes.cc.o -MF CMakeFiles/poly2tri.dir/common/shapes.cc.o.d -o CMakeFiles/poly2tri.dir/common/shapes.cc.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/poly2tri/common/shapes.cc
[ 6%] Generating ../thmpost.h, ../thmpost.cxx, ../thsymbolsets.h, ../thsymbolsets.cxx
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/mpost && perl genmpost.pl
No PROJ system definitions imported (this is OK for Proj v6 and newer).
[ 6%] Built target generate_thsymbolsetlist
[ 6%] Built target legacy-make
reading therion.mp
reading thPoint
reading thLine
reading thArea
reading thText
reading thSpecial
reading uAUT
reading uSBE
reading thTrans
done
[ 7%] Building C object extern/shapelib/CMakeFiles/shp.dir/safileio.c.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/shapelib && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -w -MD -MT extern/shapelib/CMakeFiles/shp.dir/safileio.c.o -MF CMakeFiles/shp.dir/safileio.c.o.d -o CMakeFiles/shp.dir/safileio.c.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib/safileio.c
[ 7%] Building CXX object extern/poly2tri/CMakeFiles/poly2tri.dir/sweep/advancing_front.cc.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/poly2tri && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -Dpoly2tri_EXPORTS -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -w -MD -MT extern/poly2tri/CMakeFiles/poly2tri.dir/sweep/advancing_front.cc.o -MF CMakeFiles/poly2tri.dir/sweep/advancing_front.cc.o.d -o CMakeFiles/poly2tri.dir/sweep/advancing_front.cc.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/poly2tri/sweep/advancing_front.cc
[ 7%] Built target generate_thcsdata
[ 7%] Building C object extern/shapelib/CMakeFiles/shp.dir/sbnsearch.c.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/shapelib && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -w -MD -MT extern/shapelib/CMakeFiles/shp.dir/sbnsearch.c.o -MF CMakeFiles/shp.dir/sbnsearch.c.o.d -o CMakeFiles/shp.dir/sbnsearch.c.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib/sbnsearch.c
[ 7%] Built target generate_mpost
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f thchencdata/CMakeFiles/generate_thchencdata.dir/build.make thchencdata/CMakeFiles/generate_thchencdata.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thchencdata /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thchencdata /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thchencdata/CMakeFiles/generate_thchencdata.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f thchencdata/CMakeFiles/generate_thchencdata.dir/build.make thchencdata/CMakeFiles/generate_thchencdata.dir/build
[ 7%] Generating ../thchencdata.h, ../thchencdata.cxx
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thchencdata && perl generate.pl
[ 8%] Building CXX object extern/poly2tri/CMakeFiles/poly2tri.dir/sweep/cdt.cc.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/poly2tri && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -Dpoly2tri_EXPORTS -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -w -MD -MT extern/poly2tri/CMakeFiles/poly2tri.dir/sweep/cdt.cc.o -MF CMakeFiles/poly2tri.dir/sweep/cdt.cc.o.d -o CMakeFiles/poly2tri.dir/sweep/cdt.cc.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/poly2tri/sweep/cdt.cc
ASCII.TXT => ascii, ASCII, TT_ASCII ... done
CP1250.TXT => cp1250, CP1250, TT_CP1250 ... done
CP1251.TXT => cp1251, CP1251, TT_CP1251 ... done
CP1252.TXT => cp1252, CP1252, TT_CP1252 ... done
CP1253.TXT => cp1253, CP1253, TT_CP1253 ... done
8859-1.TXT => iso8859-1, ISO8859-1, TT_ISO8859_1 ... done
8859-2.TXT => iso8859-2, ISO8859-2, TT_ISO8859_2 ... done
8859-5.TXT => iso8859-5, ISO8859-5, TT_ISO8859_5 ... done
8859-7.TXT => iso8859-7, ISO8859-7, TT_ISO8859_7 ... done
processing conversion tables: E9, A128, U375 ... done
[ 8%] Built target generate_thchencdata
[ 9%] Building C object extern/shapelib/CMakeFiles/shp.dir/shpopen.c.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/shapelib && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -w -MD -MT extern/shapelib/CMakeFiles/shp.dir/shpopen.c.o -MF CMakeFiles/shp.dir/shpopen.c.o.d -o CMakeFiles/shp.dir/shpopen.c.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib/shpopen.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f tex/CMakeFiles/generate_tex.dir/build.make tex/CMakeFiles/generate_tex.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/tex /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/tex /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/tex/CMakeFiles/generate_tex.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f tex/CMakeFiles/generate_tex.dir/build.make tex/CMakeFiles/generate_tex.dir/build
[ 10%] Generating ../thtex.h, ../thtex.cxx
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/tex && perl gentex.pl
[ 11%] Building CXX object extern/poly2tri/CMakeFiles/poly2tri.dir/sweep/sweep_context.cc.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/poly2tri && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -Dpoly2tri_EXPORTS -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -w -MD -MT extern/poly2tri/CMakeFiles/poly2tri.dir/sweep/sweep_context.cc.o -MF CMakeFiles/poly2tri.dir/sweep/sweep_context.cc.o.d -o CMakeFiles/poly2tri.dir/sweep/sweep_context.cc.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/poly2tri/sweep/sweep_context.cc
reading therion.tex
done
[ 11%] Built target generate_tex
[ 12%] Building C object extern/shapelib/CMakeFiles/shp.dir/shptree.c.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/shapelib && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -w -MD -MT extern/shapelib/CMakeFiles/shp.dir/shptree.c.o -MF CMakeFiles/shp.dir/shptree.c.o.d -o CMakeFiles/shp.dir/shptree.c.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib/shptree.c
[ 12%] Linking C shared library libimg.dylib
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/opt/cmake/bin/cmake -E cmake_link_script CMakeFiles/img.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f thlang/CMakeFiles/generate_thlang.dir/build.make thlang/CMakeFiles/generate_thlang.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thlang /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thlang /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thlang/CMakeFiles/generate_thlang.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f thlang/CMakeFiles/generate_thlang.dir/build.make thlang/CMakeFiles/generate_thlang.dir/build
[ 12%] Generating ../thlangdata.h, ../thlangdatafields.h
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thlang && perl process.pl
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -dynamiclib -Wl,-headerpad_max_install_names -o libimg.dylib -install_name @rpath/libimg.dylib CMakeFiles/img.dir/img.c.o
[ 12%] Built target img
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/CMakeFiles/tr.dir/build.make loch/CMakeFiles/tr.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/CMakeFiles/tr.dir/DependInfo.cmake "--color="
[ 12%] Building CXX object extern/poly2tri/CMakeFiles/poly2tri.dir/sweep/sweep.cc.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/poly2tri && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -Dpoly2tri_EXPORTS -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -w -MD -MT extern/poly2tri/CMakeFiles/poly2tri.dir/sweep/sweep.cc.o -MF CMakeFiles/poly2tri.dir/sweep/sweep.cc.o.d -o CMakeFiles/poly2tri.dir/sweep/sweep.cc.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/poly2tri/sweep/sweep.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/CMakeFiles/tr.dir/build.make loch/CMakeFiles/tr.dir/build
[ 12%] Linking C static library libshp.a
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/shapelib && /usr/local/opt/cmake/bin/cmake -P CMakeFiles/shp.dir/cmake_clean_target.cmake
[ 12%] Built target generate_thlang
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_sl.dir/build.make loch/locale/CMakeFiles/locale_sl.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_sl.dir/DependInfo.cmake "--color="
[ 13%] Building C object loch/CMakeFiles/tr.dir/lxTR.c.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DGL_SILENCE_DEPRECATION -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dtr_EXPORTS -isystem /usr/X11R6/include -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -Wall -Wextra -MD -MT loch/CMakeFiles/tr.dir/lxTR.c.o -MF CMakeFiles/tr.dir/lxTR.c.o.d -o CMakeFiles/tr.dir/lxTR.c.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxTR.c
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/shapelib && /usr/local/opt/cmake/bin/cmake -E cmake_link_script CMakeFiles/shp.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_sl.dir/build.make loch/locale/CMakeFiles/locale_sl.dir/build
[ 13%] Generating sl/loch.mo
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/sl/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/sl/loch.po
/usr/bin/ar qc libshp.a CMakeFiles/shp.dir/dbfopen.c.o CMakeFiles/shp.dir/safileio.c.o CMakeFiles/shp.dir/sbnsearch.c.o CMakeFiles/shp.dir/shpopen.c.o CMakeFiles/shp.dir/shptree.c.o
/usr/bin/ranlib libshp.a
[ 13%] Built target locale_sl
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/help/CMakeFiles/hlp_en.dir/build.make loch/help/CMakeFiles/hlp_en.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/help /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/help /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/help/CMakeFiles/hlp_en.dir/DependInfo.cmake "--color="
[ 13%] Built target shp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/help/CMakeFiles/hlp_sk.dir/build.make loch/help/CMakeFiles/hlp_sk.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/help /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/help /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/help/CMakeFiles/hlp_sk.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/help/CMakeFiles/hlp_en.dir/build.make loch/help/CMakeFiles/hlp_en.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/help/CMakeFiles/hlp_sk.dir/build.make loch/help/CMakeFiles/hlp_sk.dir/build
[ 13%] Generating en/loch.htb
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/help/en && /usr/local/opt/cmake/bin/cmake -E tar cfv loch.htb --format=zip loch.hhp loch.hhc loch.hhk loch.htm
[ 14%] Generating sk/loch.htb
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/help/sk && /usr/local/opt/cmake/bin/cmake -E tar cfv loch.htb --format=zip loch.hhp loch.hhc loch.hhk loch.htm
loch.hhp
loch.hhc
loch.hhk
loch.htm
loch.hhp
loch.hhc
loch.hhk
loch.htm
[ 14%] Linking C shared library libtr.dylib
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/opt/cmake/bin/cmake -E cmake_link_script CMakeFiles/tr.dir/link.txt --verbose=1
[ 14%] Built target hlp_en
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_bg.dir/build.make loch/locale/CMakeFiles/locale_bg.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_cs.dir/build.make loch/locale/CMakeFiles/locale_cs.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_bg.dir/DependInfo.cmake "--color="
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_cs.dir/DependInfo.cmake "--color="
[ 14%] Built target hlp_sk
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_de.dir/build.make loch/locale/CMakeFiles/locale_de.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_de.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_bg.dir/build.make loch/locale/CMakeFiles/locale_bg.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_cs.dir/build.make loch/locale/CMakeFiles/locale_cs.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_de.dir/build.make loch/locale/CMakeFiles/locale_de.dir/build
[ 14%] Generating bg/loch.mo
[ 15%] Generating cs/loch.mo
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/bg/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/bg/loch.po
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/cs/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/cs/loch.po
[ 15%] Generating de/loch.mo
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/de/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/de/loch.po
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_en_GB.dir/build.make loch/locale/CMakeFiles/locale_en_GB.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_en_GB.dir/DependInfo.cmake "--color="
[ 15%] Built target locale_bg
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_es.dir/build.make loch/locale/CMakeFiles/locale_es.dir/depend
[ 15%] Built target locale_cs
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_fr.dir/build.make loch/locale/CMakeFiles/locale_fr.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_es.dir/DependInfo.cmake "--color="
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_fr.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_en_GB.dir/build.make loch/locale/CMakeFiles/locale_en_GB.dir/build
[ 15%] Built target locale_de
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_it.dir/build.make loch/locale/CMakeFiles/locale_it.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_it.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_fr.dir/build.make loch/locale/CMakeFiles/locale_fr.dir/build
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -dynamiclib -Wl,-headerpad_max_install_names -o libtr.dylib -install_name @rpath/libtr.dylib CMakeFiles/tr.dir/lxTR.c.o /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries/libGL.tbd /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries/libGLU.tbd /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries/libGL.tbd
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_es.dir/build.make loch/locale/CMakeFiles/locale_es.dir/build
[ 16%] Generating en_GB/loch.mo
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/en_GB/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/en_GB/loch.po
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_it.dir/build.make loch/locale/CMakeFiles/locale_it.dir/build
[ 16%] Generating fr/loch.mo
[ 16%] Built target tr
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/fr/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/fr/loch.po
[ 17%] Generating es/loch.mo
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_ru.dir/build.make loch/locale/CMakeFiles/locale_ru.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/es/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/es/loch.po
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_ru.dir/DependInfo.cmake "--color="
[ 18%] Generating it/loch.mo
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/it/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/it/loch.po
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_ru.dir/build.make loch/locale/CMakeFiles/locale_ru.dir/build
[ 18%] Built target locale_en_GB
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_sk.dir/build.make loch/locale/CMakeFiles/locale_sk.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/CMakeFiles/locale_sk.dir/DependInfo.cmake "--color="
[ 18%] Built target locale_fr
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/CMakeFiles/common-utils.dir/build.make loch/CMakeFiles/common-utils.dir/depend
[ 18%] Built target locale_es
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/version.dir/build.make CMakeFiles/version.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/CMakeFiles/common-utils.dir/DependInfo.cmake "--color="
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/CMakeFiles/version.dir/DependInfo.cmake "--color="
[ 18%] Generating ru/loch.mo
[ 18%] Built target locale_it
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/ru/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/ru/loch.po
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/locale/CMakeFiles/locale_sk.dir/build.make loch/locale/CMakeFiles/locale_sk.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/CMakeFiles/common-utils.dir/build.make loch/CMakeFiles/common-utils.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/version.dir/build.make CMakeFiles/version.dir/build
[ 19%] Generating sk/loch.mo
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale && /usr/local/bin/msgfmt -o /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/sk/loch.mo /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/locale/sk/loch.po
[ 19%] Building CXX object loch/CMakeFiles/common-utils.dir/lxFile.cxx.o
[ 19%] Built target locale_ru
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT loch/CMakeFiles/common-utils.dir/lxFile.cxx.o -MF CMakeFiles/common-utils.dir/lxFile.cxx.o.d -o CMakeFiles/common-utils.dir/lxFile.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxFile.cxx
[ 21%] Updating version
[ 21%] Building CXX object loch/CMakeFiles/common-utils.dir/lxMath.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT loch/CMakeFiles/common-utils.dir/lxMath.cxx.o -MF CMakeFiles/common-utils.dir/lxMath.cxx.o.d -o CMakeFiles/common-utils.dir/lxMath.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxMath.cxx
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8 && python3 set_version.py /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build
[ 21%] Built target locale_sk
[ 21%] Built target version
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f thbook/CMakeFiles/thbook.dir/build.make thbook/CMakeFiles/thbook.dir/depend
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thbook /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook/CMakeFiles/thbook.dir/DependInfo.cmake "--color="
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f thbook/CMakeFiles/thbook.dir/build.make thbook/CMakeFiles/thbook.dir/build
[ 22%] Generating thbook.pdf
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thbook && /usr/local/opt/cmake/bin/cmake -E env FORCE_SOURCE_DATE=1 TEXINPUTS="/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook;." /Library/TeX/texbin/pdftex --output-dir=/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook \def\outputsize{0}\def\reproducible{}\input\ thbook.tex
[ 23%] Linking CXX shared library libpoly2tri.dylib
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/poly2tri && /usr/local/opt/cmake/bin/cmake -E cmake_link_script CMakeFiles/poly2tri.dir/link.txt --verbose=1
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdftex)
restricted \write18 enabled.
entering extended mode
(./thbook.tex No glyph to unicode mapping found! (./etc/supp-mis.tex
loading : Context Support Macros / Miscellaneous (2004.10.26)
) (./etc/supp-pdf.tex
loading : Context Support Macros / PDF
) (./etc/optarg.tex) (./etc/verbatim.tex) (./ch00.tex [1{/usr/local/texlive/202
4/texmf-var/fonts/map/pdftex/updmap/pdftex.map/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -dynamiclib -Wl,-headerpad_max_install_names -o libpoly2tri.dylib -install_name @rpath/libpoly2tri.dylib CMakeFiles/poly2tri.dir/common/shapes.cc.o CMakeFiles/poly2tri.dir/sweep/advancing_front.cc.o CMakeFiles/poly2tri.dir/sweep/cdt.cc.o CMakeFiles/poly2tri.dir/sweep/sweep_context.cc.o CMakeFiles/poly2tri.dir/sweep/sweep.cc.o
[ 23%] Built target poly2tri
} <./pic/thbook.jpg>]
(/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook/version.tex)
[2] Warning: re-run to input a newly generated TOC file [3] [4]) (./ch01.tex
[5 <./pic/ageom.pdf>] [6] [7] [MP to PDF] (./mp/schema.1) [8]) (./ch02.tex
[9] [10 <./pic/agrippa.jpg>]
Overfull \hbox (9.55724pt too wide) in paragraph at lines 96--99
[]\tt YYYY[.MM.[DD[@hh[:MM[:SS[.SS]]]]]] [- YYYY[.MM[.DD[@hh[:MM[:SS[.SS]]]]]]
][]
[11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22]
Overfull \hbox (2.61252pt too wide) in paragraph at lines 824--857
[]\tt ice-pillar[]\rm , []\tt ice-stalactite[]\rm , []\tt ice-stalagmite[]\rm
, []\tt map-connection[]$[]$\rm , []\tt paleo-material[]\rm ,

Overfull \hbox (4.79291pt too wide) in paragraph at lines 824--857
[]\tt photo[]\rm , []\tt root[]\rm , []\tt seed-germination[]\rm , []\tt sink[
]\rm , []\tt spring[]$[]$\rm , []\tt tree-trunk[]\rm , []\tt u[]$[]$\rm , []\tt
vegetable-debris[]\rm ,
[23] [24] [25]
Overfull \hbox (0.4216pt too wide) in paragraph at lines 1015--1031
[]\it passages: []\tt wall[]\rm , []\tt con-tour[]\rm , []\tt slope[]$[]$\rm ,
[]\tt floor-step[]\rm , []\tt pit[]\rm , []\tt pitch[] \rm (syn-onym of pit),
[]\tt ceiling-

Overfull \hbox (0.65195pt too wide) in paragraph at lines 1032--1044
[]\it passage fills: []\tt flow-stone[]\rm , []\tt moon-milk[]\rm , []\tt rock
-border[]$[]$\rm , []\tt rock-edge[]$[]$\rm , []\tt water-flow[]\rm , []\tt aby
ss-

Overfull \hbox (1.1684pt too wide) in paragraph at lines 1045--1053
[]\it equipment: []\tt fixed-ladder[]\rm , []\tt handrail[]\rm , []\tt rope[]
rm , []\tt rope-ladder[]\rm , []\tt steps[]\rm , []\tt via-ferrata[]\rm , []\tt
walk-
[MP to PDF] (./mp/xsect.1) [26] [27] [28] [29] [30] [31] [32] [33] [34]
[35] [36] [37] [38] [39] [40] [41] [42] [43]) (./ch03.tex [44] [45 <./pic/herak
l.pdf>] [46] [47] [48]
Overfull \hbox (3.98236pt too wide) in paragraph at lines 294--294
[] \tt fonts-setup <hu
-ge-size>
[49] [50] [51] [MP to PDF] (./mp/page.1) [52 <./pic/page.pdf>] [53] [54]
[55] [56] [57]
Overfull \hbox (1.67323pt too wide) in paragraph at lines 718--720
[][][]\tt wall-source <maps/centerline/all/splays>[] $\mit .$ \rm set source d
ata for pas-sage wall mod-
[58] [59] [60] [61]) (./ch04.tex [62] [63] [64 <./pic/database.pdf>] [65])
(./ch05.tex [66] [67 <./pic/thom.jpg>] [68] [69] [70] [71] [72] [73] [74]
[75] [76]) (./ch06.tex [77] [78] [79] [80] [81] [82] [83] [84] [85] [86]
[87] [88] [89] [90] [91] [92]) (./ch07.tex Warning: skipping the case studies)
[93] )
(\end occurred when \ifeof on line 10 was incomplete)
(see the transcript file for additional information)</usr/local/texlive/2024/te
xmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/local/texlive/2024/tex
mf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb></usr/local/texlive/2024/te
xmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/local/texlive/2024/tex
mf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/local/texlive/2024/texm
f-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/local/texlive/2024/texmf-
dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/local/texlive/2024/texmf-di
st/fonts/type1/public/amsfonts/cm/cmmi8.pfb></usr/local/texlive/2024/texmf-dist
/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/local/texlive/2024/texmf-dist/f
onts/type1/public/amsfonts/cm/cmr12.pfb></usr/local/texlive/2024/texmf-dist/fon
ts/type1/public/amsfonts/cm/cmr7.pfb></usr/local/texlive/2024/texmf-dist/fonts/
type1/public/amsfonts/cm/cmr8.pfb></usr/local/texlive/2024/texmf-dist/fonts/typ
e1/public/amsfonts/cm/cmssdc10.pfb></usr/local/texlive/2024/texmf-dist/fonts/ty
pe1/public/amsfonts/cm/cmsy10.pfb></usr/local/texlive/2024/texmf-dist/fonts/typ
e1/public/amsfonts/cm/cmsy7.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1
/public/amsfonts/cm/cmti10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/
public/amsfonts/cm/cmti12.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/p
ublic/amsfonts/cm/cmti8.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/pub
lic/amsfonts/cm/cmtt10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/publ
ic/amsfonts/cm/cmtt12.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/publi
c/archaic/givbc10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/hoekwater
/mflogo-font/logo10.pfb>
Output written on /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook/
thbook.pdf (93 pages, 723859 bytes).
Transcript written on /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thb
ook/thbook.log.
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thbook && /usr/local/opt/cmake/bin/cmake -E env FORCE_SOURCE_DATE=1 TEXINPUTS="/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook;." /Library/TeX/texbin/pdftex --output-dir=/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook \def\outputsize{0}\def\reproducible{}\input\ thbook.tex
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdftex)
restricted \write18 enabled.
entering extended mode
(./thbook.tex No glyph to unicode mapping found! (./etc/supp-mis.tex
loading : Context Support Macros / Miscellaneous (2004.10.26)
) (./etc/supp-pdf.tex
loading : Context Support Macros / PDF
) (./etc/optarg.tex) (./etc/verbatim.tex) (./ch00.tex [1{/usr/local/texlive/202
4/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./pic/thbook.jpg>]
(/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook/version.tex)
[2]
(/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook/etc/contents.tex
[3]) [4] [5] [6]) (./ch01.tex [7 <./pic/ageom.pdf>] [8] [9] [MP to PDF]
(./mp/schema.1) [10]) (./ch02.tex [11] [12 <./pic/agrippa.jpg>]
Overfull \hbox (9.55724pt too wide) in paragraph at lines 96--99
[]\tt YYYY[.MM.[DD[@hh[:MM[:SS[.SS]]]]]] [- YYYY[.MM[.DD[@hh[:MM[:SS[.SS]]]]]]
][]
[13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24]
Overfull \hbox (2.61252pt too wide) in paragraph at lines 824--857
[]\tt ice-pillar[]\rm , []\tt ice-stalactite[]\rm , []\tt ice-stalagmite[]\rm
, []\tt map-connection[]$[]$\rm , []\tt paleo-material[]\rm ,

Overfull \hbox (4.79291pt too wide) in paragraph at lines 824--857
[]\tt photo[]\rm , []\tt root[]\rm , []\tt seed-germination[]\rm , []\tt sink[
]\rm , []\tt spring[]$[]$\rm , []\tt tree-trunk[]\rm , []\tt u[]$[]$\rm , []\tt
vegetable-debris[]\rm ,
[25] [26] [27]
Overfull \hbox (0.4216pt too wide) in paragraph at lines 1015--1031
[]\it passages: []\tt wall[]\rm , []\tt con-tour[]\rm , []\tt slope[]$[]$\rm ,
[]\tt floor-step[]\rm , []\tt pit[]\rm , []\tt pitch[] \rm (syn-onym of pit),
[]\tt ceiling-

Overfull \hbox (0.65195pt too wide) in paragraph at lines 1032--1044
[]\it passage fills: []\tt flow-stone[]\rm , []\tt moon-milk[]\rm , []\tt rock
-border[]$[]$\rm , []\tt rock-edge[]$[]$\rm , []\tt water-flow[]\rm , []\tt aby
ss-

Overfull \hbox (1.1684pt too wide) in paragraph at lines 1045--1053
[]\it equipment: []\tt fixed-ladder[]\rm , []\tt handrail[]\rm , []\tt rope[]
rm , []\tt rope-ladder[]\rm , []\tt steps[]\rm , []\tt via-ferrata[]\rm , []\tt
walk-
[MP to PDF] (./mp/xsect.1) [28] [29] [30] [31] [32] [33] [34] [35] [36]
[37] [38] [39] [40] [41] [42] [43] [44] [45]) (./ch03.tex [46] [47 <./pic/herak
l.pdf>] [48] [49] [50]
Overfull \hbox (3.98236pt too wide) in paragraph at lines 294--294
[] \tt fonts-setup <hu
-ge-size>
[51] [52] [53] [MP to PDF] (./mp/page.1) [54 <./pic/page.pdf>] [55] [56]
[57] [58] [59]
Overfull \hbox (1.67323pt too wide) in paragraph at lines 718--720
[][][]\tt wall-source <maps/centerline/all/splays>[] $\mit .$ \rm set source d
ata for pas-sage wall mod-
[60] [61] [62] [63]) (./ch04.tex [64] [65] [66 <./pic/database.pdf>] [67])
(./ch05.tex [68] [69 <./pic/thom.jpg>] [70] [71] [72] [73] [74] [75] [76]
[77] [78]) (./ch06.tex [79] [80] [81] [82] [83] [84] [85] [86] [87] [88]
[89] [90] [91] [92] [93] [94]) (./ch07.tex Warning: skipping the case studies)
[95] )
(\end occurred when \ifeof on line 10 was incomplete)
(see the transcript file for additional information)</usr/local/texlive/2024/te
xmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb></usr/local/texlive/2024/tex
mf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/local/texlive/2024/texm
f-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb></usr/local/texlive/2024/tex
mf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/local/texlive/2024/texm
f-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/local/texlive/2024/texmf
-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/local/texlive/2024/texmf-d
ist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/local/texlive/2024/texmf-dis
t/fonts/type1/public/amsfonts/cm/cmmi8.pfb></usr/local/texlive/2024/texmf-dist/
fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/local/texlive/2024/texmf-dist/fo
nts/type1/public/amsfonts/cm/cmr12.pfb></usr/local/texlive/2024/texmf-dist/font
s/type1/public/amsfonts/cm/cmr7.pfb></usr/local/texlive/2024/texmf-dist/fonts/t
ype1/public/amsfonts/cm/cmr8.pfb></usr/local/texlive/2024/texmf-dist/fonts/type
1/public/amsfonts/cm/cmssdc10.pfb></usr/local/texlive/2024/texmf-dist/fonts/typ
e1/public/amsfonts/cm/cmsy10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type
1/public/amsfonts/cm/cmsy7.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/
public/amsfonts/cm/cmti10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/p
ublic/amsfonts/cm/cmti12.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/pu
blic/amsfonts/cm/cmti8.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/publ
ic/amsfonts/cm/cmtt10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/publi
c/amsfonts/cm/cmtt12.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/public
/archaic/givbc10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/hoekwater/
mflogo-font/logo10.pfb>
Output written on /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook/
thbook.pdf (95 pages, 745882 bytes).
Transcript written on /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thb
ook/thbook.log.
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thbook && /usr/local/opt/cmake/bin/cmake -E env FORCE_SOURCE_DATE=1 TEXINPUTS="/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook;." /Library/TeX/texbin/pdftex --output-dir=/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook \def\outputsize{0}\def\reproducible{}\input\ thbook.tex
[ 24%] Linking CXX shared library libQuickHull.dylib
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/extern/quickhull && /usr/local/opt/cmake/bin/cmake -E cmake_link_script CMakeFiles/QuickHull.dir/link.txt --verbose=1
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdftex)
restricted \write18 enabled.
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -dynamiclib -Wl,-headerpad_max_install_names -o libQuickHull.dylib -install_name @rpath/libQuickHull.dylib CMakeFiles/QuickHull.dir/QuickHull.cpp.o
entering extended mode
(./thbook.tex No glyph to unicode mapping found! (./etc/supp-mis.tex[ 24%] Built target QuickHull

loading : Context Support Macros / Miscellaneous (2004.10.26)
) (./etc/supp-pdf.tex
loading : Context Support Macros / PDF
) (./etc/optarg.tex) (./etc/verbatim.tex) (./ch00.tex [1{/usr/local/texlive/202
4/texmf-var/fonts/map/pdftex/updmap/pdftex.map[ 24%] Linking CXX static library libcommon-utils.a
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/opt/cmake/bin/cmake -P CMakeFiles/common-utils.dir/cmake_clean_target.cmake
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/opt/cmake/bin/cmake -E cmake_link_script CMakeFiles/common-utils.dir/link.txt --verbose=1
} <./pic/thbook.jpg>]
(/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook/version.tex)
[2]
(/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook/etc/contents.tex
[3]) [4] [5] [6]) (./ch01.tex [7 <./pic/ageom.pdf>] [8] [9] [MP to PDF]
(./mp/schema.1) [10]) (./ch02.tex [11] [12 <./pic/agrippa.jpg>]
Overfull \hbox (9.55724pt too wide) in paragraph at lines 96--99
[]\tt YYYY[.MM.[DD[@hh[:MM[:SS[.SS]]]]]] [- YYYY[.MM[.DD[@hh[:MM[:SS[.SS]]]]]]
][]
[13/usr/bin/ar qc libcommon-utils.a "CMakeFiles/common-utils.dir/lxFile.cxx.o" "CMakeFiles/common-utils.dir/lxMath.cxx.o"
/usr/bin/ranlib libcommon-utils.a
] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24]
Overfull \hbox (2.61252pt too wide) in paragraph at lines 824--857
[]\tt ice-pillar[]\rm , []\tt ice-stalactite[]\rm , []\tt ice-stalagmite[]\rm
, []\tt map-connection[]$[]$\rm , []\tt paleo-material[]\rm ,

Overfull \hbox (4.79291pt too wide) in paragraph at lines 824--857
[]\tt photo[]\rm , []\tt root[]\rm , []\tt seed-germination[]\rm , []\tt sink[
]\rm , []\tt spring[]$[]$\rm , []\tt tree-trunk[]\rm , []\tt u[]$[]$\rm , []\tt
vegetable-debris[]\rm ,
[25] [26] [27]
Overfull \hbox (0.4216pt too wide) in paragraph at lines 1015--1031
[]\it passages: []\tt wall[]\rm , []\tt con-tour[]\rm , []\tt slope[]$[]$\rm ,
[]\tt floor-step[]\rm , []\tt pit[]\rm , []\tt pitch[] \rm (syn-onym of pit),
[]\tt ceiling-

Overfull \hbox (0.65195pt too wide) in paragraph at lines 1032--1044
[]\it passage fills: []\tt flow-stone[]\rm , []\tt moon-milk[]\rm , []\tt rock
-border[]$[]$\rm , []\tt rock-edge[]$[]$\rm , []\tt water-flow[]\rm , []\tt aby
ss-

Overfull \hbox (1.1684pt too wide) in paragraph at lines 1045--1053
[]\it equipment: []\tt fixed-ladder[]\rm , []\tt handrail[]\rm , []\tt rope[]
rm , []\tt rope-ladder[]\rm , []\tt steps[]\rm , []\tt via-ferrata[]\rm , []\tt
walk-
[MP to PDF] (./mp/xsect.1) [28] [29] [30] [31] [32] [33] [34][ 24%] Built target common-utils
[35/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/therion-common.dir/build.make CMakeFiles/therion-common.dir/depend
]/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/CMakeFiles/loch.dir/build.make loch/CMakeFiles/loch.dir/depend
[36]
[37] [38] [39cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch/CMakeFiles/loch.dir/DependInfo.cmake "--color="
] [40cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build && /usr/local/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8 /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/CMakeFiles/therion-common.dir/DependInfo.cmake "--color="
] [41] [42] [43] [44] [45]) (./ch03.tex [46] [47 <./pic/herak
l.pdf>] [48] [49] [50]
Overfull \hbox (3.98236pt too wide) in paragraph at lines 294--294
[] \tt fonts-setup <hu
-ge-size>
[51] [52] [53] [MP to PDF] (./mp/page.1) [54 <./pic/page.pdf>] [55] [56]
[57] [58] [59]
Overfull \hbox (1.67323pt too wide) in paragraph at lines 718--720
[][][]\tt wall-source <maps/centerline/all/splays>[] $\mit .$ \rm set source d
ata for pas-sage wall mod-
[60] [61] [62] [63]) (./ch04.tex [64/Applications/Xcode.app/Contents/Developer/usr/bin/make -f loch/CMakeFiles/loch.dir/build.make loch/CMakeFiles/loch.dir/build
] [65/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/therion-common.dir/build.make CMakeFiles/therion-common.dir/build
] [66 <./pic/database.pdf>] [67])
(./ch05.tex [68] [69 <./pic/thom.jpg>] [70] [71] [72] [73] [74] [75] [76]
[77] [78]) (./ch06.tex [79] [80] [81] [82] [83] [84] [85] [86] [87] [88]
[89] [90] [91[ 25%] Building CXX object loch/CMakeFiles/loch.dir/lxAboutDlg.cxx.o
][ 25%] Building CXX object loch/CMakeFiles/loch.dir/lxLRUD.cxx.o
[92]cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxAboutDlg.cxx.o -MF CMakeFiles/loch.dir/lxAboutDlg.cxx.o.d -o CMakeFiles/loch.dir/lxAboutDlg.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxAboutDlg.cxx
[93cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxLRUD.cxx.o -MF CMakeFiles/loch.dir/lxLRUD.cxx.o.d -o CMakeFiles/loch.dir/lxLRUD.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxLRUD.cxx
[ 25%] Building CXX object loch/CMakeFiles/loch.dir/lxPres.cxx.o
] [94]) (./ch07.tex[ 26%] Building CXX object loch/CMakeFiles/loch.dir/lxSetup.cxx.o
Warning: skipping the case studies)
[95][ 27%] Building CXX object loch/CMakeFiles/loch.dir/lxOGLFT.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxSetup.cxx.o -MF CMakeFiles/loch.dir/lxSetup.cxx.o.d -o CMakeFiles/loch.dir/lxSetup.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxSetup.cxx
)
(\end occurred when \ifeof on line 10 was incomplete)
(see the transcript file for additional information)</usr/local/texlive/2024/te
xmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfbcd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxPres.cxx.o -MF CMakeFiles/loch.dir/lxPres.cxx.o.d -o CMakeFiles/loch.dir/lxPres.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxPres.cxx
[ 28%] Building CXX object loch/CMakeFiles/loch.dir/lxGUI.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxOGLFT.cxx.o -MF CMakeFiles/loch.dir/lxOGLFT.cxx.o.d -o CMakeFiles/loch.dir/lxOGLFT.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxOGLFT.cxx
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxGUI.cxx.o -MF CMakeFiles/loch.dir/lxGUI.cxx.o.d -o CMakeFiles/loch.dir/lxGUI.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxGUI.cxx
[ 29%] Building CXX object CMakeFiles/therion-common.dir/thcsdata.cxx.o

/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thcsdata.cxx.o -MF CMakeFiles/therion-common.dir/thcsdata.cxx.o.d -o CMakeFiles/therion-common.dir/thcsdata.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thcsdata.cxx
</usr/local/texlive/2024/tex
mf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/local/texlive/2024/texm
f-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb></usr/local/texlive/2024/tex
mf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/local/texlive/2024/texm
f-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/local/texlive/2024/texmf
-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/local/texlive/2024/texmf-d
ist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/local/texlive/2024/texmf-dis
t/fonts/type1/public/amsfonts/cm/cmmi8.pfb></usr/local/texlive/2024/texmf-dist/
fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/local/texlive/2024/texmf-dist/fo
nts/type1/public/amsfonts/cm/cmr12.pfb></usr/local/texlive/2024/texmf-dist/font
s/type1/public/amsfonts/cm/cmr7.pfb></usr/local/texlive/2024/texmf-dist/fonts/t
ype1/public/amsfonts/cm/cmr8.pfb></usr/local/texlive/2024/texmf-dist/fonts/type
1/public/amsfonts/cm/cmssdc10.pfb></usr/local/texlive/2024/texmf-dist/fonts/typ
e1/public/amsfonts/cm/cmsy10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type
1/public/amsfonts/cm/cmsy7.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/
public/amsfonts/cm/cmti10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/p
ublic/amsfonts/cm/cmti12.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/pu
blic/amsfonts/cm/cmti8.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/publ
ic/amsfonts/cm/cmtt10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/publi
c/amsfonts/cm/cmtt12.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/public
/archaic/givbc10.pfb></usr/local/texlive/2024/texmf-dist/fonts/type1/hoekwater/
mflogo-font/logo10.pfb>
Output written on /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thbook/
thbook.pdf (95 pages, 745847 bytes).
Transcript written on /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thb
ook/thbook.log.
[ 29%] Built target thbook
[ 29%] Building CXX object loch/CMakeFiles/loch.dir/lxSTree.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxSTree.cxx.o -MF CMakeFiles/loch.dir/lxSTree.cxx.o.d -o CMakeFiles/loch.dir/lxSTree.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxSTree.cxx
[ 29%] Building CXX object CMakeFiles/therion-common.dir/thmpost.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thmpost.cxx.o -MF CMakeFiles/therion-common.dir/thmpost.cxx.o.d -o CMakeFiles/therion-common.dir/thmpost.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thmpost.cxx
[ 30%] Building CXX object CMakeFiles/therion-common.dir/thsymbolsets.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thsymbolsets.cxx.o -MF CMakeFiles/therion-common.dir/thsymbolsets.cxx.o.d -o CMakeFiles/therion-common.dir/thsymbolsets.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thsymbolsets.cxx
[ 30%] Building CXX object CMakeFiles/therion-common.dir/thtex.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thtex.cxx.o -MF CMakeFiles/therion-common.dir/thtex.cxx.o.d -o CMakeFiles/therion-common.dir/thtex.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/thtex.cxx
[ 31%] Building CXX object loch/CMakeFiles/loch.dir/lxWX.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxWX.cxx.o -MF CMakeFiles/loch.dir/lxWX.cxx.o.d -o CMakeFiles/loch.dir/lxWX.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxWX.cxx
[ 32%] Building CXX object CMakeFiles/therion-common.dir/th2ddataobject.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/th2ddataobject.cxx.o -MF CMakeFiles/therion-common.dir/th2ddataobject.cxx.o.d -o CMakeFiles/therion-common.dir/th2ddataobject.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/th2ddataobject.cxx
[ 32%] Building CXX object CMakeFiles/therion-common.dir/tharea.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/tharea.cxx.o -MF CMakeFiles/therion-common.dir/tharea.cxx.o.d -o CMakeFiles/therion-common.dir/tharea.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/tharea.cxx
[ 33%] Building CXX object CMakeFiles/therion-common.dir/thattr.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thattr.cxx.o -MF CMakeFiles/therion-common.dir/thattr.cxx.o.d -o CMakeFiles/therion-common.dir/thattr.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thattr.cxx
[ 34%] Building CXX object CMakeFiles/therion-common.dir/thbezier.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thbezier.cxx.o -MF CMakeFiles/therion-common.dir/thbezier.cxx.o.d -o CMakeFiles/therion-common.dir/thbezier.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thbezier.cxx
[ 35%] Building CXX object loch/CMakeFiles/loch.dir/lxData.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxData.cxx.o -MF CMakeFiles/loch.dir/lxData.cxx.o.d -o CMakeFiles/loch.dir/lxData.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxData.cxx
[ 35%] Building CXX object CMakeFiles/therion-common.dir/thbuffer.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thbuffer.cxx.o -MF CMakeFiles/therion-common.dir/thbuffer.cxx.o.d -o CMakeFiles/therion-common.dir/thbuffer.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thbuffer.cxx
[ 35%] Building CXX object loch/CMakeFiles/loch.dir/lxGLC.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxGLC.cxx.o -MF CMakeFiles/loch.dir/lxGLC.cxx.o.d -o CMakeFiles/loch.dir/lxGLC.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxGLC.cxx
[ 36%] Building CXX object loch/CMakeFiles/loch.dir/lxImgIO.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxImgIO.cxx.o -MF CMakeFiles/loch.dir/lxImgIO.cxx.o.d -o CMakeFiles/loch.dir/lxImgIO.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxImgIO.cxx
[ 37%] Building CXX object CMakeFiles/therion-common.dir/thcmdline.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thcmdline.cxx.o -MF CMakeFiles/therion-common.dir/thcmdline.cxx.o.d -o CMakeFiles/therion-common.dir/thcmdline.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thcmdline.cxx
[ 37%] Building CXX object loch/CMakeFiles/loch.dir/lxOptDlg.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxOptDlg.cxx.o -MF CMakeFiles/loch.dir/lxOptDlg.cxx.o.d -o CMakeFiles/loch.dir/lxOptDlg.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxOptDlg.cxx
[ 37%] Building CXX object CMakeFiles/therion-common.dir/thcomment.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thcomment.cxx.o -MF CMakeFiles/therion-common.dir/thcomment.cxx.o.d -o CMakeFiles/therion-common.dir/thcomment.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thcomment.cxx
[ 38%] Building CXX object loch/CMakeFiles/loch.dir/lxRender.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxRender.cxx.o -MF CMakeFiles/loch.dir/lxRender.cxx.o.d -o CMakeFiles/loch.dir/lxRender.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxRender.cxx
[ 39%] Building CXX object CMakeFiles/therion-common.dir/thconfig.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thconfig.cxx.o -MF CMakeFiles/therion-common.dir/thconfig.cxx.o.d -o CMakeFiles/therion-common.dir/thconfig.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thconfig.cxx
[ 39%] Building CXX object CMakeFiles/therion-common.dir/thconvert.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thconvert.cxx.o -MF CMakeFiles/therion-common.dir/thconvert.cxx.o.d -o CMakeFiles/therion-common.dir/thconvert.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thconvert.cxx
[ 39%] Building CXX object loch/CMakeFiles/loch.dir/lxSScene.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxSScene.cxx.o -MF CMakeFiles/loch.dir/lxSScene.cxx.o.d -o CMakeFiles/loch.dir/lxSScene.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxSScene.cxx
[ 40%] Building CXX object loch/CMakeFiles/loch.dir/lxSView.cxx.o
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxSView.cxx.o -MF CMakeFiles/loch.dir/lxSView.cxx.o.d -o CMakeFiles/loch.dir/lxSView.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxSView.cxx
[ 42%] Building CXX object CMakeFiles/therion-common.dir/thcs.cxx.o
[ 42%] Building CXX object loch/CMakeFiles/loch.dir/lxSStats.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thcs.cxx.o -MF CMakeFiles/therion-common.dir/thcs.cxx.o.d -o CMakeFiles/therion-common.dir/thcs.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thcs.cxx
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DGL_SILENCE_DEPRECATION -DIMG_API_VERSION=1 -DLOCH -DLXMACOSX -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -D_GNU_SOURCE -Dkiss_fft_scalar=double -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch -isystem /usr/local/include/freetype2 -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.2 -isystem /usr/local/include/wx-3.2 -isystem /usr/X11R6/include -isystem /usr/local/include/vtk-9.4 -isystem /usr/local/include/vtk-9.4/token -isystem /usr/local/include/vtk-9.4/vtkkissfft -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -Wall -Wextra -MD -MT loch/CMakeFiles/loch.dir/lxSStats.cxx.o -MF CMakeFiles/loch.dir/lxSStats.cxx.o.d -o CMakeFiles/loch.dir/lxSStats.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/lxSStats.cxx
[ 43%] Building CXX object CMakeFiles/therion-common.dir/thdata.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdata.cxx.o -MF CMakeFiles/therion-common.dir/thdata.cxx.o.d -o CMakeFiles/therion-common.dir/thdata.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdata.cxx
Copying OS X content loch/loch.app/Contents/Resources/loch.icns
/usr/local/opt/cmake/bin/cmake -E copy /tmp/therion-20241230-33125-9jabk/therion-6.1.8/loch/loch.app/Contents/Resources/loch.icns loch/loch.app/Contents/Resources/loch.icns
[ 43%] Building CXX object CMakeFiles/therion-common.dir/thdatabase.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdatabase.cxx.o -MF CMakeFiles/therion-common.dir/thdatabase.cxx.o.d -o CMakeFiles/therion-common.dir/thdatabase.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdatabase.cxx
[ 44%] Building CXX object CMakeFiles/therion-common.dir/thdataleg.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdataleg.cxx.o -MF CMakeFiles/therion-common.dir/thdataleg.cxx.o.d -o CMakeFiles/therion-common.dir/thdataleg.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdataleg.cxx
[ 44%] Building CXX object CMakeFiles/therion-common.dir/thdataobject.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdataobject.cxx.o -MF CMakeFiles/therion-common.dir/thdataobject.cxx.o.d -o CMakeFiles/therion-common.dir/thdataobject.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdataobject.cxx
[ 45%] Building CXX object CMakeFiles/therion-common.dir/thdatareader.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdatareader.cxx.o -MF CMakeFiles/therion-common.dir/thdatareader.cxx.o.d -o CMakeFiles/therion-common.dir/thdatareader.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdatareader.cxx
[ 45%] Building CXX object CMakeFiles/therion-common.dir/thdatastation.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdatastation.cxx.o -MF CMakeFiles/therion-common.dir/thdatastation.cxx.o.d -o CMakeFiles/therion-common.dir/thdatastation.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdatastation.cxx
[ 46%] Building CXX object CMakeFiles/therion-common.dir/thdate.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdate.cxx.o -MF CMakeFiles/therion-common.dir/thdate.cxx.o.d -o CMakeFiles/therion-common.dir/thdate.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdate.cxx
[ 47%] Building CXX object CMakeFiles/therion-common.dir/thdb1d.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb1d.cxx.o -MF CMakeFiles/therion-common.dir/thdb1d.cxx.o.d -o CMakeFiles/therion-common.dir/thdb1d.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb1d.cxx
[ 47%] Building CXX object CMakeFiles/therion-common.dir/thdb2d.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2d.cxx.o -MF CMakeFiles/therion-common.dir/thdb2d.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2d.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2d.cxx
[ 48%] Building CXX object CMakeFiles/therion-common.dir/thdb2d00.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2d00.cxx.o -MF CMakeFiles/therion-common.dir/thdb2d00.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2d00.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2d00.cxx
[ 48%] Building CXX object CMakeFiles/therion-common.dir/thdb2dab.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2dab.cxx.o -MF CMakeFiles/therion-common.dir/thdb2dab.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2dab.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2dab.cxx
[ 49%] Building CXX object CMakeFiles/therion-common.dir/thdb2dcp.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2dcp.cxx.o -MF CMakeFiles/therion-common.dir/thdb2dcp.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2dcp.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2dcp.cxx
[ 50%] Building CXX object CMakeFiles/therion-common.dir/thdb2dji.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2dji.cxx.o -MF CMakeFiles/therion-common.dir/thdb2dji.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2dji.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2dji.cxx
[ 50%] Building CXX object CMakeFiles/therion-common.dir/thdb2dlp.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2dlp.cxx.o -MF CMakeFiles/therion-common.dir/thdb2dlp.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2dlp.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2dlp.cxx
[ 51%] Building CXX object CMakeFiles/therion-common.dir/thdb2dmi.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2dmi.cxx.o -MF CMakeFiles/therion-common.dir/thdb2dmi.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2dmi.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2dmi.cxx
[ 51%] Building CXX object CMakeFiles/therion-common.dir/thdb2dprj.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2dprj.cxx.o -MF CMakeFiles/therion-common.dir/thdb2dprj.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2dprj.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2dprj.cxx
[ 52%] Building CXX object CMakeFiles/therion-common.dir/thdb2dpt.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2dpt.cxx.o -MF CMakeFiles/therion-common.dir/thdb2dpt.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2dpt.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2dpt.cxx
[ 52%] Building CXX object CMakeFiles/therion-common.dir/thdb2dxm.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2dxm.cxx.o -MF CMakeFiles/therion-common.dir/thdb2dxm.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2dxm.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2dxm.cxx
[ 53%] Building CXX object CMakeFiles/therion-common.dir/thdb2dxs.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb2dxs.cxx.o -MF CMakeFiles/therion-common.dir/thdb2dxs.cxx.o.d -o CMakeFiles/therion-common.dir/thdb2dxs.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb2dxs.cxx
[ 54%] Building CXX object CMakeFiles/therion-common.dir/thdb3d.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thdb3d.cxx.o -MF CMakeFiles/therion-common.dir/thdb3d.cxx.o.d -o CMakeFiles/therion-common.dir/thdb3d.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdb3d.cxx
[ 54%] Building CXX object CMakeFiles/therion-common.dir/thendscrap.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thendscrap.cxx.o -MF CMakeFiles/therion-common.dir/thendscrap.cxx.o.d -o CMakeFiles/therion-common.dir/thendscrap.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thendscrap.cxx
[ 54%] Linking CXX executable loch.app/Contents/MacOS/loch
cd /tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch && /usr/local/opt/cmake/bin/cmake -E cmake_link_script CMakeFiles/loch.dir/link.txt --verbose=1
[ 55%] Building CXX object CMakeFiles/therion-common.dir/thendsurvey.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thendsurvey.cxx.o -MF CMakeFiles/therion-common.dir/thendsurvey.cxx.o.d -o CMakeFiles/therion-common.dir/thendsurvey.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thendsurvey.cxx
[ 55%] Building CXX object CMakeFiles/therion-common.dir/thepsparse.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thepsparse.cxx.o -MF CMakeFiles/therion-common.dir/thepsparse.cxx.o.d -o CMakeFiles/therion-common.dir/thepsparse.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thepsparse.cxx
[ 56%] Building CXX object CMakeFiles/therion-common.dir/therion.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/therion.cxx.o -MF CMakeFiles/therion-common.dir/therion.cxx.o.d -o CMakeFiles/therion-common.dir/therion.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/therion.cxx
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -s CMakeFiles/loch.dir/lxAboutDlg.cxx.o CMakeFiles/loch.dir/lxGUI.cxx.o CMakeFiles/loch.dir/lxLRUD.cxx.o CMakeFiles/loch.dir/lxOGLFT.cxx.o CMakeFiles/loch.dir/lxPres.cxx.o CMakeFiles/loch.dir/lxSetup.cxx.o CMakeFiles/loch.dir/lxSTree.cxx.o CMakeFiles/loch.dir/lxWX.cxx.o CMakeFiles/loch.dir/lxData.cxx.o CMakeFiles/loch.dir/lxGLC.cxx.o CMakeFiles/loch.dir/lxImgIO.cxx.o CMakeFiles/loch.dir/lxOptDlg.cxx.o CMakeFiles/loch.dir/lxRender.cxx.o CMakeFiles/loch.dir/lxSScene.cxx.o CMakeFiles/loch.dir/lxSView.cxx.o CMakeFiles/loch.dir/lxSStats.cxx.o -o loch.app/Contents/MacOS/loch -Wl,-rpath,/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build/loch libcommon-utils.a libtr.dylib -L/usr/local/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 -lwx_osx_cocoau_gl-3.2 -lwx_baseu_xml-3.2 -lwx_osx_cocoau_html-3.2 /usr/local/lib/libvtkIOPLY-9.4.9.4.dylib /usr/local/lib/libvtkFiltersHybrid-9.4.9.4.dylib /usr/local/lib/libvtkIOLegacy-9.4.9.4.dylib /usr/local/lib/libfreetype.dylib /usr/local/lib/libX11.dylib /usr/local/lib/libXext.dylib libimg.dylib /usr/local/lib/libfmt.11.1.1.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries/libGLU.tbd /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries/libGL.tbd /usr/local/lib/libvtkFiltersGeometry-9.4.9.4.dylib /usr/local/lib/libvtkIOCellGrid-9.4.9.4.dylib /usr/local/lib/libvtkIOCore-9.4.9.4.dylib /usr/local/lib/libvtkFiltersCellGrid-9.4.9.4.dylib /usr/local/lib/libvtkFiltersCore-9.4.9.4.dylib /usr/local/lib/libvtkCommonExecutionModel-9.4.9.4.dylib /usr/local/lib/libvtkCommonDataModel-9.4.9.4.dylib /usr/local/lib/libvtkCommonMisc-9.4.9.4.dylib /usr/local/lib/libvtkCommonTransforms-9.4.9.4.dylib /usr/local/lib/libvtkCommonMath-9.4.9.4.dylib /usr/local/lib/libvtkkissfft-9.4.9.4.dylib /usr/local/lib/libvtkCommonCore-9.4.9.4.dylib /usr/local/lib/libvtktoken-9.4.9.4.dylib /usr/local/lib/libvtksys-9.4.9.4.dylib /usr/local/lib/libjpeg.dylib /usr/local/lib/libpng.dylib /usr/local/opt/zlib/lib/libz.dylib
[ 56%] Built target loch
[ 56%] Building CXX object CMakeFiles/therion-common.dir/thexpdb.cxx.o
[ 57%] Building CXX object CMakeFiles/therion-common.dir/thexpmap.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thexpdb.cxx.o -MF CMakeFiles/therion-common.dir/thexpdb.cxx.o.d -o CMakeFiles/therion-common.dir/thexpdb.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thexpdb.cxx
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thexpmap.cxx.o -MF CMakeFiles/therion-common.dir/thexpmap.cxx.o.d -o CMakeFiles/therion-common.dir/thexpmap.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thexpmap.cxx
[ 58%] Building CXX object CMakeFiles/therion-common.dir/thexpmodel.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thexpmodel.cxx.o -MF CMakeFiles/therion-common.dir/thexpmodel.cxx.o.d -o CMakeFiles/therion-common.dir/thexpmodel.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thexpmodel.cxx
[ 58%] Building CXX object CMakeFiles/therion-common.dir/thexport.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thexport.cxx.o -MF CMakeFiles/therion-common.dir/thexport.cxx.o.d -o CMakeFiles/therion-common.dir/thexport.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thexport.cxx
[ 59%] Building CXX object CMakeFiles/therion-common.dir/thexporter.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thexporter.cxx.o -MF CMakeFiles/therion-common.dir/thexporter.cxx.o.d -o CMakeFiles/therion-common.dir/thexporter.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thexporter.cxx
[ 59%] Building CXX object CMakeFiles/therion-common.dir/thexpshp.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thexpshp.cxx.o -MF CMakeFiles/therion-common.dir/thexpshp.cxx.o.d -o CMakeFiles/therion-common.dir/thexpshp.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thexpshp.cxx
[ 60%] Building CXX object CMakeFiles/therion-common.dir/thexpsys.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DIMG_API_VERSION=1 -DPROJ_VER=9 -DTHMACOSX -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8/build -I/tmp/therion-20241230-33125-9jabk/therion-6.1.8 -isystem /usr/local/opt/jpeg-turbo/include -isystem /usr/local/Cellar/xz/5.6.3/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/opt/libtiff/include -isystem /usr/local/Cellar/proj/9.5.1/include -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/shapelib -isystem /tmp/therion-20241230-33125-9jabk/therion-6.1.8/extern/quickhull -O3 -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -Wall -Wextra -MD -MT CMakeFiles/therion-common.dir/thexpsys.cxx.o -MF CMakeFiles/therion-common.dir/thexpsys.cxx.o.d -o CMakeFiles/therion-common.dir/thexpsys.cxx.o -c /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thexpsys.cxx
In file included from /tmp/therion-20241230-33125-9jabk/therion-6.1.8/thepsparse.cxx:43:
In file included from /usr/local/include/fmt/core.h:5:
In file included from /usr/local/include/fmt/format.h:41:
/usr/local/include/fmt/base.h:2240:23: error: no matching member function for call to 'format'
ctx.advance_to(cf.format(static_cast<qualified_type>(arg), ctx));
~~~^~~~~~
/usr/local/include/fmt/base.h:2220:21: note: in instantiation of function template specialization 'fmt::detail::valuefmt::context::format_custom<thdouble, fmt::formatter>' requested here
custom.format = format_custom<value_type, formatter<value_type, char_type>>;
^
/usr/local/include/fmt/format.h:4176:40: note: in instantiation of function template specialization 'fmt::detail::valuefmt::context::value<thdouble, 0>' requested here
return vformat(fmt.str, vargs<T...>{{args...}});
^
/tmp/therion-20241230-33125-9jabk/therion-6.1.8/thepsparse.cxx:143:17: note: in instantiation of function template specialization 'fmt::format' requested here
s << fmt::format("{}", thdouble(this->a,prec_col)) << " g";
^
/tmp/therion-20241230-33125-9jabk/therion-6.1.8/thdouble.h:37:10: note: candidate function template not viable: 'this' argument has type 'const fmt::formatter', but method is not marked const
auto format(const thdouble& p, FormatContext& ctx) {
^
1 error generated.
make[2]: *** [CMakeFiles/therion-common.dir/thepsparse.cxx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/therion-common.dir/all] Error 2
make: *** [all] Error 2

==> Formula
Tap: ladislavb/therion
Path: /usr/local/Homebrew/Library/Taps/ladislavb/homebrew-therion/therion.rb
==> Configuration
HOMEBREW_VERSION: 4.4.13
ORIGIN: https://github.com/Homebrew/brew
HEAD: 6ea9df68df4868ce12ea7c51c85b57dce514f2e8
Last commit: 8 days ago
Branch: stable
Core tap JSON: 30 Dec 13:45 UTC
Core cask tap JSON: 30 Dec 13:45 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.Dc9zxadhsL/org.xquartz:0
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 3.3.6 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby
CPU: octa-core 64-bit icelake
Clang: 15.0.0 build 1500
Git: 2.47.1 => /usr/local/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 13.7.2-x86_64
CLT: 15.1.0.0.1.1700200546
Xcode: 15.2
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/libarchive:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/icu4c@76:/usr/local/opt/libomp:/usr/local/opt/m4:/usr/local/opt/jpeg:/usr/local/opt/zlib:/usr/local
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
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python@3.13/Frameworks:/usr/local/opt/qt/Frameworks
PKG_CONFIG_PATH: /usr/local/opt/fmt/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/jbig2dec/lib/pkgconfig:/usr/local/opt/jpeg-turbo/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/lz4/lib/pkgconfig:/usr/local/opt/zstd/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/openjpeg/lib/pkgconfig:/usr/local/opt/webp/lib/pkgconfig:/usr/local/opt/leptonica/lib/pkgconfig:/usr/local/opt/libb2/lib/pkgconfig:/usr/local/opt/libarchive/lib/pkgconfig:/usr/local/opt/libidn/lib/pkgconfig:/usr/local/opt/pcre2/lib/pkgconfig:/usr/local/opt/mpdecimal/lib/pkgconfig:/usr/local/opt/openssl@3/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/python@3.13/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libxau/lib/pkgconfig:/usr/local/opt/libxdmcp/lib/pkgconfig:/usr/local/opt/libxcb/lib/pkgconfig:/usr/local/opt/libx11/lib/pkgconfig:/usr/local/opt/libxext/lib/pkgconfig:/usr/local/opt/libxrender/lib/pkgconfig:/usr/local/opt/lzo/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/graphite2/lib/pkgconfig:/usr/local/opt/icu4c@76/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/fribidi/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/tesseract/lib/pkgconfig:/usr/local/opt/brotli/lib/pkgconfig:/usr/local/opt/highway/lib/pkgconfig:/usr/local/opt/imath/lib/pkgconfig:/usr/local/opt/libdeflate/lib/pkgconfig:/usr/local/opt/openexr/lib/pkgconfig:/usr/local/opt/jpeg-xl/lib/pkgconfig:/usr/local/opt/libvmaf/lib/pkgconfig:/usr/local/opt/aom/lib/pkgconfig:/usr/local/opt/libde265/lib/pkgconfig:/usr/local/opt/x265/lib/pkgconfig:/usr/local/opt/libheif/lib/pkgconfig:/usr/local/opt/liblqr/lib/pkgconfig:/usr/local/opt/jasper/lib/pkgconfig:/usr/local/opt/libraw/lib/pkgconfig:/usr/local/opt/imagemagick/lib/pkgconfig:/usr/local/opt/jpeg/lib/pkgconfig:/usr/local/opt/pkgconf/lib/pkgconfig:/usr/local/opt/proj/lib/pkgconfig:/usr/local/opt/libtommath/lib/pkgconfig:/usr/local/opt/tcl-tk/lib/pkgconfig:/usr/local/opt/gmp/lib/pkgconfig:/usr/local/opt/isl/lib/pkgconfig:/usr/local/opt/mpfr/lib/pkgconfig:/usr/local/opt/hdf5/lib/pkgconfig:/usr/local/opt/jsoncpp/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/netcdf/lib/pkgconfig:/usr/local/opt/pugixml/lib/pkgconfig:/usr/local/opt/assimp/lib/pkgconfig:/usr/local/opt/dbus/lib/pkgconfig:/usr/local/opt/hunspell/lib/pkgconfig:/usr/local/opt/libmng/lib/pkgconfig:/usr/local/opt/md4c/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/theora/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig:/usr/local/opt/xorgproto/share/pkgconfig:/usr/local/opt/shared-mime-info/share/pkgconfig:/usr/local/opt/eigen/share/pkgconfig:/usr/local/opt/nlohmann-json/share/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/13
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_GIT: git
HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /Library/TeX/texbin:/usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/cmake/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/jbig2dec/bin:/usr/local/opt/jpeg-turbo/bin:/usr/local/opt/giflib/bin:/usr/local/opt/xz/bin:/usr/local/opt/lz4/bin:/usr/local/opt/zstd/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/little-cms2/bin:/usr/local/opt/openjpeg/bin:/usr/local/opt/webp/bin:/usr/local/opt/leptonica/bin:/usr/local/opt/libarchive/bin:/usr/local/opt/libidn/bin:/usr/local/opt/pcre2/bin:/usr/local/opt/openssl@3/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/python@3.13/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/cairo/bin:/usr/local/opt/graphite2/bin:/usr/local/opt/icu4c@76/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/fribidi/bin:/usr/local/opt/pango/bin:/usr/local/opt/tesseract/bin:/usr/local/opt/ghostscript/bin:/usr/local/opt/brotli/bin:/usr/local/opt/libdeflate/bin:/usr/local/opt/openexr/bin:/usr/local/opt/jpeg-xl/bin:/usr/local/opt/libvmaf/bin:/usr/local/opt/aom/bin:/usr/local/opt/libde265/bin:/usr/local/opt/shared-mime-info/bin:/usr/local/opt/x265/bin:/usr/local/opt/libheif/bin:/usr/local/opt/jasper/bin:/usr/local/opt/libraw/bin:/usr/local/opt/m4/bin:/usr/local/opt/libtool/bin:/usr/local/opt/imagemagick/bin:/usr/local/opt/lcdf-typetools/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/pkgconf/bin:/usr/local/opt/proj/bin:/usr/local/opt/tcl-tk/bin:/usr/local/opt/gcc/bin:/usr/local/opt/hdf5/bin:/usr/local/opt/cgns/bin:/usr/local/opt/netcdf/bin:/usr/local/opt/assimp/bin:/usr/local/opt/dbus/bin:/usr/local/opt/hunspell/bin:/usr/local/opt/md4c/bin:/usr/local/opt/qt/bin:/usr/local/opt/pyqt/bin:/usr/local/opt/vtk/bin:/usr/local/opt/wxwidgets/bin:/usr/local/opt/python@3.13/libexec/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: ladislavb/therion/therion 6.1.8 did not build
Logs:
/Users/gaucher/Library/Logs/Homebrew/therion/00.options.out
/Users/gaucher/Library/Logs/Homebrew/therion/01.cmake
/Users/gaucher/Library/Logs/Homebrew/therion/01.cmake.cc
/Users/gaucher/Library/Logs/Homebrew/therion/02.make
/Users/gaucher/Library/Logs/Homebrew/therion/02.make.cc
/Users/gaucher/Library/Logs/Homebrew/therion/build
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/ladislavb/homebrew-therion/issues

These open issues may also help:
brew install therion on macOS Ventura 13.7 #15

@Dehautenbas
Copy link

@Jef-speleo Try with brew install --HEAD therion, thats work for me with mac os Sequoia 15.1

@ladislavb
Copy link
Owner

No need to use --HEAD. I just updated formula with the latest Therion version 6.3.1. I am running / testing on Apple Silicon with the latest macOS 15.2. It should work on Sonoma as well. I don't have time now to test it on older versions of macOS, but will try on 13.6 in UTM.

@Jef-speleo
Copy link

Thank you for your help,
I tried to reinstall therion, (version 6.3.1) but new error message occurred :
" brew install therion
==> Fetching ladislavb/therion/therion
==> Downloading https://github.com/therion/therion/archive/v6.3.1.tar.gz
Already downloaded: /Users/gaucher/Library/Caches/Homebrew/downloads/7e17269acfba574f5417ff90f18dca514e4fde337a727cf0225affd1047f6376--therion-6.3.1.tar.gz
==> Installing therion from ladislavb/therion
==> cmake ..
Last 15 lines from /Users/gaucher/Library/Logs/Homebrew/therion/01.cmake:
of the following names:

Catch2Config.cmake
catch2-config.cmake

Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set
"Catch2_DIR" to a directory containing one of the above files. If "Catch2"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
cmake/Dependencies.cmake:15 (include)
CMakeLists.txt:18 (include)

-- Configuring incomplete, errors occurred!

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/ladislavb/homebrew-therion/issues

These open issues may also help:
brew install therion on macOS Ventura 13.7 #15
"

Followig instruction I tried to set directory location, that contains both files Catch2Config.cmake and catch2-config.cmake in the 01.make file
I tried to locate the file using find linux command
"find . -name catch2-config.cmake"
but the catch2-config.cmake doesn't seem to be present on the computer.

@Jef-speleo
Copy link

with the -v command, the installation error message is :
MacBook-Air-de-jean-francois:~ gaucher$ brew -v install therion
==> Fetching ladislavb/therion/therion
==> Downloading https://github.com/therion/therion/archive/v6.3.1.tar.gz
Already downloaded: /Users/gaucher/Library/Caches/Homebrew/downloads/7e17269acfba574f5417ff90f18dca514e4fde337a727cf0225affd1047f6376--therion-6.3.1.tar.gz
==> Verifying checksum for '7e17269acfba574f5417ff90f18dca514e4fde337a727cf0225affd1047f6376--therion-6.3.1.tar.gz'
==> Installing therion from ladislavb/therion
/usr/bin/env tar --extract --no-same-owner --file /Users/gaucher/Library/Caches/Homebrew/downloads/7e17269acfba574f5417ff90f18dca514e4fde337a727cf0225affd1047f6376--therion-6.3.1.tar.gz --directory /private/tmp/homebrew-unpack-20241231-67677-ydaori
mv /private/tmp/homebrew-unpack-20241231-67677-ydaori/therion-6.3.1 /private/tmp/therion-20241231-67677-r7j19m/therion-6.3.1
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/therion/6.3.1_3 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=/usr/local/Homebrew/Library/Homebrew/cmake/trap_fetchcontent_provider.cmake -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk
-- The C compiler identification is AppleClang 15.0.0.15000100
-- The CXX compiler identification is AppleClang 15.0.0.15000100
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/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: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for module 'proj'
-- Found proj, version 9.5.1
CMake Error at cmake/Catch2.cmake:16 (find_package):
By not providing "FindCatch2.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Catch2", but
CMake did not find one.

Could not find a package configuration file provided by "Catch2" with any
of the following names:

Catch2Config.cmake
catch2-config.cmake

Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set
"Catch2_DIR" to a directory containing one of the above files. If "Catch2"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
cmake/Dependencies.cmake:15 (include)
CMakeLists.txt:18 (include)

-- Configuring incomplete, errors occurred!

==> Formula
Tap: ladislavb/therion
Path: /usr/local/Homebrew/Library/Taps/ladislavb/homebrew-therion/therion.rb
==> Configuration
HOMEBREW_VERSION: 4.4.14
ORIGIN: https://github.com/Homebrew/brew
HEAD: f84082963da8af8c9ccd6dffbe932eba457e2b78
Last commit: 21 hours ago
Branch: stable
Core tap JSON: 31 Dec 10:24 UTC
Core cask tap JSON: 31 Dec 10:24 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.Dc9zxadhsL/org.xquartz:0
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 3.3.6 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby
CPU: octa-core 64-bit icelake
Clang: 15.0.0 build 1500
Git: 2.47.1 => /usr/local/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 13.7.2-x86_64
CLT: 15.1.0.0.1.1700200546
Xcode: 15.2
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/libarchive:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/icu4c@76:/usr/local/opt/libomp:/usr/local/opt/m4:/usr/local/opt/jpeg:/usr/local/opt/zlib:/usr/local
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
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python@3.13/Frameworks:/usr/local/opt/qt/Frameworks
PKG_CONFIG_PATH: /usr/local/opt/fmt/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/jbig2dec/lib/pkgconfig:/usr/local/opt/jpeg-turbo/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/lz4/lib/pkgconfig:/usr/local/opt/zstd/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/openjpeg/lib/pkgconfig:/usr/local/opt/webp/lib/pkgconfig:/usr/local/opt/leptonica/lib/pkgconfig:/usr/local/opt/libb2/lib/pkgconfig:/usr/local/opt/libarchive/lib/pkgconfig:/usr/local/opt/libidn/lib/pkgconfig:/usr/local/opt/pcre2/lib/pkgconfig:/usr/local/opt/mpdecimal/lib/pkgconfig:/usr/local/opt/openssl@3/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/python@3.13/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libxau/lib/pkgconfig:/usr/local/opt/libxdmcp/lib/pkgconfig:/usr/local/opt/libxcb/lib/pkgconfig:/usr/local/opt/libx11/lib/pkgconfig:/usr/local/opt/libxext/lib/pkgconfig:/usr/local/opt/libxrender/lib/pkgconfig:/usr/local/opt/lzo/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/graphite2/lib/pkgconfig:/usr/local/opt/icu4c@76/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/fribidi/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/tesseract/lib/pkgconfig:/usr/local/opt/brotli/lib/pkgconfig:/usr/local/opt/highway/lib/pkgconfig:/usr/local/opt/imath/lib/pkgconfig:/usr/local/opt/libdeflate/lib/pkgconfig:/usr/local/opt/openexr/lib/pkgconfig:/usr/local/opt/jpeg-xl/lib/pkgconfig:/usr/local/opt/libvmaf/lib/pkgconfig:/usr/local/opt/aom/lib/pkgconfig:/usr/local/opt/libde265/lib/pkgconfig:/usr/local/opt/x265/lib/pkgconfig:/usr/local/opt/libheif/lib/pkgconfig:/usr/local/opt/liblqr/lib/pkgconfig:/usr/local/opt/jasper/lib/pkgconfig:/usr/local/opt/libraw/lib/pkgconfig:/usr/local/opt/imagemagick/lib/pkgconfig:/usr/local/opt/jpeg/lib/pkgconfig:/usr/local/opt/pkgconf/lib/pkgconfig:/usr/local/opt/proj/lib/pkgconfig:/usr/local/opt/libtommath/lib/pkgconfig:/usr/local/opt/tcl-tk/lib/pkgconfig:/usr/local/opt/gmp/lib/pkgconfig:/usr/local/opt/isl/lib/pkgconfig:/usr/local/opt/mpfr/lib/pkgconfig:/usr/local/opt/hdf5/lib/pkgconfig:/usr/local/opt/jsoncpp/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/netcdf/lib/pkgconfig:/usr/local/opt/pugixml/lib/pkgconfig:/usr/local/opt/assimp/lib/pkgconfig:/usr/local/opt/dbus/lib/pkgconfig:/usr/local/opt/hunspell/lib/pkgconfig:/usr/local/opt/libmng/lib/pkgconfig:/usr/local/opt/md4c/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/theora/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig:/usr/local/opt/xorgproto/share/pkgconfig:/usr/local/opt/shared-mime-info/share/pkgconfig:/usr/local/opt/eigen/share/pkgconfig:/usr/local/opt/nlohmann-json/share/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/13
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_GIT: git
HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /Library/TeX/texbin:/usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/cmake/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/jbig2dec/bin:/usr/local/opt/jpeg-turbo/bin:/usr/local/opt/giflib/bin:/usr/local/opt/xz/bin:/usr/local/opt/lz4/bin:/usr/local/opt/zstd/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/little-cms2/bin:/usr/local/opt/openjpeg/bin:/usr/local/opt/webp/bin:/usr/local/opt/leptonica/bin:/usr/local/opt/libarchive/bin:/usr/local/opt/libidn/bin:/usr/local/opt/pcre2/bin:/usr/local/opt/openssl@3/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/python@3.13/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/cairo/bin:/usr/local/opt/graphite2/bin:/usr/local/opt/icu4c@76/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/fribidi/bin:/usr/local/opt/pango/bin:/usr/local/opt/tesseract/bin:/usr/local/opt/ghostscript/bin:/usr/local/opt/brotli/bin:/usr/local/opt/libdeflate/bin:/usr/local/opt/openexr/bin:/usr/local/opt/jpeg-xl/bin:/usr/local/opt/libvmaf/bin:/usr/local/opt/aom/bin:/usr/local/opt/libde265/bin:/usr/local/opt/shared-mime-info/bin:/usr/local/opt/x265/bin:/usr/local/opt/libheif/bin:/usr/local/opt/jasper/bin:/usr/local/opt/libraw/bin:/usr/local/opt/m4/bin:/usr/local/opt/libtool/bin:/usr/local/opt/imagemagick/bin:/usr/local/opt/lcdf-typetools/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/pkgconf/bin:/usr/local/opt/proj/bin:/usr/local/opt/tcl-tk/bin:/usr/local/opt/gcc/bin:/usr/local/opt/hdf5/bin:/usr/local/opt/cgns/bin:/usr/local/opt/netcdf/bin:/usr/local/opt/assimp/bin:/usr/local/opt/dbus/bin:/usr/local/opt/hunspell/bin:/usr/local/opt/md4c/bin:/usr/local/opt/qt/bin:/usr/local/opt/pyqt/bin:/usr/local/opt/vtk/bin:/usr/local/opt/wxwidgets/bin:/usr/local/opt/python@3.13/libexec/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: ladislavb/therion/therion 6.3.1 did not build
Logs:
/Users/gaucher/Library/Logs/Homebrew/therion/00.options.out
/Users/gaucher/Library/Logs/Homebrew/therion/01.cmake
/Users/gaucher/Library/Logs/Homebrew/therion/01.cmake.cc
/Users/gaucher/Library/Logs/Homebrew/therion/build
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/ladislavb/homebrew-therion/issues

These open issues may also help:
brew install therion on macOS Ventura 13.7 #15

@ladislavb
Copy link
Owner

ladislavb commented Dec 31, 2024 via email

@Jef-speleo
Copy link

thanks again Ladislav for your help (and your time) !

Now catch2 was installed, but a new error occurred :

"
MacBook-Air-de-jean-francois:~ gaucher$ brew install catch2
==> Downloading https://formulae.brew.sh/api/formula.jws.json

100.0%

==> Downloading https://formulae.brew.sh/api/cask.jws.json

100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/catch2/manifests/3.7.1

100.0%

==> Fetching catch2
==> Downloading https://ghcr.io/v2/homebrew/core/catch2/blobs/sha256:351b8571546a1fd599ae3f66d974197cb38971bfb3ef62d5a516a2540dc93506

100.0%

==> Pouring catch2--3.7.1.ventura.bottle.tar.gz
🍺 /usr/local/Cellar/catch2/3.7.1: 230 files, 2.6MB
==> Running brew cleanup catch2...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see man brew).

MacBook-Air-de-jean-francois:~ gaucher$ brew install therion
==> Fetching ladislavb/therion/therion
==> Downloading https://github.com/therion/therion/archive/v6.3.1.tar.gz
Already downloaded: /Users/gaucher/Library/Caches/Homebrew/downloads/7e17269acfba574f5417ff90f18dca514e4fde337a727cf0225affd1047f6376--therion-6.3.1.tar.gz
==> Installing therion from ladislavb/therion
==> cmake ..
==> make install
Last 15 lines from /Users/gaucher/Library/Logs/Homebrew/therion/02.make:
puts $oid "#!/u..."
("default" arm line 2)
invoked from within
"switch $what {
survex {
set oid [open "svxedit" w]
puts $oid "#!/usr/bin/wish"
puts $oid {##

svxedit --

Survex svx files ed..."

(file "mkall.tcl" line 24)

make[2]: *** [xtherion/xtherion] Error 1
make[1]: *** [xtherion/CMakeFiles/xtherion-tcl.dir/all] Error 2
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/ladislavb/homebrew-therion/issues

These open issues may also help:
brew install therion on macOS Ventura 13.7 #15
"

the log of" brew -v install therion" can be downloaded here : brew_-_v_installt_herion.txt

thanks again jef

@vpicaver
Copy link

vpicaver commented Jan 7, 2025

I'm running into the same problem.

@vpicaver
Copy link

vpicaver commented Jan 7, 2025

This error seems to be fix on the HEAD.
brew install --HEAD therion

@Jef-speleo
Copy link

Indeed, I just had to install BWidget from https://ports.macports.org/port/BWidget/ and Xtherion now works fine.
Thanks a lot
jef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants