SFML mingw compile error. This UNIX operating system is not supported by SFML library
I am trying to compile some c++ code with mingw64 and i got this strange error when I tried to include SFML “This UNIX operating system is not supported by SFML library”, this is odd since I am compiling on windows. I also got this error “In file included from C:SFMLinclude/SFML/Window Window.hpp:33, from C:SFMLinclude/SFML/Window.hpp:44: C:SFMLinclude/SFML/Window WindowBase.hpp:91:37: error: expected ‘)’ before ‘handle’ 91 | explicit WindowBase(WindowHandle handle);”.