You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make[2]: *** No rule to make target `man/utf8proc', needed by `man/pldoc2tex'. Stop.
I think this is because building http/any package docs require utf8proc package, so maybe this package should be auto-added if user still wishes to build docs and is using -DSWIPL_PACKAGE_LIST or at least we could how appropriate error message:
To confirm, retrying with:
cmake -DSWIPL_PACKAGE_LIST="utf8proc;http" ..
make