unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Compilation problems with latest MSVC
@ 2006-12-24 11:25 Eli Zaretskii
  2006-12-24 11:35 ` Lennart Borgman
  2006-12-29  2:40 ` David Robinow
  0 siblings, 2 replies; 14+ messages in thread
From: Eli Zaretskii @ 2006-12-24 11:25 UTC (permalink / raw)


It seems like latest versions of MSVC are incompatible with the Emacs
build procedure (MSVC 6 compiles the current CVS just fine).  See the
error messages below; this is with Visual Studio 2005 Express Edition,
the MS ``freeware'' distribution.

I could try working on these when I have time, but the question is: do
we care?  Is it enough to say that the last version of MSVC we support
is v6?  (Does anyone know if Studio 7 is okay?)

    >nmake bootstrap

    Microsoft (R) Program Maintenance Utility   Version 7.00.8882
    Copyright (C) Microsoft Corp 1988-2000. All rights reserved.

	    cl -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -Oy- -G6dF -Zp8 -Zi -Di386  -D_CRTAPI1=_cdecl -Foobj-spd/i386\ addsection.c
    cl : Command line warning D9035 : option 'Ze' has been deprecated and will be removed in a future release
    cl : Command line warning D9035 : option 'H' has been deprecated and will be removed in a future release
    cl : Command line warning D9002 : ignoring unknown option '-G6'
    addsection.c
	    link -out:obj-spd/i386/addsection.exe  -nologo -release -incremental:no -version:3.10 -swaprun:cd -swaprun:net setargv.obj -debug:full -debugtype:both obj-spd/i386/addsection.obj libc.lib  oldnames.lib user32.lib
    LINK : warning LNK4224: /DEBUG:FULL is no longer supported;  ignored
    LINK : fatal error LNK1117: syntax error in option 'debugtype:both'
    NMAKE : fatal error U1077: 'link' : return code '0x45d'
    Stop.

The compiler identifies itself as follows:

    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-12-31  4:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-24 11:25 Compilation problems with latest MSVC Eli Zaretskii
2006-12-24 11:35 ` Lennart Borgman
2006-12-29  2:40 ` David Robinow
2006-12-29  3:01   ` David Robinow
2006-12-29 11:40     ` Eli Zaretskii
2006-12-29 16:25       ` Jason Rumney
2006-12-29 16:52         ` Eli Zaretskii
2006-12-29 23:05           ` Jason Rumney
2006-12-30 14:15             ` Eli Zaretskii
2006-12-29 23:43           ` Jason Rumney
2006-12-30 14:18             ` Eli Zaretskii
2006-12-31  0:13               ` Jason Rumney
2006-12-31  4:24                 ` Eli Zaretskii
2006-12-29 16:29   ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).