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: windows build failure Date: Mon, 19 Jul 2010 20:45:58 +0300 Message-ID: <838w57e561.fsf@gnu.org> References: <87pqyjsfcs.fsf@gmail.com> <87lj974ipa.fsf@telefonica.net> Reply-To: Eli Zaretskii 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 1279561584 4277 80.91.229.12 (19 Jul 2010 17:46:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Jul 2010 17:46:24 +0000 (UTC) Cc: ofv@wanadoo.es, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 19 19:46:23 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 1OauQ2-0000eH-Fh for ged-emacs-devel@m.gmane.org; Mon, 19 Jul 2010 19:46:23 +0200 Original-Received: from localhost ([127.0.0.1]:48711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OauQ1-0004e1-PL for ged-emacs-devel@m.gmane.org; Mon, 19 Jul 2010 13:46:21 -0400 Original-Received: from [140.186.70.92] (port=59519 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OauPs-0004cQ-Rs for emacs-devel@gnu.org; Mon, 19 Jul 2010 13:46:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OauPq-0000Vt-WF for emacs-devel@gnu.org; Mon, 19 Jul 2010 13:46:12 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:62271) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OauPq-0000Ua-Ot for emacs-devel@gnu.org; Mon, 19 Jul 2010 13:46:10 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L5T00600G07G500@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Mon, 19 Jul 2010 20:46:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.61.30]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L5T002D5G0MDII0@a-mtaout23.012.net.il>; Mon, 19 Jul 2010 20:45:59 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:127585 Archived-At: > From: Juanma Barranquero > Date: Mon, 19 Jul 2010 17:30:43 +0200 > Cc: emacs-devel@gnu.org >=20 > On Mon, Jul 19, 2010 at 17:03, =C3=93scar Fuentes = wrote: >=20 > > Do not use backslashes on the paths you pass as compiler or linke= r > > arguments. In this case, the backslashes are interpreted as scape > > sequences once the string is inserted on the source code. >=20 > I'm surprised we don't mention this in nt/INSTALL. I would also add an entry to etc/PROBLEMS.