Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试开始使用 Fyne,我安装了 gcc64 位并开始运行,但我不知道为什么当我运行命令时它向我显示问题:
在此之前,我运行命令go mod init test并go mod tidy创建了.mod和.sum文件。
go mod init test
go mod tidy
.mod
.sum
为什么会出现这个问题?
也许 cc1.exe 不是来自 gcc 安装?调试 Windows C 编译器安装可能很复杂 - 我们在 Fyne 文档站点https://developer.fyne.io/started/上有一些从头开始的说明。