From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chad Brown Newsgroups: gmane.emacs.devel Subject: Re: Linking Emacs with libxml2 Date: Fri, 10 Sep 2010 14:12:25 -0700 Message-ID: References: <4C85892B.5080105@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1284153980 6057 80.91.229.12 (10 Sep 2010 21:26:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2010 21:26:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 10 23:26:19 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 1OuB6w-0004XB-Kf for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2010 23:26:18 +0200 Original-Received: from localhost ([127.0.0.1]:38154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuAuc-00078z-4s for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2010 17:13:34 -0400 Original-Received: from [140.186.70.92] (port=50859 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuAtc-0006kW-Un for emacs-devel@gnu.org; Fri, 10 Sep 2010 17:12:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuAtc-0003Tg-0M for emacs-devel@gnu.org; Fri, 10 Sep 2010 17:12:32 -0400 Original-Received: from dmz-mailsec-scanner-7.mit.edu ([18.7.68.36]:42225) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuAtb-0003TT-Us for emacs-devel@gnu.org; Fri, 10 Sep 2010 17:12:31 -0400 X-AuditID: 12074424-b7b2bae000005b3f-ca-4c8a9f2b2a33 Original-Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) by dmz-mailsec-scanner-7.mit.edu (Symantec Brightmail Gateway) with SMTP id B9.D2.23359.B2F9A8C4; Fri, 10 Sep 2010 17:12:11 -0400 (EDT) Original-Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id o8ALCUCC031579; Fri, 10 Sep 2010 17:12:31 -0400 Original-Received: from [10.0.0.157] ([64.241.37.140]) (authenticated bits=0) (User authenticated as yandros@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id o8ALCPWP020069 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 10 Sep 2010 17:12:29 -0400 (EDT) In-Reply-To: X-Mailer: Apple Mail (2.1081) X-Brightmail-Tracker: AAAAAA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:129930 Archived-At: I had to tweak my macosx (10.6.4) install a bit to get it to recognize the OS-included libxml2, but once I did, it seems to build and run fine. Can you suggest a test case (or, even better, add one in tests/) so I can see if it's working? If you don't have an example handy, I'm sure I can put one together. *Chad