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 failure Date: Mon, 2 Aug 2010 17:05:59 +0200 Message-ID: References: <874ofd2h56.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280761598 12737 80.91.229.12 (2 Aug 2010 15:06:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Aug 2010 15:06:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sean Sieger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 02 17:06:31 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 1Ofwb0-00041J-ED for ged-emacs-devel@m.gmane.org; Mon, 02 Aug 2010 17:06:30 +0200 Original-Received: from localhost ([127.0.0.1]:49278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ofwaz-0007IM-Ou for ged-emacs-devel@m.gmane.org; Mon, 02 Aug 2010 11:06:29 -0400 Original-Received: from [140.186.70.92] (port=47707 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ofwar-0007GV-Gr for emacs-devel@gnu.org; Mon, 02 Aug 2010 11:06:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ofwaq-0003pV-Ad for emacs-devel@gnu.org; Mon, 02 Aug 2010 11:06:21 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:52878) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ofwaq-0003pL-5p for emacs-devel@gnu.org; Mon, 02 Aug 2010 11:06:20 -0400 Original-Received: by pwi8 with SMTP id 8so3141411pwi.0 for ; Mon, 02 Aug 2010 08:06:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=kOJRa1vYZJTaAvBUG5eTRKR8Zrl6MGQap+AGwpOCUus=; b=XiINutDvwddQqtTF6hDAIyKbS42oKxh2xx+J4QAig91lm7EGt5y35o9tXShyW40Kgm YdWzFLCbZp3wdw9zYRzwn1Cdj2R/1cKmRhXlFuAKkVQHkfBEjc+zyK9B9jKNQKQXYNKy DKjJvBezWML5J3OdhJvi+4/T5pbll05/hNnrc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=LI0uzNz6nj391oyqZaCg8u/o00JrSW4U1L70+Mpgg8aRZYHaF6ym6fiGUhbBlpdjCZ SNc0FWEi4E5010TE+KzXaLHlhvfIQ386FNtN/rvGzJi/RU80IqGfqOeT3Nfm2Xy6Q8kl DV9IyMKMaToJZLef1ILFKVdl8+lgIZPc3ITLI= Original-Received: by 10.114.131.14 with SMTP id e14mr7455272wad.59.1280761579154; Mon, 02 Aug 2010 08:06:19 -0700 (PDT) Original-Received: by 10.114.178.5 with HTTP; Mon, 2 Aug 2010 08:05:59 -0700 (PDT) In-Reply-To: <874ofd2h56.fsf@gmail.com> 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:128125 Archived-At: On Mon, Aug 2, 2010 at 17:01, Sean Sieger wrote: > w32.c:1959:27: error: \x used with no following hex digits > w32.c:1959:27: warning: unknown escape sequence '\i' > make[1]: *** [oo/i386/w32.o] Error 1 > make[1]: Leaving directory `c:/emacs-24.0.50/src' > make: *** [all-other-dirs-gmake] Error 2 Isn't that (again) the result of passing backslashes in the -I paths? =C2=A0 =C2=A0 Juanma