From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Thu, 24 Oct 2013 19:18:57 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1382609954 12973 80.91.229.3 (24 Oct 2013 10:19:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2013 10:19:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Liu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 24 12:19:18 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VZI0b-0006G3-3D for ged-emacs-devel@m.gmane.org; Thu, 24 Oct 2013 12:19:17 +0200 Original-Received: from localhost ([::1]:53710 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZI0a-0005wP-ML for ged-emacs-devel@m.gmane.org; Thu, 24 Oct 2013 06:19:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZI0R-0005vh-NM for emacs-devel@gnu.org; Thu, 24 Oct 2013 06:19:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZI0L-0000qY-GG for emacs-devel@gnu.org; Thu, 24 Oct 2013 06:19:07 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:54112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZI0K-0000px-VN for emacs-devel@gnu.org; Thu, 24 Oct 2013 06:19:01 -0400 Original-Received: from fermat.math.s.chiba-u.ac.jp (fermat [133.82.132.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 318A1C055D; Thu, 24 Oct 2013 19:18:57 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) 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.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164507 Archived-At: >>>>> On Thu, 24 Oct 2013 17:47:13 +0800, Leo Liu said: > Everything went well except it no longer linked to libxml2. Any idea > how to make it work again? Without libxml2 shr.el is pretty > useless. Thanks in advance. I didn't notice that. Thanks for spotting this. It seems that the standard include files are no longer in the /usr/include directory on OS X 10.9. An immediate workaround would be to run the configure script as: CPPFLAGS=-I"`xcrun --show-sdk-path`"/usr/include/libxml2 ./configure --with-mac YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp