From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Windows build broken Date: Wed, 1 Aug 2012 13:37:03 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1343821081 11966 80.91.229.3 (1 Aug 2012 11:38:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2012 11:38:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 01 13:37:59 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SwXFX-0001xp-1k for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2012 13:37:59 +0200 Original-Received: from localhost ([::1]:35514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwXFV-0006YF-VY for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2012 07:37:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwXFN-0006Bh-20 for emacs-devel@gnu.org; Wed, 01 Aug 2012 07:37:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwXFJ-0008O8-4l for emacs-devel@gnu.org; Wed, 01 Aug 2012 07:37:48 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:60266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwXFI-0008O4-Vy for emacs-devel@gnu.org; Wed, 01 Aug 2012 07:37:45 -0400 Original-Received: by yhr47 with SMTP id 47so8351510yhr.0 for ; Wed, 01 Aug 2012 04:37:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=d+yEesPcS+VXhkk1DyJojs78y1mO3QndM0I79jfBbss=; b=q8otqPWgU8b3gfweYgtlgWj+s3eZrYN5lMU7Lm1nHcENYhtUoPrpw86oUlFGEKOKYz TpyBTHnZMiEwh4mU/KuALoHAZrpYT3mpYGC4OnVIqCKiSpsdoaneysjgPd9H0nafeiqs NcZeqWSYAlEv3T8sPzcfa8kYXbmNPRL43rmRnE3kfOSaMVwnmN4qSor3uc5767WeZ2zD yjwv8QxnUKHb3Jq66S6hYQfd9OPfgfv3JakP18YeBF/DKyIWvKyOMfMBfqV2UCYxcTEU E1w5iEZggGl8chSmtdfNfQ2qJLnV945CSQgSF3a17LFO3r3F9qOHfMeIigCv9B+3gals NkVA== Original-Received: by 10.66.84.130 with SMTP id z2mr39290237pay.77.1343821063941; Wed, 01 Aug 2012 04:37:43 -0700 (PDT) Original-Received: by 10.143.41.21 with HTTP; Wed, 1 Aug 2012 04:37:03 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.41 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:152067 Archived-At: On Wed, Aug 1, 2012 at 10:45 AM, Andy Moreton wrote: > Thwe Windows build this is failing today at r109360. It looks like the > changes made by Glen Morris in r109349 to move IS_DEVICE_SEP to > configure.ac need to be added to the Windows build scripts. Should work after revno:109364. Juanma