好的,以下是翻译好的内容: 很好,我无法使用fyne运行任何简单的程序。

huangapple go评论71阅读模式
英文:

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

问题

我正在尝试开始使用Fyne,我安装了gcc64位和go,但是当我运行命令时,不知道为什么会显示这个问题:

好的,以下是翻译好的内容:
很好,我无法使用fyne运行任何简单的程序。

在此之前,我运行了命令go mod init testgo 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:

好的,以下是翻译好的内容:
很好,我无法使用fyne运行任何简单的程序。

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/.

huangapple
  • 本文由 发表于 2021年11月18日 23:01:53
  • 转载请务必保留本文链接:https://go.coder-hub.com/70022111.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定