help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs emacs build fails on Windows XP


From: Martin Stemplinger
Subject: cvs emacs build fails on Windows XP
Date: Sat, 28 Jun 2003 13:59:22 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]