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: 23.0.50 compile problem on Windows XP Date: Wed, 03 Oct 2007 10:00:37 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1191398484 32162 80.91.229.12 (3 Oct 2007 08:01:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2007 08:01:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sridhar Boovaraghavan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 10:01:18 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 1IczA1-0000sS-Bs for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 10:00:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icz9x-0000yd-6V for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 04:00:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Icz9u-0000y9-BN for emacs-devel@gnu.org; Wed, 03 Oct 2007 04:00:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Icz9s-0000x3-Po for emacs-devel@gnu.org; Wed, 03 Oct 2007 04:00:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icz9s-0000wn-CE for emacs-devel@gnu.org; Wed, 03 Oct 2007 04:00:40 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Icz9r-0006AO-Fe for emacs-devel@gnu.org; Wed, 03 Oct 2007 04:00:39 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-122-22.inter.net.il [84.229.122.22]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DTQ34618 (AUTH halo1); Wed, 3 Oct 2007 10:00:37 +0200 (IST) In-reply-to: (message from Sridhar Boovaraghavan on Tue, 02 Oct 2007 18:42:24 -0400) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:80167 Archived-At: > 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 cannot reproduce this problem with MinGW GCC. I don't see even a single warning from the compiler. > What follows is a section of the log before nmake stops. It doesn't > tell me which file causes the error. Any ideas? Can it be that VC bails out after too many warnings? If so, can you use some compiler option to make it less noisy, i.e. lower the warning threshold? Or at least bump up the number of warnings that cause it to give up (if I'm right and the sheer number of warnings causes the failure)?