顯示具有 問題 標籤的文章。 顯示所有文章
顯示具有 問題 標籤的文章。 顯示所有文章

2018年3月20日 星期二

Golang問題集---在mac環境下使SQLite時編譯器報錯(Xcode/iOS license)

Golang問題---在mac環境下使用SQLite時編譯器報錯


錯誤訊息:

Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and then retry this command.

Go(Golang)程式語言 設定GCC

下載MSYS2:  https://www.msys2.org/ 安裝 程式開始執行後輸入: pacman -Syu y y 在安裝目錄底下找到msys2.exe,雙擊執行 輸入指令: pacman -Su pacman -S --needed base-devel mingw-...