From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sridhar Boovaraghavan Newsgroups: gmane.emacs.devel Subject: 23.0.50 build problem with Windows Date: Wed, 19 Sep 2007 09:53:48 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190210317 18839 80.91.229.12 (19 Sep 2007 13:58:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Sep 2007 13:58:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 19 15:58:28 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 1IY02U-00038I-Ml for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 15:56:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IY02S-0004II-Te for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 09:56:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IY02P-0004IC-EA for emacs-devel@gnu.org; Wed, 19 Sep 2007 09:56:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IY02N-0004Hh-0J for emacs-devel@gnu.org; Wed, 19 Sep 2007 09:56:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IY02M-0004He-QK for emacs-devel@gnu.org; Wed, 19 Sep 2007 09:56:18 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IY02M-0001yx-Bn for emacs-devel@gnu.org; Wed, 19 Sep 2007 09:56:18 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IY01Y-0002VU-CY for emacs-devel@gnu.org; Wed, 19 Sep 2007 15:55:28 +0200 Original-Received: from ool-4356a48d.dyn.optonline.net ([67.86.164.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Sep 2007 15:55:28 +0200 Original-Received: from sridhar_ml by ool-4356a48d.dyn.optonline.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Sep 2007 15:55:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ool-4356a48d.dyn.optonline.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (windows-nt) Cancel-Lock: sha1:oHXgJTPKb2SNV1nyOpeZSs1CKzQ= X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:79308 Archived-At: When I try to build (nmake bootstrap) the CVS HEAD version (23.0.50) downloaded 9/17/2007 afternoon in my Windows XP environment, it stumbles on the following problem: -- extract from lib-src/makefile ../src/config.h: ../nt/$(CONFIG_H) echo $(CONFIG_H) has changed. Re-run configure.bat. exit -1 -- I configured with "configure.bat --with-msvc --without-xpm". I am using VC 2002. The problem is that the config.nt file is created, but the src/config.h is not replaced during the configure process. I worked around this by replacing src/config.h and paths.h with nt/config.nt and paths.h respectively. Anyone else encounter this? Thanks, Sridhar -- Sridhar Boovaraghavan