From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin Stemplinger Newsgroups: gmane.emacs.help Subject: cvs emacs build fails on Windows XP Date: Sat, 28 Jun 2003 13:59:22 +0200 Organization: Akademisches Sinfonie-Orchester Muenchen Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056801439 7644 80.91.224.249 (28 Jun 2003 11:57:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 28 Jun 2003 11:57:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 28 13:57:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19WEKT-0001z1-00 for ; Sat, 28 Jun 2003 13:57:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19WEJB-0006v1-2r for gnu-help-gnu-emacs@m.gmane.org; Sat, 28 Jun 2003 07:55:57 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!fu-berlin.de!uni-berlin.de!a3d22.pppool.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: a3d22.pppool.de (213.6.61.34) Original-X-Trace: fu-berlin.de 1056801244 31172555 213.6.61.34 (16 [177771]) Adress: mstemplingerNOSPAM@gmx.de X-URL: http://www.aso-muenchen.de X-Attribution: Martin Mail-Copies-To: never User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:hLagYLrTby81R3dax2T0SxyvBNc= Original-Xref: shelby.stanford.edu gnu.emacs.help:114809 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11302 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11302 I don't know if this is the right place to ask. If not, I apologize in advance and I would be glad to get a pointer to the correct place. I tried to compile Emacs from CVS on Windows XP using Visual Studio .NET. As documented I did a configure.bat followed by nmake bootstrap and it fails during linking with the message link -out:obj-spd/i386/temacs.bin -release -incremental:no -version:3.10 -swaprun:cd -swaprun:net setargv.obj -debug:full -debugtype:both -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both -pdb:obj-spd/i386\temacs.pdb -machine:i386 -subsystem:console -entry:_start -map:obj-spd/i386\temacs.map -profile obj-spd/i386/firstfile.obj obj-spd/i386/emacs.res obj-spd/i386/temacs0.lib obj-spd/i386/temacs1.lib obj-spd/i386/temacw32.lib obj-spd/i386/lastfile.lib winmm.lib advapi32.lib gdi32.lib comdlg32.lib user32.lib mpr.lib shell32.lib libc.lib Microsoft (R) Incremental Linker Version 7.10.2292 Copyright (C) Microsoft Corporation. All rights reserved. LINK : warning LNK4224: /DEBUGTYPE:BOTH is no longer supported; ignored LINK : warning LNK4224: /DEBUGTYPE:BOTH is no longer supported; ignored libc.lib(strftime.obj) : error LNK2005: _strftime already defined in temacs1.lib(strftime.obj) obj-spd/i386/temacs.bin : fatal error LNK1169: one or more multiply defined symbols found Any ideas what went wrong? I had to manually change the line-endings (I guess this was due to fetching the source from cvs). Could that be the problem? Martin