Changes between Initial Version and Version 2 of Ticket #27782
- Timestamp:
- Dec 25, 2010, 11:05:02 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27782 – Description
initial v2 3 3 After installing ecb and starting emacs, I got this error 4 4 5 {{{ 5 6 Opening directory: Permission denied, /opt/local/share/emacs/site-lisp/ecb-images 7 }}} 6 8 7 9 The permissions for this directory and all descendents are set to 700 8 10 11 {{{ 9 12 sudo ls -ld /opt/local/share/emacs/site-lisp/ecb-images 10 13 drwx------ 6 root admin 204 Nov 9 14:29 /opt/local/share/emacs/site-lisp/ecb-images 14 }}} 11 15 12 16 2. cedet dependency … … 14 18 Following the instructions to start ecb, I got an error message that the desired version of cedet was unavailable. It looks like macports is installing a newer version of cedet-devel that ecb can not work with. 15 19 20 {{{ 16 21 (require 'ecb) 17 18 22 M-x ecb-active 19 23 24 ECB 2.40 - Error: ECB can only be used with cedet [1.0pre6, 1.0.9]! Please install it and restart Emacs! 25 }}} 20 26 21 ECB 2.40 - Error: ECB can only be used with cedet [1.0pre6, 1.0.9]! Please install it and restart Emacs! 22 23 27 {{{ 24 28 $ port deps ecb 25 26 29 Full Name: ecb @2.40_0 27 28 30 Library Dependencies: emacs, cedet-devel 29 30 31 $ port search cedet-devel 31 32 32 cedet-devel @1.0pre7 (editors) 33 34 33 Infrastructure for parser based text analysis in Emacs 34 }}}