From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Tue, 20 Nov 2018 09:35:21 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Trace: blaine.gmane.org 1542674873 17755 195.159.176.226 (20 Nov 2018 00:47:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2018 00:47:53 +0000 (UTC) User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Cc: emacs-devel@gnu.org To: Aaron Madlon-Kay Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 20 01:47:48 2018 Return-path: Envelope-to: ged-emacs-devel@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 1gOuCh-0004Vl-Nv for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2018 01:47:47 +0100 Original-Received: from localhost ([::1]:59637 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOuEo-0002kY-B9 for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2018 19:49:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOuEa-0002R7-LE for emacs-devel@gnu.org; Mon, 19 Nov 2018 19:49:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOu0p-0007qh-Oe for emacs-devel@gnu.org; Mon, 19 Nov 2018 19:35:36 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:62920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOu0n-0007YY-Oa for emacs-devel@gnu.org; Mon, 19 Nov 2018 19:35:31 -0500 Original-Received: from mathent.math.s.chiba-u.ac.jp (mathent [192.168.32.5]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 92D85F08E8; Tue, 20 Nov 2018 09:35:21 +0900 (JST) (envelope-from mituharu@math.s.chiba-u.ac.jp) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 133.82.132.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231240 Archived-At: On Mon, 19 Nov 2018 16:21:34 +0900, Aaron Madlon-Kay wrote: > > Merely reinstalling the correct Command Line Tools package was > insufficient to solve the problem for me. I had to also install the > newly-optional headers package found here: > > /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg > It is supposed to build without /usr/include, unless some bogus pkgconfig files point there (which happens with Homebrew, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32927). You seem to use MacPorts rather than Homebrew. Could you send me the exact error messages when building the Mac port after temporary renaming /usr/include to some other name? Also, please show me the output of the following commands: $ pkg-config --cflags --libs "libxml-2.0 > 2.6.17" $ pkg-config --variable pcfiledir "libxml-2.0 > 2.6.17" YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp