英文:
Go fyne, i can't run a any simple program with fyne
问题
我正在尝试开始使用Fyne,我安装了gcc64位和go,但是当我运行命令时,不知道为什么会显示这个问题:
在此之前,我运行了命令go mod init test
和go mod tidy
,它创建了.mod
和.sum
文件。
为什么会出现这个问题?
英文:
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?
答案1
得分: 0
也许cc1.exe不是来自gcc安装包?
调试Windows C编译器安装可能会很复杂-我们在Fyne文档网站上提供了一些从头开始的说明https://developer.fyne.io/started/。
英文:
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/.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论