From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: 23.0; Current CVS Emacs: compiling fails on windows xp using msvc 2003 Date: Tue, 11 Mar 2008 00:14:54 +0000 Message-ID: <47D5CEFE.4080905@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205194524 13968 80.91.229.12 (11 Mar 2008 00:15:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 00:15:24 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Christoph Conrad Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 11 01:15:52 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JYs9n-0003nL-Mw for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Mar 2008 01:15:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYs9F-00057S-A2 for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Mar 2008 20:15:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYs8x-00050v-7t for bug-gnu-emacs@gnu.org; Mon, 10 Mar 2008 20:14:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYs8v-0004yx-H8 for bug-gnu-emacs@gnu.org; Mon, 10 Mar 2008 20:14:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYs8v-0004yl-Di for bug-gnu-emacs@gnu.org; Mon, 10 Mar 2008 20:14:57 -0400 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYs8v-0001V3-5u for bug-gnu-emacs@gnu.org; Mon, 10 Mar 2008 20:14:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvkBAGtr1UdTQxds/2dsb2JhbAAIqwo X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 11 Mar 2008 00:14:55 +0000 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17704 Archived-At: Christoph Conrad wrote: > Hi Jason, > > * Jason Rumney wrote: > > Tried again with freshly updated emacs today. > > >>> .\configure.bat --with-msvc --without-png --without-jpeg g >>> --without-gif --without-tiff --without-xpm >>> >>> nmake bootstrap >>> > > => > > * Resourcecompiler "rc" complained about the compressed > nt/icons/emacs.ico format. Web search revealed that VS 2008 accepts > that format, below VS 2008 not. So loaded that icon file into an icon > editor and switched off the compression. > Is that a warning or an error? The resource compiler shouldn't really care about the contents of the icon, it should just do as it is told and include it as a resource. > * Linker complains about missing _round in "w32font.c". After adding a > round function to "w32font.c" compilation/linking worked. > We can probably work around this. msvc appears to have floor and ceil, just not an equivalent of round or rint.