From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Included libraries in the Windows binary distribution Date: Wed, 4 Jan 2012 02:09:06 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1325639400 29279 80.91.229.12 (4 Jan 2012 01:10:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2012 01:10:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 04 02:09:56 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RiFMa-00064i-Ct for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 02:09:56 +0100 Original-Received: from localhost ([::1]:39736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiFMZ-0000Bp-T5 for ged-emacs-devel@m.gmane.org; Tue, 03 Jan 2012 20:09:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiFMW-0000BW-I1 for emacs-devel@gnu.org; Tue, 03 Jan 2012 20:09:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiFMT-0006RO-7H for emacs-devel@gnu.org; Tue, 03 Jan 2012 20:09:52 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:49220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiFMS-0006RC-L9 for emacs-devel@gnu.org; Tue, 03 Jan 2012 20:09:49 -0500 Original-Received: by dakl33 with SMTP id l33so13961450dak.0 for ; Tue, 03 Jan 2012 17:09:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=YqeAYkqP+sXWboATw5DDWO6svtu4pg45CCdKp6LPBN0=; b=jfmDWy+IcOnrwS45tyifoTbblNsF4OFiu02YkvsufUMszf2aLqKM08FtxcRvlgP0Fv H5IcdTuWG28jWf0lfNidFzknGdfoJm50RtjPcuR7VlNIOB+68wBSsrjVOUtpwRytkwr+ pDU42zFKAmzp5X0eYRQ1wu7v17CdrOipXYJfM= Original-Received: by 10.68.72.198 with SMTP id f6mr135540029pbv.6.1325639387219; Tue, 03 Jan 2012 17:09:47 -0800 (PST) Original-Received: by 10.142.247.28 with HTTP; Tue, 3 Jan 2012 17:09:06 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 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:147244 Archived-At: On Wed, Jan 4, 2012 at 00:55, Lars Magne Ingebrigtsen wrot= e: > But nobody has mentioned libxml2. =C2=A0I'd rather like to have that incl= uded, too, so that > people can read HTML in Emacs. Is the Windows port able to use libxml2? > So what are the "guidelines", if any, about what libraries get included > in the binary Windows builds? "None that is not strictly required" seems like a good start IMHO. =C2=A0 =C2=A0 Juanma