Hi all, I'm trying to get the bluefish editor to work on windows. The code compiles fine, I get a bluefish.exe file. But if I start this from the msys2 command prompt it just hangs - no output no errors. If I start the executable from the file explorer, it complains about missing libraries (libcairo-2.dll and a bunch of others).
bluefish was ported to windows some years ago by somebody else using msys2 but that was using gtk2. I have little windows programming experience so I'm a bit struggling how to deal with library problems and such. Does anybody have some good examples how to build a native gtk3 application on windows that I can copy things from?