I use sat to build GUI and sat reports KO,I don’t know what is the problem.
This is what I did.
Here is the log,I can’t find any errors but sat reports KO.
GUI_Log.tar.gz (353.3 KB)
Any suggestions will be appreciated.
I use sat to build GUI and sat reports KO,I don’t know what is the problem.
This is what I did.
texlive is missing to build the documentation as reported in the LOGS\GUI\makeinstall
file.
Two solutions here:
SAT_SALOME\products\GUI.pyconf
and add to the cmake options -DSALOME_BUILD_DOC=OFF
PATH
, such that command: where latex
returns the path to latex.exe.HTH.
Thank you NabilG for suggestions, I will try.
I add -DSALOME_BUILD_DOC=OFF
to the SAT_SALOME\products\GUI.pyconf
and it works.Thank you NabilG, appreciate.