emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-mode source code repo make error


From: Yasushi SHOJI
Subject: Re: [O] org-mode source code repo make error
Date: Fri, 2 Feb 2018 13:18:03 +0900

Hi,

On Fri, Feb 2, 2018 at 10:24 AM, address@hidden
<address@hidden> wrote:
> When I try to compile with command `make`, but got this output:
[...]
> make -C lisp compile

just do `make compile`.

you can't use `-C` in org-mode source tree.
In my case with `-C`, I get:

$ make -C lisp compile
make: Entering directory '/home/yashi/src/org-mode/lisp'
Makefile:4: *** This make needs to be started as a sub-make from the
toplevel directory..  Stop.
make: Leaving directory '/home/yashi/src/org-mode/lisp'

$ git describe
release_9.1.6-419-g4b2006db3


`make help` for more option.
-- 
           yashi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]