Search code examples
gogccfyne

Go fyne, i can't run a any simple program with fyne


I'm trying to get started with Fyne, I installed the gcc64 bit and go, but I don't know why when I run the command it shows me the problem:

enter image description here

before that, I run the command go mod init test and go mod tidy and it created the .mod and .sum files.

why does this problem show?


Solution

  • Maybe the cc1.exe is not from the gcc installation? Debugging Windows C compiler installations can be complicated - we have some instructions from scratch on the Fyne docs site https://developer.fyne.io/started/.