From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.bugs Subject: Re: 23.0; Current CVS Emacs: compiling fails on windows xp using msvc 2003 Date: Tue, 11 Mar 2008 09:32:54 +0100 Message-ID: <87myp57iyl.fsf@ID-24456.user.uni-berlin.de> References: <47D5CEFE.4080905@gnu.org> Reply-To: Christoph Conrad NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1205224797 27296 80.91.229.12 (11 Mar 2008 08:39:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 08:39:57 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Jason Rumney Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 11 09:40:25 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 1JZ022-0005M8-9D for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Mar 2008 09:40:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ01T-0007DO-A7 for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Mar 2008 04:39:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZ01M-0007DF-PL for bug-gnu-emacs@gnu.org; Tue, 11 Mar 2008 04:39:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ01L-0007Cv-5H for bug-gnu-emacs@gnu.org; Tue, 11 Mar 2008 04:39:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ01K-0007Cq-Sr for bug-gnu-emacs@gnu.org; Tue, 11 Mar 2008 04:39:38 -0400 Original-Received: from p508910a4.dip0.t-ipconnect.de ([80.137.16.164] helo=brabbelbox.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZ01F-0003RG-Nr; Tue, 11 Mar 2008 04:39:34 -0400 Original-Received: by brabbelbox.de (Postfix, from userid 1000) id 6CBBBECC87; Tue, 11 Mar 2008 09:39:30 +0100 (CET) X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA X-Hashcash: 1:20:080311:jasonr@gnu.org::Y2wLzd2upDThnPhk:0008OtH X-Hashcash: 1:20:080311:bug-gnu-emacs@gnu.org::937/AvXmyIcdd8ZX:000000000000000000000000000000000000000014Bg In-Reply-To: <47D5CEFE.4080905@gnu.org> (Jason Rumney's message of "Tue, 11 Mar 2008 00:14:54 +0000") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 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:17706 Archived-At: Hi Jason, * Jason Rumney wrote: >> * Resourcecompiler "rc" complained about the compressed >> nt/icons/emacs.ico format. [...] > 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. I agree, it should be a warning, but it is an error, saying "old DIB in res\main.ico; pass it through SDKPAINT". According to a search with google you need a "vista-aware" resource compiler. Removing the compression from the icon made it acceptable to the visual studio 2003 resource compiler. >> * 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. Yes, at least with visual studio 2003. With kind regards, Christoph