You need to install {fmt} aka libfmt,for supporting C++23-compatible formatted text printing.
Do not use the following version(s) and older ones:
- 9.1.0 (stock version for Ubuntu 24.04 LTS)
Use the following versions of libfmt:
brew install fmt
- See libfmt README.
- Install the shared library.
An example sequence:
mkdir build
cd build
cmake -DBUILD_SHARED_LIBS=TRUE ..
make
make test
sudo zsh
umask 022
make install
exit
[End of memorandum]