I am trying to build GUI application using Go Fyne Framework, I followed the guidelines that the docs provide, but I am missing something what it seems like is gcc but that doesn't have to be a problem bc I have downloaded and installed the msys2 mingx64 I am confused please help the error is below.
# github.com/go-gl/glfw/v3.3/glfwcgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%# github.com/go-gl/gl/v3.2-core/glcgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%PS C:\Users\weske\OneDrive\Desktop\FyneGems> go build .\main.go# github.com/go-gl/glfw/v3.3/glfwcgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%# github.com/go-gl/gl/v3.2-core/glcgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%PS C:\Users\weske\OneDrive\Desktop\FyneGems> go build# github.com/go-gl/glfw/v3.3/glfwcgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%# github.com/go-gl/gl/v3.2-core/glcgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%