From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: mituharu@math.s.chiba-u.ac.jp Newsgroups: gmane.emacs.bugs Subject: bug#37483: [PATCH] macOS build error (aligned_alloc) Date: Mon, 23 Sep 2019 05:14:15 +0900 Message-ID: References: <6CB9FE84-5DF1-458C-B6A9-6C10DDADF601@acm.org> Mime-Version: 1.0 Content-Type: text/plain;charset=iso-2022-jp Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="105599"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: SquirrelMail/1.4.22-5.el6 Cc: 37483@debbugs.gnu.org To: "Mattias Engdeg?rd" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Sep 22 22:15:14 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iC8GI-000RG7-K6 for geb-bug-gnu-emacs@m.gmane.org; Sun, 22 Sep 2019 22:15:14 +0200 Original-Received: from localhost ([::1]:48560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iC8GF-0004tK-Ig for geb-bug-gnu-emacs@m.gmane.org; Sun, 22 Sep 2019 16:15:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46835) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iC8G7-0004t0-Gx for bug-gnu-emacs@gnu.org; Sun, 22 Sep 2019 16:15:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iC8G6-0002Nm-D6 for bug-gnu-emacs@gnu.org; Sun, 22 Sep 2019 16:15:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53962) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iC8G6-0002Ne-8L for bug-gnu-emacs@gnu.org; Sun, 22 Sep 2019 16:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iC8G6-0004s1-1I for bug-gnu-emacs@gnu.org; Sun, 22 Sep 2019 16:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: mituharu@math.s.chiba-u.ac.jp Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 22 Sep 2019 20:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37483 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 37483-submit@debbugs.gnu.org id=B37483.156918326218652 (code B ref 37483); Sun, 22 Sep 2019 20:15:01 +0000 Original-Received: (at 37483) by debbugs.gnu.org; 22 Sep 2019 20:14:22 +0000 Original-Received: from localhost ([127.0.0.1]:34550 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iC8FS-0004qm-LU for submit@debbugs.gnu.org; Sun, 22 Sep 2019 16:14:22 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:62630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iC8FP-0004qZ-3T for 37483@debbugs.gnu.org; Sun, 22 Sep 2019 16:14:19 -0400 Original-Received: from weber.math.s.chiba-u.ac.jp (weber [192.168.32.4]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 06023F08D5; Mon, 23 Sep 2019 05:14:15 +0900 (JST) (envelope-from mituharu@math.s.chiba-u.ac.jp) Original-Received: from 218.43.9.40 (SquirrelMail authenticated user mituharu) by weber.math.s.chiba-u.ac.jp with HTTP; Mon, 23 Sep 2019 05:14:15 +0900 In-Reply-To: <6CB9FE84-5DF1-458C-B6A9-6C10DDADF601@acm.org> X-Priority: 3 (Normal) Importance: Normal 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: 209.51.188.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:166940 Archived-At: > After upgrading the macOS system dev tools, building Emacs fails because > aligned_alloc is present in the system headers and can be linked with but > isn't actually in the dynamic library (macOS 10.14, Xcode 11). You would need to install the Command Line Developer Tools with "xcode-select --install". In general this is necessary when the macOS version is older than the newest one Xcode supports. In the case of Xcode 11, it is macOS 10.15. Actually you don't need Xcode for building Emacs, but the Command Line Developer Tools would be sufficient. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp