From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.devel Subject: Re: emacs-20100802 windows binaries Date: Fri, 06 Aug 2010 17:39:02 -0600 Message-ID: <4C5C9D16.2040803@gmail.com> References: <878w4p6k3x.fsf@gmail.com> <4C573C12.30303@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1281137985 22559 80.91.229.12 (6 Aug 2010 23:39:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Aug 2010 23:39:45 +0000 (UTC) To: emacs-devel@gnu.org, mstemplinger@gmx.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 07 01:39:43 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 1OhWVS-0002E2-2V for ged-emacs-devel@m.gmane.org; Sat, 07 Aug 2010 01:39:41 +0200 Original-Received: from localhost ([127.0.0.1]:57535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhWVP-0006tT-Gj for ged-emacs-devel@m.gmane.org; Fri, 06 Aug 2010 19:39:15 -0400 Original-Received: from [140.186.70.92] (port=40210 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhWVJ-0006tO-LH for emacs-devel@gnu.org; Fri, 06 Aug 2010 19:39:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhWVH-0005I6-Pv for emacs-devel@gnu.org; Fri, 06 Aug 2010 19:39:09 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:35791) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhWVH-0005Hq-Lv for emacs-devel@gnu.org; Fri, 06 Aug 2010 19:39:07 -0400 Original-Received: by gxk4 with SMTP id 4so4085970gxk.0 for ; Fri, 06 Aug 2010 16:39:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=V8WhEpmjOFKKZMWPgSeS6fE+6Bi/vazGakBLRq4ubqg=; b=vZ0yD7ohZb/ix5h6k5cctfjxP2USbYl8YyE8/xesBA8/5BgfBbA6qLzTmB2vibUXNv cXp2xpaE3n9pRppDIAa4rUuYNxe4F+BaFI8wspxQ1gubdmQjuqaRtp5gS6G2DXU4NxVc VLXjJSifzCIMYBZZqSArRftogUIGpsu3aIQPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=m0D1IITh0cV6JmthmDpNxjJeEY7iaEPF3WYwzwpeitNI050H0gZWDAdIE+Pv0H+jB0 bsEiLTUoz7+k9xU7fUc5ky2kSm1KUbhJZlVQVt2VYxE9WwL5U4Ws/Q5A3xBFvEq1tAhB 9j4bUuBrociJca9CLdIJihQt6HB4TfJ8giGT8= Original-Received: by 10.150.31.5 with SMTP id e5mr15103770ybe.150.1281137946212; Fri, 06 Aug 2010 16:39:06 -0700 (PDT) Original-Received: from [192.168.1.3] (97-122-117-237.hlrn.qwest.net [97.122.117.237]) by mx.google.com with ESMTPS id q17sm2002276ybk.17.2010.08.06.16.39.04 (version=SSLv3 cipher=RC4-MD5); Fri, 06 Aug 2010 16:39:05 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 In-Reply-To: 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:128412 Archived-At: Hallo Martin! On 8/6/2010 1:34 PM, Martin Stemplinger wrote: > After a usual configure, make bootstrap, make install (using mingw on a > Vista machine) emacs worked fine including image support as desired. > > I had some difficulties using "make dist" on the sources from August, 5th. 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'. > Here is what I had to do to make it work: > 1) Delete the line $(CP_DIR) $(DIST_FILES) $(TMP_DIST_DIR)/bin because > DIST_FILES is not set in the makefile > 2) Copy the files BUGS, COPYING,README,README.W32 and INSTALL into the > installation directory which is not part of make install. Looks to me like you forgot the --distfiles option. That's why the makefile does not contain the DIST_FILES variable. You should not have to manually copy anything. 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. You also need 7zip on the path for this to work. In an updated trunk checkout, I just did bzr clean-tree --unknown --ignored --detritus --force configure.bat --no-cygwin --enable-checking --with-gcc --distfiles D:\devel\emacs\libXpm-3.5.8\src\libXpm.dll --cflags -IC:\Progra~2\GnuWin32\include --cflags -ID:\devel\emacs\libXpm-3.5.8\include --cflags -ID:\devel\emacs\libXpm-3.5.8\src mingw32-make bootstrap mingw32-make dist and it worked fine. Christoph