From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: org-mode source code repo make error Date: Fri, 2 Feb 2018 13:18:03 +0900 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehSoi-0001s4-F5 for emacs-orgmode@gnu.org; Thu, 01 Feb 2018 23:20:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehSne-0003dx-D8 for emacs-orgmode@gnu.org; Thu, 01 Feb 2018 23:19:12 -0500 Received: from mail-lf0-x230.google.com ([2a00:1450:4010:c07::230]:38607) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ehSnd-0003bR-SN for emacs-orgmode@gnu.org; Thu, 01 Feb 2018 23:18:06 -0500 Received: by mail-lf0-x230.google.com with SMTP id g72so29470785lfg.5 for ; Thu, 01 Feb 2018 20:18:05 -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: "numbchild@gmail.com" Cc: Org-mode 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