Problems encountered in configuring visit using cmake GUI #17971
summer7807
started this conversation in
Make VisIt better
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
The version of visit used is:VisItDev3.1.4; The cmake version used is:cmake-3.24.0-windows-x86_64;The visual studio version used is:visual studio2017.
I follow this manual tutorial:https://visit-sphinx-github-user-manual.readthedocs.io/en/develop/building_visit/BuildingOnWindows/ConfiguringWithCMakeGUI.html#location-of-windowsbuild-directory
My goal is to compile the visit source code. I think that it is obtained .sln file by using cmake, and then carry out the local windows debugger in visual studio to achieve the goal of successful source code compilation.
I went to step 4.2.4 according to the tutorial in the manual. There are two errors reported after configure in cmake. The error contents are as follows:
CMake Warning at tools/data/datagen/CMakeLists.txt:357 (MESSAGE):
7-Zip not found, .tar.gz data files will not be extracted.
and
CMake Error at CMakeLists.txt:2268 (MESSAGE):
NSIS installer package requested, but 'makensis' could not be found.
Then click the generate button and there is no. sln file in the build files.
I want to know if there is a problem with my above compilation ideas and how to solve the two errors in cmake?
Beta Was this translation helpful? Give feedback.
All reactions