From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Included libraries in the Windows binary distribution Date: Sun, 05 Feb 2012 12:27:04 -0700 Message-ID: <86k44113p3.fsf@googlemail.com> References: <8362fmemv9.fsf@gnu.org> <4F2DF0C7.6050903@gmail.com> <83liohckbr.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328470035 21902 80.91.229.3 (5 Feb 2012 19:27:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 19:27:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 20:27:15 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ru7k1-00075b-QD for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2012 20:27:14 +0100 Original-Received: from localhost ([::1]:58550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru7k1-0001zM-9u for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2012 14:27:13 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:48285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru7jy-0001z2-Q3 for emacs-devel@gnu.org; Sun, 05 Feb 2012 14:27:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ru7jx-0005wp-Gy for emacs-devel@gnu.org; Sun, 05 Feb 2012 14:27:10 -0500 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:51385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru7jx-0005wl-Ch; Sun, 05 Feb 2012 14:27:09 -0500 Original-Received: by ggnu2 with SMTP id u2so3056855ggn.0 for ; Sun, 05 Feb 2012 11:27:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=x4tNQRcWEHdd2HL2vHtxIyTxf2jhaJuPH6Ch69Q4iFA=; b=ObzLRiUF/k3SCzXYAFgSbU7wl5XKYDiYe4uhmX+JCOw/0M2ngK471Rg0NeYOVa+9xP TWLqsClOqg0iYw/6Y9cLTpEk90gORaco8Il/1g8G9T2W/dGSdzRBqIZJQKQcfErM7Fme 0FQTzsRFyIc0Y4nV8VHbqT4Uo/SNSDXv+kCd8= Original-Received: by 10.101.190.14 with SMTP id s14mr6191928anp.50.1328470027222; Sun, 05 Feb 2012 11:27:07 -0800 (PST) Original-Received: from MARVIN (174-29-192-218.hlrn.qwest.net. [174.29.192.218]) by mx.google.com with ESMTPS id h29sm29910077ann.16.2012.02.05.11.27.05 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 05 Feb 2012 11:27:06 -0800 (PST) In-Reply-To: <83liohckbr.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 05 Feb 2012 18:32:24 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 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:148204 Archived-At: Eli Zaretskii writes: > Right. Please install this: > > http://sourceforge.net/projects/mingw/files/MinGW/Base/libiconv/libiconv-1.13.1-1/libiconv-1.13.1-1-mingw32-dev.tar.lzma/download OK. >> Should these dependencies be included in your libxml2 download? > > I'd rather not. As much as I hate requesting users to download > dependencies, I'll have to punt in this case: the above tarball > includes more than just one header file, and is really needed if one > wants to link against libxml2. (Emacs doesn't link against the > library, but that's not the usual case for library users.) No problem. It is not that big of a deal. > I will add this requirement to the relevant README files, including in > Emacs. Thanks. So I successfully compiled with the patch and the libraries, however during bootstrap I got "libxml2 library not found" all over the place during compilation of elisp files. It shows up after compilation of every single .elc file. Is this expected? I don't have the binaries on the path anywhere. Just wondering where this output is generated. Example output during compilation: "./../src/oo/i386/emacs.exe" -batch --no-site-file --no-site-lisp -f batch-byte- compile quail/greek.el Wrote d:/devel/emacs/emacs-bzr/libxml2/leim/quail/greek.elc libxml2 library not found "./../src/oo/i386/emacs.exe" -batch --no-site-file --no-site-lisp -f batch-byte- compile quail/cyril-jis.el Wrote d:/devel/emacs/emacs-bzr/libxml2/leim/quail/cyril-jis.elc libxml2 library not found Also, once I have compiled support in, how can I test it? Thanks. Christoph