Issue with CMake
Posted: Thu May 20, 2021 12:04 pm
Hi,
I have installed CC on the Cloudcompare.org website, and it works perfectly fine.
I know want to develop a CC plugin. For me to try out and visualize small changes in the source code I am writing, I need to add my plugin folder in the CC plugin directory.
However, with the version installed from cloudcompare.org, the plugin directory only has .dll files, and I can't copy my folder in this directory, in order to try out my plugin (as explained in https://github.com/CloudCompare/CloudCo ... IBUTING.md). I also can add that qDummyPlugin does not exist anymore (as you surely know).
So I have tried to install the version from github, using the following link instructions https://github.com/CloudCompare/CloudCo ... r/BUILD.md After cloning the directory, I have everything I need to compile CC using CMake.
Here are my directories : source code : C:/Users/bierlaire/Desktop/CloudCompare with everything that I just cloned
where to build the binaries : C:/Users/bierlaire/Desktop/build (empty folder)
Please note that I can't work on C:/Program Files since I have not all the permissions on my laptop.
Trying to compile, I get this error :
I have everything in the prerequisites, as well as Visual Studio 2019 and Visual Studio 2017. This is also why this issue is frustrating.
Please be aware that I am a beginner with CMake.
I am also open to any other solution in order to try out my plugin code without using CMake.
Any help would be greatly appreciated,
Jules
I have installed CC on the Cloudcompare.org website, and it works perfectly fine.
I know want to develop a CC plugin. For me to try out and visualize small changes in the source code I am writing, I need to add my plugin folder in the CC plugin directory.
However, with the version installed from cloudcompare.org, the plugin directory only has .dll files, and I can't copy my folder in this directory, in order to try out my plugin (as explained in https://github.com/CloudCompare/CloudCo ... IBUTING.md). I also can add that qDummyPlugin does not exist anymore (as you surely know).
So I have tried to install the version from github, using the following link instructions https://github.com/CloudCompare/CloudCo ... r/BUILD.md After cloning the directory, I have everything I need to compile CC using CMake.
Here are my directories : source code : C:/Users/bierlaire/Desktop/CloudCompare with everything that I just cloned
where to build the binaries : C:/Users/bierlaire/Desktop/build (empty folder)
Please note that I can't work on C:/Program Files since I have not all the permissions on my laptop.
Trying to compile, I get this error :
Code: Select all
CMake Error at CMakeLists.txt:3 (project):
Generator
Visual Studio 15 2017
could not find any instance of Visual Studio.
Configuring incomplete, errors occurred!
See also "C:/Users/bierlaire/Desktop/build/CMakeFiles/CMakeOutput.log".
Please be aware that I am a beginner with CMake.
I am also open to any other solution in order to try out my plugin code without using CMake.
Any help would be greatly appreciated,
Jules