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; Error in generated makefile on windows xp Date: Thu, 28 Feb 2008 17:17:25 +0000 Message-ID: <47C6ECA5.1010502@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 1204219070 17299 80.91.229.12 (28 Feb 2008 17:17:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 17:17:50 +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 Thu Feb 28 18:18:15 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 1JUmOZ-00057r-3F for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 18:18:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUmO1-0004TV-Vy for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 12:17:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUmNx-0004Sq-JM for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 12:17:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUmNv-0004Rs-OA for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 12:17:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUmNv-0004RZ-Kc for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 12:17:31 -0500 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUmNu-0002xi-W4 for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 12:17:31 -0500 Original-X-Trace: 15754036/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAFt7xkdTQxds/2dsb2JhbAAIrgc X-IronPort-AV: E=McAfee;i="5200,2160,5240"; a="15754036" X-IronPort-AV: E=Sophos;i="4.25,420,1199664000"; d="scan'208";a="15754036" 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; 28 Feb 2008 17:17:28 +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:17613 Archived-At: Christoph Conrad wrote: > Current CVS emacs, Visual Studio .NET 2003. > > .\configure.bat --with-msvc --without-png --without-jpeg --without-gif --without-tiff --without-xpm > > ,---- > | ifdef USE_FONTBACKEND > | FONTOBJ = $(BLD)/w32font.$(O) > | endif > `---- > > in "src\makefile" should be > > ,---- > | !ifdef USE_FONTBACKEND > | FONTOBJ = $(BLD)/w32font.$(O) > | !endif > `---- > > '!' is missing at two places. > If someone can come up with a simple fix that does not break the build when using GNU make/gcc, then it can be installed, but since that conditional will eventually be removed before 23.1 goes into pretest, I don't think it is worth spending a large amount of time overhauling the build process for.