From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Linking Emacs with libxml2 Date: Mon, 13 Sep 2010 20:08:29 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284404922 1275 80.91.229.12 (13 Sep 2010 19:08:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2010 19:08:42 +0000 (UTC) Cc: Chad Brown , emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 13 21:08:41 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OvEOO-0008Hn-LR for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 21:08:40 +0200 Original-Received: from localhost ([127.0.0.1]:38538 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvEOO-0005dM-43 for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 15:08:40 -0400 Original-Received: from [140.186.70.92] (port=58323 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvEOI-0005bx-8v for emacs-devel@gnu.org; Mon, 13 Sep 2010 15:08:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvEOH-0005HQ-1A for emacs-devel@gnu.org; Mon, 13 Sep 2010 15:08:34 -0400 Original-Received: from ppsw-30.csi.cam.ac.uk ([131.111.8.130]:42100) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvEOG-0005HG-Rv for emacs-devel@gnu.org; Mon, 13 Sep 2010 15:08:32 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from cpc1-cmbg13-0-0-cust596.5-4.cable.virginmedia.com ([86.9.122.85]:59807 helo=Victoria.local) by ppsw-30.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:587) with esmtpsa (PLAIN:sl392) (TLSv1:DHE-RSA-AES128-SHA:128) id 1OvEOF-00032M-ey (Exim 4.72) (return-path ); Mon, 13 Sep 2010 20:08:31 +0100 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 13 Sep 2010 20:49:20 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (Mac OS X 10.6.4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130085 Archived-At: On 2010-09-13 19:49 +0100, Lars Magne Ingebrigtsen wrote: > Leo writes: > >> What did you do to get it to build with the system's libxml2? I am also >> on 10.6.4. But there is not indication of whether libxml2 can be found >> or not when running configure script. > > ./configure | grep xml It was due to my erroneous PKG_CONFIG_PATH setup. Now I am also on the same problem David Reitter is seeing. Thanks. Leo