From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Compilation problems with latest MSVC Date: Fri, 29 Dec 2006 16:29:08 +0000 Message-ID: <45954254.6070709@gnu.org> References: <4eb0089f0612281840x5f814fb1jd7c09e6182601e4f@mail.gmail.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167409776 21666 80.91.229.10 (29 Dec 2006 16:29:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2006 16:29:36 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 29 17:29:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1H0Kbq-0007pA-TY for ged-emacs-devel@m.gmane.org; Fri, 29 Dec 2006 17:29:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0Kbq-0005WX-D0 for ged-emacs-devel@m.gmane.org; Fri, 29 Dec 2006 11:29:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H0Kbd-0005WS-9T for emacs-devel@gnu.org; Fri, 29 Dec 2006 11:29:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0Kbb-0005WG-Sq for emacs-devel@gnu.org; Fri, 29 Dec 2006 11:29:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0Kbb-0005WD-QQ for emacs-devel@gnu.org; Fri, 29 Dec 2006 11:29:15 -0500 Original-Received: from [194.106.33.237] (helo=outmail1.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H0KbZ-0005j2-Rc; Fri, 29 Dec 2006 11:29:14 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 0F31250446; Fri, 29 Dec 2006 16:29:13 +0000 (GMT) User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: David Robinow In-Reply-To: <4eb0089f0612281840x5f814fb1jd7c09e6182601e4f@mail.gmail.com> 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:64429 Archived-At: David Robinow wrote: > There is a warning that debugtype:both is no longer supported. I > don't remember which type it actually uses. As shown below, this > warning became an error in Visual Studio 2005. I think it is OK to remove this option. It was useful when Emacs could not be compiled with gcc on Windows, because it allowed people to debug the precompiled binaries using gdb. But now that gcc is used to build the precompiled binaries, we can assume that anyone compiling with msvc will also have access to the microsoft debugger.