From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: Re: org-mode source code repo make error Date: Fri, 2 Feb 2018 19:21:42 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1147faca894103056438ecf0" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehcqx-0008Ql-0E for emacs-orgmode@gnu.org; Fri, 02 Feb 2018 10:02:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehcqs-00052Z-U5 for emacs-orgmode@gnu.org; Fri, 02 Feb 2018 10:02:11 -0500 Received: from mail-ot0-x241.google.com ([2607:f8b0:4003:c0f::241]:41798) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ehcqs-00052G-OA for emacs-orgmode@gnu.org; Fri, 02 Feb 2018 10:02:06 -0500 Received: by mail-ot0-x241.google.com with SMTP id r23so19040663ote.8 for ; Fri, 02 Feb 2018 07:02:06 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Yasushi SHOJI Cc: Org-mode --001a1147faca894103056438ecf0 Content-Type: text/plain; charset="UTF-8" I did'nt use `make -C lisp compile`. I just use `make` and `make compile`. Check out my original email, it's the output from command `make`. I did a search, found this `make -C lisp compile` is from `mk/targets.mk`. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Fri, Feb 2, 2018 at 12:18 PM, Yasushi SHOJI wrote: > Hi, > > On Fri, Feb 2, 2018 at 10:24 AM, numbchild@gmail.com > 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 > --001a1147faca894103056438ecf0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I did'nt use `make -C lisp compile`. I just use `m= ake` and `make compile`. Check out my original email, it's the output f= rom command `make`.

I did a search, found this `make -C li= sp compile` is from `mk/targets.mk`.
<= /div>

<= div dir=3D"ltr">[stardiviner]=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 <Hack this world!>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 GPG = key ID: 47C32433
IRC(freeenode): stardiviner =C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 Twitter:=C2=A0 @numbchild
Key fingerprint =3D 9BAA 92BC CDD= D B9EF 3B36=C2=A0 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
<= /div>

On Fri, Feb 2, 2018 at 12:18 PM, Yasushi SHO= JI <yasushi.shoji@gmail.com> wrote:
Hi,

On Fri, Feb 2, 2018 at 10:24 AM, num= bchild@gmail.com
<numbchild@gmail.com> wrot= e:
> 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..=C2=A0 Stop.
make: Leaving directory '/home/yashi/src/org-mode/lisp'

$ git describe
release_9.1.6-419-g4b2006db3


`make help` for more option.
--
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0yashi

--001a1147faca894103056438ecf0--