From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50 compile problem on Windows XP Date: Wed, 3 Oct 2007 13:46:09 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191399387 2433 80.91.229.12 (3 Oct 2007 08:16:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2007 08:16:27 +0000 (UTC) Cc: Sridhar Boovaraghavan , emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 10:16:24 2007 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.50) id 1IczP6-0005rq-1T for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 10:16:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IczP1-0004Kf-Dw for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 04:16:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IczOw-0004FV-A5 for emacs-devel@gnu.org; Wed, 03 Oct 2007 04:16:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IczOu-0004CC-JZ for emacs-devel@gnu.org; Wed, 03 Oct 2007 04:16:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IczOu-0004Br-Bc for emacs-devel@gnu.org; Wed, 03 Oct 2007 04:16:12 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IczOu-0000pV-27 for emacs-devel@gnu.org; Wed, 03 Oct 2007 04:16:12 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so3284258nfh for ; Wed, 03 Oct 2007 01:16:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=BuFBeJzRGkOpexIgNEY0aIHD1jc374Ge74u4R0GhwhY=; b=Vp7Dik9z3txfHSSz4I4I4NgZzUKY6fYCldvDoVnAOcfFg9TO5ijm6Jyu9LpRpxLqgStVmyo4vZqBeV+eebNBUvDbc0gXZFSwMJWpF0dwS4d0VVrYVJeYbFWqwD/1PZIaTTmfojbgbDYkHAw9PYe5ofvS+FZmb/Ja8e/UepftK+8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=no5Eh8rTIPIFYMvL0Djf+SrHlPLAkGcQFzNJUoiChe80gWz2mAUtq1jMg/X0nDZWmMGfNKiNOHIXoJ/I835M3zB4861uMqd2uFzB9SSIEUBeROD3LmAIdeO65WJkVc4EO3flNMB3G9AQvjFZR8ZQHrHtin2T5N39Rey/iJK8yp0= Original-Received: by 10.78.137.7 with SMTP id k7mr5901494hud.1191399369753; Wed, 03 Oct 2007 01:16:09 -0700 (PDT) Original-Received: by 10.78.205.1 with HTTP; Wed, 3 Oct 2007 01:16:09 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Detected-Kernel: 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:80168 Archived-At: Hi, On 10/3/07, Eli Zaretskii wrote: > > From: Sridhar Boovaraghavan > > Date: Tue, 02 Oct 2007 18:42:24 -0400 > > > > With recently updated (2007-02-10, 18:36-0400) code from CVS, I am not > > able to compile Emacs. I am using VC 2002 and Windows XP. The > > configuration process proceeds without errors (configure.bat > > --with-msvc --without-xpm) and I run nmake bootstrap. I am looking into it. The error is slightly above that. A simple way to get to the root of the problem (reproduce). 1. Set up the MSVC build setup (configure --with-msvc) 2. Go to "src" folder 3. nmake data.obj You will see the error, it is something to do with inclusion of "math.h", I am looking into it right now. This does not happen on MinGW. I will post my findings shortly. -dky -- Dhruva Krishnamurthy Contents reflect my personal views only!