From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: build failure on M$ using MSVC: nt/icons/emacs.ico Date: Thu, 22 May 2008 14:45:00 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211447749 24743 80.91.229.12 (22 May 2008 09:15:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 May 2008 09:15:49 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 22 11:16:27 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jz6uM-0008NL-Qp for ged-emacs-devel@m.gmane.org; Thu, 22 May 2008 11:16:23 +0200 Original-Received: from localhost ([127.0.0.1]:56111 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jz6tb-0003ON-Fn for ged-emacs-devel@m.gmane.org; Thu, 22 May 2008 05:15:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jz6tB-0003Mg-Rg for emacs-devel@gnu.org; Thu, 22 May 2008 05:15:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jz6t8-0003Ln-0f for emacs-devel@gnu.org; Thu, 22 May 2008 05:15:07 -0400 Original-Received: from [199.232.76.173] (port=56960 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jz6t7-0003LQ-AW for emacs-devel@gnu.org; Thu, 22 May 2008 05:15:05 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.186]:52011) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jz6t7-0003N4-4b for emacs-devel@gnu.org; Thu, 22 May 2008 05:15:05 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so2492692tia.10 for ; Thu, 22 May 2008 02:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=yKRl4hovZwn2Zc8KVcdBzOFfxruI6H2+weWXHnWDqn4=; b=wXEEE18gKjkUo26p9Kb7rjAsk0AkmuaBNqs5up94R3moNd1g3wNuv45pK+Qd+B2PIyJPfWSWkvqT0A2Xm3YNMmx1iD5LPSIYeO4XbCViUNQjtAGa13h5DFuf5YqnXJlLHC3PWYQM5n6E669mHtGHVQeJZUNXNdzSVDZUomDoByE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=IeTdc0sQ42uNUbEGpXwRxgqkCTpHIf7f2pb+5JQPqjARcVNLZ9hS1m/WKY72rpFwmpSsb7FTyiEMdHdBM8Q3E4wccFCJeaiINZMwV5pLZhgdcRXVuR50oDojJMB0QldDebCGxsyAcUYmGa6Nr+YxZKTj7UoLF6QTEn/7l1WrVeI= Original-Received: by 10.110.90.9 with SMTP id n9mr1404267tib.53.1211447700924; Thu, 22 May 2008 02:15:00 -0700 (PDT) Original-Received: by 10.110.90.17 with HTTP; Thu, 22 May 2008 02:15:00 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:97510 Archived-At: Hi, The current build on M$ using MSVC fails due to something in the new emacs.ico file. The MSVC resource compiler is not able to handle the file (old DIB and pass it through SDKPAINT..). I could not make much of it (was this icon image created on MS Vista?). The same icon works fine with the GNU windres (mingw). I used the following command to generate the required file for MSVC using GNU windres: cmd> windres -O res -i emacs.rc -o obj-spd/i386/emacs.res cmd> nmake The build went fine. -dhruva -- Contents reflect my personal views only!