Hi all,
Has anyone had any luck in building the ninja manual on macOS?
I followed the instructions from the README, namely:
./configure.py
ninja manual
...but for me the result is:
this is with the xsltproc bundled with macOS (or with Xcode...?):
% which xsltproc
/usr/bin/xsltproc
% xsltproc --version
Using libxml 20913, libxslt 10135 and libexslt 820
xsltproc was compiled against libxml 20913, libxslt 10135 and libexslt 820
libxslt 10135 was compiled against libxml 20913
libexslt 820 was compiled against libxml 20913
...and the situation is not improved when i change $PATH to use the one from homebrew (which appears to be the current version):
This is on macOS Sonoma 14.6.1 (23G93) on apple silicon.