2013-10-09 3 views
0

내 이맥스 버전이 23.3.1이고 안드로이드 개발 환경을 설정하고 싶습니다. android-mode.elAndroid 모델로드 오류

을 다운로드하고 .emacs를 수정하여로드합니다.

(add-to-list 'load-path "~/.emacs.d/site-lisp/") 
(require 'android-mode) 
(custom-set-variables 
'(android-mode-avd "test") 
'(android-mode-sdk-dir "/opt/android-sdk/")) 

해당 파일을로드 할 때, 그것은이 오류 :

Warning (initialization): An error occurred while loading `/home/htang/.emacs': 

File error: Cannot open load file, cl-lib 

나는 내 Emacs23에 작동하도록이 문제를 해결하는 방법은 CL-LIB가 emacs24 이상 이후의 새로운 기능입니다 알고 .3 버전?

+0

왜 Emacs24를 설치하지 않는 것이 좋을까요? 루트가 없다면 여전히 소스에서 빌드 할 수 있습니다. –

답변

0

GNU ELPA에서 오래된 Emacsen 용 cl-lib를 설치할 수 있습니다.