

The only way is specify the -G "MSYS Makefiles" option to the cmake command line option, so that those bash script files will be used by the cmake, but the bad thing is the generated makefile is a MSYS/UNIX style, and can't be run under mingw32-make.exe(which is used in either Code::Blocks or CodeLite and many IDEs) The problem here is: the MSYS2 prebuild wx library seems have \mingw64\bin\wx-config or \mingw64\bin\wx-config-3.1, but those two files are bash script files( the prebuild wx library is build from the MSYS2 shell's make command, not the mingw32-make.exe), when I try to run cmake from the normal Windows command line, they failed to find the wx library. Installing clion with account of college as a student Sign up JetBrains.
CLION MINGW INSTALL
MSYS2 already have prebuild wx library, I see currently, there are libraries for wx 3.0.5 and wx 3.1.3, so I can use pacman to install those libraries very easy. I see in your recent posts, you use the MSYS2's MinGW-w64 compiler to build the wxWidgets library, and later use this library. Sorry for those questions, but after 3 days of trying to get this to work, I can honestly say, that no online source to far really helped me with this and I really would like to try out wxWidgets. I am suprised how different wokring with wx is compared to Qt5, which only needs the packages that are available as part of the msys2/MingW repo. I've read that I am merely to build and install the libs for wxWidgets, but apparently that's not quite the case.

installing the MingW packages "mingw-w64-x86_64-wxWidgets" and "mingw-w64-i686-wxWidgets".My goal is to build an run the HelloWorld App for starters. I've read many tutorials, but none of them seem to cover the specific combination of MSYS2, MingW and CLion.
CLION MINGW HOW TO
I am starting to learn how to use wxWidgets and after 3 days am not even able to get it to work using my regular C++ environment.
