swipl icon indicating copy to clipboard operation
swipl copied to clipboard

Installation fails

Open ebellodi opened this issue 6 years ago • 1 comments

I'm following the commands: cd swipl-devel mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/swipl-8.0.3 .. make ctest -j 4 sudo make install

where DCMAKE_INSTALL_PREFIX=$HOME/opt/swipl-8.0.3. During make I get the repeated error shown in the attached image, which regards tex files generation. I get the same error with the development version downloaded from the github repository at https://github.com/SWI-Prolog/swipl-devel.git. Screenshot 2019-11-26 16 06 27

ebellodi avatar Nov 26 '19 15:11 ebellodi

That is a dependency issue that should be resolved. For now, make sure GMP is installed or disable the documentation. You probably want GMP support anyway,

JanWielemaker avatar Nov 27 '19 08:11 JanWielemaker