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-20110131 windows binaries Date: Tue, 01 Feb 2011 22:04:04 -0700 Message-ID: <4D48E5C4.3010502@gmail.com> References: <87aaigbqbm.fsf@gmail.com> <4D48A55F.9060200@gmail.com> <87y65z9sc9.fsf@gmail.com> <83ei7rccar.fsf@gnu.org> 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 1296626821 15789 80.91.229.12 (2 Feb 2011 06:07:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2011 06:07:01 +0000 (UTC) Cc: Sean Sieger , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 02 07:06:57 2011 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 1PkVrl-0003E2-5u for ged-emacs-devel@m.gmane.org; Wed, 02 Feb 2011 07:06:57 +0100 Original-Received: from localhost ([127.0.0.1]:44298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkVNB-0000bb-UW for ged-emacs-devel@m.gmane.org; Wed, 02 Feb 2011 00:35:22 -0500 Original-Received: from [140.186.70.92] (port=41032 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkVFE-0007wi-F1 for emacs-devel@gnu.org; Wed, 02 Feb 2011 00:27:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkUtD-0006nC-IJ for emacs-devel@gnu.org; Wed, 02 Feb 2011 00:04:24 -0500 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:46418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkUtC-0006mr-2R; Wed, 02 Feb 2011 00:04:22 -0500 Original-Received: by gwj22 with SMTP id 22so3540485gwj.0 for ; Tue, 01 Feb 2011 21:04:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=n4+yF46ighNVeWGfa2OouASgaPGaMoIxFm3BUHBUBjE=; b=dOqlbm+mvJwW3Xd8bLfpOiWOcipLCdTunyZ/9EfIv8N1MbjKkEkqWEdDuOVBf5+LX1 GzO0Q8DiOQSkDrILcfBDlXmXTaoZpsXQuWE0s34ynAzcJVfk1svQpvb2nXFT0wov/FsL smIgZEECgiB3IVt4LHls4kUVwwdekzbsQ5a0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=utiKkWZiq4k821PWgjAEglOOkbLSQcAsBnYYoY7bg08FEjAfqa1IVbMAltrJdjz1Wz ogDCgHaY+8G1/11wDaalPuEzEhoWbRKixD9cLkAwW0MBvyR+fVi2FAeBJ6gv1/ejU6U9 X75r2Za5i5RFC3bwDtk5lTpXRnuLftHHTFJu0= Original-Received: by 10.90.75.17 with SMTP id x17mr11810813aga.64.1296623060756; Tue, 01 Feb 2011 21:04:20 -0800 (PST) Original-Received: from [192.168.1.3] (71-208-195-78.hlrn.qwest.net [71.208.195.78]) by mx.google.com with ESMTPS id c28sm28141695ana.1.2011.02.01.21.04.18 (version=SSLv3 cipher=RC4-MD5); Tue, 01 Feb 2011 21:04:19 -0800 (PST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 In-Reply-To: <83ei7rccar.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 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:135455 Archived-At: On 2/1/2011 9:04 PM, Eli Zaretskii wrote: > I can only say that "make install" does install these two programs in > the `bin' directory. So it's probably some problem with preparing the > zip files. I just tried a make dist and the zip file does not contain those two files. I will look at this tomorrow. It's strange that the last weekly build contained them, though. Sean, are you using make dist to create the snapshots? Christoph