gansm / finalcut

A text-based widget toolkit
https://github.com/gansm/finalcut/wiki/First-steps#first-steps-with-the-final-cut-widget-toolkit
GNU Lesser General Public License v3.0
981 stars 52 forks source link

Does it support MSYS2 MinGW64? #120

Closed ghost closed 1 year ago

ghost commented 1 year ago

I found Cygwin is supported but there is no information about MSYS2.

gansm commented 1 year ago

Hi tn1997tn, I just set up a MSYS2 test environment and was able to successfully compile FINAL CUT there.

grafik

ghost commented 1 year ago

You used the MSYS Shell. I'm talking about the MINGW64 Shell (also part of MSYS2). On MSYS2, each Shell is a separate environment. If FINAL CUT needs a POSIX system then it will not work on the MINGW64 Shell. It worked on the MSYS Shell because the MSYS Shell's environment is indeed a fork of Cygwin so it's a POSIX system.