Cmake error with wxWidgets installation in CodeBlocks, after build completed

Viewed 369

I have downloaded wxWidgets 3.1.4 on Windows 10, and built it using CodeBlocks 17.12, and the GCC compiler version 5.1.0. I used CMake GUI 3.18.2.

In CMake, I used the "CodeBlocks - MinGW Makefiles" generator, with the "Use default native compilers" option. The CMAKE_BUILD_TYPE was set to Debug. The wxBUILD_SHARED option was enabled.

In CB, the build process completed successfully (at least the debug version for now). The next step was to install it. The process reached 100% completion, but yielded the following error:

enter image description here

What might be the cause of this error? I am not as comfortable with C++ and CMake. I'm coming from a .NET background.

0 Answers
Related