Hi,
My installation on Mac fails with below error
[ 77%] Generating lib/occurs.tex
[ 77%] Generating lib/ansiterm.tex
[ 77%] Generating lib/readutil.tex
[ 77%] Generating lib/shlib.tex
[ 78%] Generating lib/pureinput.tex
[ 78%] Generating lib/explain.tex
make[2]: *** No rule to make target `man/archive', needed by `man/lib/prologpack.tex'. Stop.
make[1]: *** [man/CMakeFiles/core.doc.html.dir/all] Error 2
make: *** [all] Error 2
My initial attempt was through swivm
swivm install 8.1.5
This gave the error above.
Turns out there was no bin
directory under ~/.swivm/versions/8.1.5/
At this point I decided to build manually and ran
cmake .
and then make
(from within ~/.swivm/versions/8.1.5/
Again, I get the same error above.
OS: Mac OS High Sierra
cmake version 3.14.3
GNU Make 3.81
Please help.
Thanks,
Vijay