From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.bugs Subject: bug#28571: 25.3; Compile error on macOS Sierra Date: Sun, 01 Oct 2017 14:51:30 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <20170923193130.GB6576@breton.holly.idiocy.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: blaine.gmane.org 1506837136 27703 195.159.176.226 (1 Oct 2017 05:52:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 1 Oct 2017 05:52:16 +0000 (UTC) User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?UTF-8?Q?Shij=C5=8D?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) Cc: 28571@debbugs.gnu.org, Alan Third To: Philipp Stephani Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 01 07:52:10 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dyXAg-0006L0-0n for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 Oct 2017 07:52:10 +0200 Original-Received: from localhost ([::1]:41265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyXAl-0007yl-QB for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 Oct 2017 01:52:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyXAc-0007yU-EE for bug-gnu-emacs@gnu.org; Sun, 01 Oct 2017 01:52:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dyXAY-00074D-I9 for bug-gnu-emacs@gnu.org; Sun, 01 Oct 2017 01:52:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:32996) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dyXAY-00073L-ER for bug-gnu-emacs@gnu.org; Sun, 01 Oct 2017 01:52:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dyXAX-0002Ce-N7 for bug-gnu-emacs@gnu.org; Sun, 01 Oct 2017 01:52:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: YAMAMOTO Mitsuharu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 01 Oct 2017 05:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28571 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 28571-submit@debbugs.gnu.org id=B28571.15068370978424 (code B ref 28571); Sun, 01 Oct 2017 05:52:01 +0000 Original-Received: (at 28571) by debbugs.gnu.org; 1 Oct 2017 05:51:37 +0000 Original-Received: from localhost ([127.0.0.1]:41677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dyXA9-0002Bo-6Z for submit@debbugs.gnu.org; Sun, 01 Oct 2017 01:51:37 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:57275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dyXA5-0002BX-Qi for 28571@debbugs.gnu.org; Sun, 01 Oct 2017 01:51:36 -0400 Original-Received: from fermat1.math.s.chiba-u.ac.jp (fermat [192.168.32.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id B561DF08EA; Sun, 1 Oct 2017 14:51:30 +0900 (JST) (envelope-from mituharu@math.s.chiba-u.ac.jp) In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:137732 Archived-At: >>>>> On Sat, 30 Sep 2017 19:17:33 +0000, Philipp Stephani said: >> Probably You need to execute "$ xcode-select --install" to install >> Command Line Tools for Xcode. You can actually go without it by >> tweaking some environment variables and/or compiler arguments, but >> I wouldn't recommend that unless you have a shortage of disk space >> and you really understand what you are doing. >> >> > OK, the warning is indeed gone after that, thanks. Should we put > something in configure.ac that checks for this? It's a bit subtle > because compilation almost completely works without it. Installation of the Command Line Tools is not a strict requirement. For example, the Nix package manager does not require Xcode but use its own SDK, IIUC. On the other hand, MacPorts and Homebrew explicitly require users to install the Command Line Tools: https://www.macports.org/install.php https://docs.brew.sh/Installation.html I guess nowadays most users use some package manager. If they are following its installation instructions correctly, they are in a correct configuration. Otherwise, they will face another problem sooner or later anyway. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp