I upgraded emacs on the remote terminal to 23 snapshots. Since I did not have root privileges, I did "make install" with the prefix set to a folder in my home directory. Now, when I start emacs, it gives an error message "I can not open the load file: encoded-kb", it also can not start dired or load cc-mode. I tried running it with '-no-site-file', '-Q', '-q', they all have the same problem. My .emacs are empty. Any suggestions?
Thank you for your help.
Regards, Nishith
Update: these are the messages I get when I try to run "emacs" with no arguments.
Warning: arch-dependent data dir (/usr/local/libexec/emacs/23.0.93/x86_64-unknown-linux-gnu/) does not exist. Warning: Lisp directory `/usr/local/share/emacs/23.0.93/site-lisp' does not exist. Warning: Lisp directory `/usr/local/share/emacs/site-lisp' does not exist. Warning: Lisp directory `/usr/local/share/emacs/23.0.93/lisp' does not exist. Warning: Lisp directory `/usr/local/share/emacs/23.0.93/leim' does not exist.
Its a 64-bit system. Emacs source code was taken from cvs using
cvs -d:pserver: anonymous@cvs.sv.gnu.org :/sources/emacs co emacs
Update2: Thank you Charlie and Trey for your answers. I think I will skip "make install" and stick to using src / emacs. Greetings.
source share