C++ Override fmt location?

Anything in /usr/local/ is installed through a port/package, it's not "part of the system". Uninstall whatever installed /usr/local/include/fmt (find out with pkg-which(8)).
 
With that issue, I was using mariadb-client which has libfmt as a depenendcy, which appears to cause the compile-time issue. I switched to mysql-client (no libfmt dep) and it compiles fine!
 
All good!

wowtcfreebsd.png
 
Back
Top