* Technical Issue with compiling org mode
@ 2009-04-15 0:07 Krishan Rajaratnam
2009-04-16 12:40 ` Ian Barton
2009-04-16 12:44 ` Sebastian Rose
0 siblings, 2 replies; 3+ messages in thread
From: Krishan Rajaratnam @ 2009-04-15 0:07 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1121 bytes --]
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
Thanks a great deal for your time.
_________________________________________________________________
Share photos with friends on Windows Live Messenger
http://go.microsoft.com/?linkid=9650734
[-- Attachment #1.2: Type: text/html, Size: 1397 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Technical Issue with compiling org mode
2009-04-15 0:07 Technical Issue with compiling org mode Krishan Rajaratnam
@ 2009-04-16 12:40 ` Ian Barton
2009-04-16 12:44 ` Sebastian Rose
1 sibling, 0 replies; 3+ messages in thread
From: Ian Barton @ 2009-04-16 12:40 UTC (permalink / raw)
To: emacs-orgmode
Krishan Rajaratnam wrote:
> 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
>
I would suggest that unless you need org to be available to all users on
your computer, you install it somewhere in your home directory. I
install org in #/.emacs-lisp/org and my makefile looks like:
# Name of your emacs binary
EMACS=emacs
# Where local software is found
prefix=~/.emacs-lisp
# Where local lisp files go.
lispdir = $(prefix)/org
Also what OS are you using - Linux, Windows, Mac?
Ian.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Technical Issue with compiling org mode
2009-04-15 0:07 Technical Issue with compiling org mode Krishan Rajaratnam
2009-04-16 12:40 ` Ian Barton
@ 2009-04-16 12:44 ` Sebastian Rose
1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Rose @ 2009-04-16 12:44 UTC (permalink / raw)
To: Krishan Rajaratnam; +Cc: emacs-orgmode
Krishan Rajaratnam <krishan-25@hotmail.com> writes:
> 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
Don't you have /usr/share/emacs/lisp/url/url.el(c) ?
What says
C-h v load-path RET
and
M-x emacs-version RET
?
I never read about that issue here. That's why I wonder if you use an
old emacs version or something. I think url comes with emacs since a
while now, but I might be wrong.
make is no problem here.
Best,
Sebastian
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-04-16 12:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 0:07 Technical Issue with compiling org mode Krishan Rajaratnam
2009-04-16 12:40 ` Ian Barton
2009-04-16 12:44 ` Sebastian Rose
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).