texlive is missing to build the documentation as reported in the LOGS\GUI\makeinstall file.
Two solutions here:
- switch off documentation generation. To do this, simply edit
SAT_SALOME\products\GUI.pyconfand add to the cmake options-DSALOME_BUILD_DOC=OFF - install texlive which is available at this link: texlive and expand
PATH, such that command:where latexreturns the path to latex.exe.
HTH.