* error on make
@ 2016-07-26 22:54 Giri Prashanth
2016-07-27 6:21 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Giri Prashanth @ 2016-07-26 22:54 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 724 bytes --]
Hi,
I got the following error while I ran make on latest org-mode code from git
got from git://orgmode.org/org-mode.git in OS X:
rm -f
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp clean
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
org-install.elc
rm -f *.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp autoloads
rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
org-install.elc
org-version: 8.3.5 (release_8.3.5-1027-g04e0bc)
Loading ~/.emacs.d/org-mode/lisp/org-compat.el (source)...
Cannot open load file: cl-lib
make[1]: *** [org-version.el] Error 255
make: *** [autoloads] Error 2
Any ideas on how to fix ?
Thank you in advance.
[-- Attachment #2: Type: text/html, Size: 1035 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: error on make
2016-07-26 22:54 error on make Giri Prashanth
@ 2016-07-27 6:21 ` Nicolas Goaziou
2016-07-27 14:56 ` Giri Prashanth
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2016-07-27 6:21 UTC (permalink / raw)
To: Giri Prashanth; +Cc: emacs-orgmode
Hello,
Giri Prashanth <giri.prashanth@gmail.com> writes:
> I got the following error while I ran make on latest org-mode code from git
> got from git://orgmode.org/org-mode.git in OS X:
>
> rm -f
> /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp clean
> rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
> org-install.elc
> rm -f *.elc
> /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp autoloads
> rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
> org-install.elc
> org-version: 8.3.5 (release_8.3.5-1027-g04e0bc)
> Loading ~/.emacs.d/org-mode/lisp/org-compat.el (source)...
> Cannot open load file: cl-lib
> make[1]: *** [org-version.el] Error 255
> make: *** [autoloads] Error 2
>
>
> Any ideas on how to fix ?
What is your Emacs version? Development branch requires at least Emacs
24.3.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: error on make
2016-07-27 6:21 ` Nicolas Goaziou
@ 2016-07-27 14:56 ` Giri Prashanth
2016-07-29 14:11 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Giri Prashanth @ 2016-07-27 14:56 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1551 bytes --]
Thank you for your response. I have GNU Emacs 24.5.1
(x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) .
One possibility is that in OS X, there is a default emacs with version
22.1.1. I tried brew update but I think for some reason it is not updated
and may cause for this problem.
Is there a way to specify the location of emacs application and site-lisp
folder in the config or Makefile ?
I tried adding path manually in the prefix argument in local.mk but was not
sucessful.
Thank you again,
On Tue, Jul 26, 2016 at 11:21 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:
> Hello,
>
> Giri Prashanth <giri.prashanth@gmail.com> writes:
>
> > I got the following error while I ran make on latest org-mode code from
> git
> > got from git://orgmode.org/org-mode.git in OS X:
> >
> > rm -f
> > /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp clean
> > rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
> > org-install.elc
> > rm -f *.elc
> > /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp autoloads
> > rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
> > org-install.elc
> > org-version: 8.3.5 (release_8.3.5-1027-g04e0bc)
> > Loading ~/.emacs.d/org-mode/lisp/org-compat.el (source)...
> > Cannot open load file: cl-lib
> > make[1]: *** [org-version.el] Error 255
> > make: *** [autoloads] Error 2
> >
> >
> > Any ideas on how to fix ?
>
> What is your Emacs version? Development branch requires at least Emacs
> 24.3.
>
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 2646 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: error on make
2016-07-27 14:56 ` Giri Prashanth
@ 2016-07-29 14:11 ` Nicolas Goaziou
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2016-07-29 14:11 UTC (permalink / raw)
To: Giri Prashanth; +Cc: emacs-orgmode
Hello,
Giri Prashanth <giri.prashanth@gmail.com> writes:
> Thank you for your response. I have GNU Emacs 24.5.1
> (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) .
> One possibility is that in OS X, there is a default emacs with version
> 22.1.1. I tried brew update but I think for some reason it is not updated
> and may cause for this problem.
>
> Is there a way to specify the location of emacs application and site-lisp
> folder in the config or Makefile ?
I don't know. You may want to have a look at
http://orgmode.org/worg/dev/org-build-system.html#sec-4
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-07-29 14:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 22:54 error on make Giri Prashanth
2016-07-27 6:21 ` Nicolas Goaziou
2016-07-27 14:56 ` Giri Prashanth
2016-07-29 14:11 ` Nicolas Goaziou
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).