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:
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?
CodePudding user response:
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/.