all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Subject: Compilation problems with latest MSVC
Date: Sun, 24 Dec 2006 06:25:16 -0500	[thread overview]
Message-ID: <E1GyRTg-0005hV-2n@fencepost.gnu.org> (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

             reply	other threads:[~2006-12-24 11:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-24 11:25 Eli Zaretskii [this message]
2006-12-24 11:35 ` Compilation problems with latest MSVC 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1GyRTg-0005hV-2n@fencepost.gnu.org \
    --to=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.