I’m building SMESH module from the sources following How to build Shaper in Window 11 - #2 by NabilG guidance, and everything is good until the installation procedure. It fails due to “SMESH/src/Tools/Verima/Doc/docutils” is missing and, consequently, cannot be copied by cmake install command.
We need some additional information here about release in use, etc.
Please upload error message if any (you can for instance upload files created in directory SALOME-9.12.0\LOGS\SMESH (three files: cmake, make and makeinstall)
Note that you can switch off documentation generation, by setting SALOME_BUILD_DOC to OFF in the SAT_SALOME\products\SMESH.pyconf file, namely, in section default_win, update field cmake_options by adding : -DSALOME_BUILD_DOC=OFF.
Hey @NabilG, thank you for your recommendation, but do you mean that if I move the project to a shorter path, this will solve an issue with missing doc files, or is it a general recommendation to avoid other possible issues?