Go 應用程式無法在 Ubuntu SDK 中編譯

Go 應用程式無法在 Ubuntu SDK 中編譯

我正在嘗試使用 SDK 中的模板使用 Go 和 QML 創建一個新的 Ubuntu Touch 應用程式。該應用程式將無法建置並給出以下錯誤。

17:41:47: Running command go get -d -u gopkg.in/qml.v0
package gopkg.in/qml.v0/tref: C source files not allowed when not using  cgo or SWIG: tref.c
17:41:49: The process /usr/bin/go exited with errors.
Error while building/deploying project vsteamservices (kit: Desktop)
When executing step "Run Go install"
17:41:49: Elapsed time: 00:02.

我只是錯過了一些完全明顯的東西嗎?有沒有人真正得到這份工作可以幫助我得到這個?我對 Go/QML 的了解不夠,不知道如何調試/修復這個問題,而且谷歌搜尋實際上並沒有提供任何有用的東西。但我猜模板應該開箱即用。所以我猜我只是錯過了一些東西。

相關內容