1、Could not determine which ”make“ command to run.?Check?the ”make“ step in the build configuration.”
????????sudo apt-get install clang
????????sudo apt-get install build-essential
????????sudo apt-get install libqt4-dev
2、fatal error: sqlite3.h: No such file or directory,//原因是系統沒有安裝函數庫
- sudo apt-get install sqlite3
- sudo apt-get install libsqlite3-dev
3、無法獲得鎖 /var/lib/dpkg/lock - open (11: 資源暫時不可用)
E: 無法鎖定管理目錄(/var/lib/dpkg/),是否有其他進程正占用它?
這樣的錯誤,說明apt-get 資源正在被占用,解鎖即可:
????????sudo rm /var/cache/apt/archives/lock
????????sudo rm /var/lib/dpkg/lock