I've installed boost and its dependency, boost-libs for ucrt64, but it seems they don't provide regex.hpp. In a ucrt64 shell, compiling freemacs, I get this:
Mint/emacsbuffers.h:27:10: fatal error: boost/regex.hpp: No such file or directory
pacman -Ss boost regex comes up with nothing. Could it be some other package, do I have to compile part of Boost, or what?
It's been a long time since I compiled anything much. When I did, C++ wasn't so common and Boost dependency was even less common; it wasn't yet part of the C++ standard.
Installed boost packages:
ucrt64/mingw-w64-ucrt-x86_64-boost 1.89.0-1 [installed]
ucrt64/mingw-w64-ucrt-x86_64-boost-libs 1.89.0-1 [installed]