Hi I tried to install org mode by following the instructions and using
make, but Im not very familiar
with make and I got an error. Im sending this email to try to get this
problem resolved. Here
are the details:
Im using regular emacs so I left the emacs binary as emacs, and my share
file is right under usr
(not under local) so my prefix was /usr. My makefile details are shown
below:
EMACS= emacs
prefix=/usr ;there is no local file where share is found
lispdir = $(prefix)/share/emacs/site-lisp
infodir = $(prefix)/share/info
Then I entered make in the commandline window and I got alot of messages
saying certain fuctions weren't
found and at the end I got an error message:
While compiling toplevel forms in file
/home/Krishan/org_mode/lisp/org-protocol.el:
!! File error (("Cannot open load file" "url"))
Done
make: *** [lisp/org-protocol.elc] Error 1