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 23.1.96 pretest Date: Wed, 21 Apr 2010 17:11:39 -0600 Message-ID: <4BCF862B.3020702@gmail.com> References: <871veaeu8h.fsf@stupidchicken.com> 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 1271891764 4205 80.91.229.12 (21 Apr 2010 23:16:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2010 23:16:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 22 01:16:02 2010 connect(): No such file or directory 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 1O4j5b-0000kd-LP for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 01:16:00 +0200 Original-Received: from localhost ([127.0.0.1]:45385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4j5Q-00088Q-8G for ged-emacs-devel@m.gmane.org; Wed, 21 Apr 2010 19:12:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4j5L-00088K-HD for emacs-devel@gnu.org; Wed, 21 Apr 2010 19:11:59 -0400 Original-Received: from [140.186.70.92] (port=39495 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4j5E-00087L-1b for emacs-devel@gnu.org; Wed, 21 Apr 2010 19:11:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4j57-0008DJ-2R for emacs-devel@gnu.org; Wed, 21 Apr 2010 19:11:46 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:48200) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4j56-0008DB-Tp for emacs-devel@gnu.org; Wed, 21 Apr 2010 19:11:45 -0400 Original-Received: by pwi2 with SMTP id 2so6962712pwi.0 for ; Wed, 21 Apr 2010 16:11:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=mLPUqx28z7I938SmiUZRTb0QaDsuhomkNxPaQDYmmX8=; b=auffDGo45ilxROb3+vpizM/UvayXDpnY6wLpapOnoiKimjZkr0w8OEbSU7J+UM9PJK O+Z3IV/Oa539II82l2IwZSSgLev7ScABDJfuMqaTGaW2DWK4Rq+FXrTVUwcw5Y2mKjKe CTemo+NvJl3ltIh/o4wKAlh+60svNqttwVIWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=IInr1PM2P7jgttOO2GlNfY9qHX5rb+kD04p5IOUHzby1/O+GWZCWCeAejxK5Kc2PU4 gikPdEHmzCjqqSuSOPALEKs9Nb1JVIfbn/9c6It8K3FA76KV2MNgVDmvKrplUFG11pHD F3BwQgaNjZRSo8eaRyQqi/vx/AmKdYga1bLjM= Original-Received: by 10.114.188.16 with SMTP id l16mr8266822waf.87.1271891502939; Wed, 21 Apr 2010 16:11:42 -0700 (PDT) Original-Received: from [192.168.1.3] (67-41-201-226.hlrn.qwest.net [67.41.201.226]) by mx.google.com with ESMTPS id v13sm1411689wav.14.2010.04.21.16.11.40 (version=SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 16:11:41 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: 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:124008 Archived-At: On 4/21/2010 1:32 PM, David Robinow wrote: > Two lines of lib-src/makefile.w32-in contain curly brackets which are > not allowed by NMAKE (MSVC 2003). > I can successfully compile on Windows XP Home after applying the > enclosed patch. > I reported this a while ago and Juanma fixed it, but apparently the change was only applied to the trunk. revno: 99847 author: Christoph committer: Juanma Barranquero branch nick: trunk timestamp: Wed 2010-04-07 15:43:04 +0200 message: * lib-src/makefile.w32-in: Use parenthesis for macros for nmake compatibility. Christoph