2013-02-14 4 views
0

저는 내 쿠분투 12-10 머신에서 qt vim을 빌드하려고 일주일 동안 벽에 머리를 두드 리고 있습니다.qt vim은 쿠분투에서 빌드되지 않습니다

내가 사용 빌드 명령은 다음과 같습니다 나에게이 오류 제공

./configure --prefix=/usr/ --with-features=huge --with-vim-name=qvim --enable-gui=qt

: 많은 인터넷 검색 후

checking for tgetent in -ltinfo... no 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.

를, 내가 찾은 유일한 해결책은 libncurses5을 가지고 있었다 -dev와 ncurses5-dev가 설치되어 있습니다. 또한 모든 일반적인 ncurses dev lib를 apt repo에 설치했습니다. 아아, 같은 오류가 발생했습니다. 이 오류 발생

./configure --prefix=/usr/ --with-features=huge --with-vim-name=qvim --enable-gui=qt --with-tlib=ncurses

: 설치 위의 모든 라이브러리와

, 나는 tlib 옵션을 사용하여 명령을 시도

checking --with-tlib argument... ncurses checking for linking with ncurses library... configure: error: FAILED

는 잘 모르겠어요 내가 잘못하고있어. 어떤 도움이라도 대단히 감사하겠습니다. 미리 감사드립니다!

+1

구축-출발 vim' 모든 해냈어 의존성 –

+0

을 구축 설치 apt-get을'시도 모든 종속성을 구축 설치 apt-get build-dep vim 시도! 정말 고마워! 그것은 적절한 기능입니다 - 그것에 대해 알지 못했습니다. 그것을 지적 주셔서 감사합니다! – bronzehedwick

+0

답변으로 추가하여 upvote/accept :-) 수 있습니다. –

답변

2

관련 문제