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: Mon, 10 Mar 2008 14:12:31 +0100 Message-ID: References: Reply-To: Christoph Conrad NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1205175375 10669 80.91.229.12 (10 Mar 2008 18:56:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2008 18:56:15 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Mar 10 19:56:42 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 1JYnAZ-0001rT-Im for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Mar 2008 19:56:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYnA1-0004Lk-Fg for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Mar 2008 14:55:45 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!feeder.news-service.com!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed10.multikabel.net!news.astraweb.com!border2.a.newsrouter.astraweb.com!border2.nntp.ams.giganews.com!nntp.giganews.com!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 23 Original-NNTP-Posting-Host: p5b39430c.dip0.t-ipconnect.de Original-X-Trace: quimby.gnus.org 1205154981 8599 91.57.67.12 (10 Mar 2008 13:16:21 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 10 Mar 2008 13:16:21 +0000 (UTC) User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0 Cancel-Lock: sha1:A6ktaAx0FJExMG89sVGGvqjvsv8= Original-Xref: shelby.stanford.edu gnu.emacs.bug:44613 X-Mailman-Approved-At: Mon, 10 Mar 2008 14:55:18 -0400 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:17703 Archived-At: 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. * Linker complains about missing _round in "w32font.c". After adding a round function to "w32font.c" compilation/linking worked. With kind regards, Christoph