wget
tar jxf vim-7.3.tar.bz2
在7.3的包中的src中./configure出現如下錯誤:
checking for stack_t... yes
checking whether stack_t has an ss_base field... no
checking --with-tlib argument... empty: automatic terminal library selection
checking for tgetent in -lncurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... no
no terminal library found
checking for tgetent()... configure: error: not found!
you need to install a terminal library; for example ncurses.
or specify the name of the library with --with-tlib.
解決方案:
sudo apt-get install libncurses5-dev
然後繼續
make
sudo make install
這樣就成功公升級到7.3了。
ctrl+shift+n 重新開啟乙個終端
vim 回車,即可看到7.3版本了。
so now can add set column in the .vimrc file:
set colorcolumn=81
然後vim開啟檔案的時候就會在81行出來一條紅色豎線
if you want to change the color of line, add this:
hi colorcolumn ctermbg=lightgrey
reference:
AS公升級到3 遇見滴問題
1 show details 大致意思就是依賴不上,一般都是網路原因,在 file settings build,execution,deployment gradle 目錄下把offline work離線工作的選項關掉重新編譯就ok了 2 同樣還是依賴問題 org.gradle.api.inter...
公升級到SVN 1 20時發生的BDB版本問題的處理
因為上次公升級的tortoise svn 1.1.7版本感覺有時不太對勁,不如1.1.4穩定,所以回去前就公升級到了1.20。結果發現原來用 bdb berkeley db 建的repositry不能訪問了,報乙個什麼bdb版本4.3不能運算元據庫的錯誤。但用檔案方式建的repositry可以訪問,...
linux系統移植時出現問題記錄
1 啟動時提示tmp目錄掛載不成功 mount mounting tmpfs on tmp failed invalid argument mount mounting tmpfs on dev failed invalid argument mount mounting var on dev fa...