From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 24.0.90 Date: Mon, 26 Sep 2011 03:43:26 -0400 Message-ID: References: <87litcvtu2.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1317023017 2058 80.91.229.12 (26 Sep 2011 07:43:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Sep 2011 07:43:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 26 09:43:31 2011 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 1R85qd-0007iI-3o for ged-emacs-devel@m.gmane.org; Mon, 26 Sep 2011 09:43:31 +0200 Original-Received: from localhost ([::1]:59576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R85qc-0003Yo-DS for ged-emacs-devel@m.gmane.org; Mon, 26 Sep 2011 03:43:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R85qa-0003Yb-A3 for emacs-devel@gnu.org; Mon, 26 Sep 2011 03:43:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R85qZ-00024e-7w for emacs-devel@gnu.org; Mon, 26 Sep 2011 03:43:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R85qZ-00024a-5H for emacs-devel@gnu.org; Mon, 26 Sep 2011 03:43:27 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R85qY-0005YW-Ln; Mon, 26 Sep 2011 03:43:26 -0400 In-reply-to: <87litcvtu2.fsf@stupidchicken.com> (message from Chong Yidong on Sun, 25 Sep 2011 23:57:41 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:144294 Archived-At: > From: Chong Yidong > Date: Sun, 25 Sep 2011 23:57:41 -0400 > > Emacs pretest 24.0.90 is now available for download via FTP, at the > following location: > > ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.0.90.tar.gz This doesn't build on MS-Windows because the file lib/makefile.w32-in is missing from the tarball. After adding that file (from the bzr tree) and rerunning nt/configure.bat, the build proceeds as expected, and the resulting binary seems to work fine. Thanks!