From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Martin Stemplinger" Newsgroups: gmane.emacs.devel Subject: Re: emacs-20100802 windows binaries Date: Sat, 7 Aug 2010 17:53:36 +0200 Message-ID: References: <878w4p6k3x.fsf@gmail.com> <4C573C12.30303@gmail.com> <4C5C9D16.2040803@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1281296073 21403 80.91.229.12 (8 Aug 2010 19:34:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 Aug 2010 19:34:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 08 21:34:28 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 1OiBda-00073U-Os for ged-emacs-devel@m.gmane.org; Sun, 08 Aug 2010 21:34:26 +0200 Original-Received: from localhost ([127.0.0.1]:46813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiAYy-0006fC-D7 for ged-emacs-devel@m.gmane.org; Sun, 08 Aug 2010 14:25:36 -0400 Original-Received: from [140.186.70.92] (port=51252 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oi9Wo-0002Fm-5D for emacs-devel@gnu.org; Sun, 08 Aug 2010 13:19:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhliW-0001dH-Kj for emacs-devel@gnu.org; Sat, 07 Aug 2010 11:53:49 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:42655) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhliW-0001Xf-E2 for emacs-devel@gnu.org; Sat, 07 Aug 2010 11:53:48 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OhliQ-0000q2-BF for emacs-devel@gnu.org; Sat, 07 Aug 2010 17:53:42 +0200 Original-Received: from ppp-88-217-56-75.dynamic.mnet-online.de ([88.217.56.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Aug 2010 17:53:42 +0200 Original-Received: from mstemplinger by ppp-88-217-56-75.dynamic.mnet-online.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Aug 2010 17:53:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ppp-88-217-56-75.dynamic.mnet-online.de In-Reply-To: <4C5C9D16.2040803@gmail.com> X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 14.0.8064.206 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8064.206 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:128425 Archived-At: Hallo Christoph, "Christoph" schrieb im Newsbeitrag news:4C5C9D16.2040803@gmail.com... > Did you use the --distfiles option to specify the location of the image > library (libXpm.dll) with configure.bat? > > For example, like this > > configure.bat --distfiles C:\DistFileDir > > This will set the DIST_FILES variable in the makefile and is necessary in > order to use `make dist'. > No I did not because I had not noticed it. This explains the issues I had. > > Also note, that this is not supposed to do what `make install' does. It is > supposed to conveniently build and package a Windows distribution in a > .zip file, which then has to be unzipped to the installation location. This was exactly why I wanted to try it: i want to install the compiled version on a Win7 x64 machine. I couldn't find a mingw version for it. Thanks for the explanation! Martin