How to build a GTK+3 program on Windows without MSYS2?
问题 I want to compile a code in GTK+3. Without using MSYS2 nor Visual Studio. I'm getting "undefined reference to" First, tried with this tutorial from the official page: https://www.gtk.org/download/windows.php but it was a mess using MSYS2; plus, i dont want a linux like nor a unix like environment (a lot less Visual Studio). I downloaded the "all in one bundle" for version 2, setted up the enviroment variable an all that stuff. Everything worked fine, the code compiled! (a code from version 2)