Dear community,
I tried building SMESH on Windows 10 following https://discourse.salome-platform.org/t/how-to-build-shaper-in-window-11/505/2, and it failed during CONFIGURE.
F:\Salome_build>SALOME-9.12.0\W64\Python\python.exe SAT\sat compile SALOME-9.12.0 -p SMESH,CONFIGURATION --clean_all
Executing the compile commands in the build directories of the products of the application SALOME-9.12.0
SOURCE directory = F:\Salome_build\SALOME-9.12.0\SOURCES
BUILD directory = F:\Salome_build\SALOME-9.12.0\BUILDCompilation of CONFIGURATION … ignored
Compilation of SMESH … KO CONFIGURECompilation: KO (1/2)
I looked into the log file and found that CMake could not find SIP. Printing out some values from within FindSIP.cmake, I found that some paths are missing.
How do I fix it?
cmake.txt (10.6 KB)