From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Failed to compile from last bzr repo Date: Wed, 06 Apr 2011 18:47:41 +0300 Message-ID: <83fwpvv0te.fsf@gnu.org> References: <87vcyugxgs.fsf@gnu.org> <87wrjab38x.fsf@gmail.com> <83d3l1x6i6.fsf@gnu.org> <87pqp07lmg.fsf@gmail.com> <83tyecvdwj.fsf@gnu.org> <83ipusulpf.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1302105030 20624 80.91.229.12 (6 Apr 2011 15:50:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 15:50:30 +0000 (UTC) Cc: andrewjmoreton@gmail.com, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 06 17:50:26 2011 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.69) (envelope-from ) id 1Q7Uzv-0003ui-T5 for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2011 17:50:24 +0200 Original-Received: from localhost ([127.0.0.1]:44979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7Uzv-0005Fl-D0 for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2011 11:50:23 -0400 Original-Received: from [140.186.70.92] (port=32894 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7Uzr-0005Fc-HF for emacs-devel@gnu.org; Wed, 06 Apr 2011 11:50:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7Uzq-0003Z6-Em for emacs-devel@gnu.org; Wed, 06 Apr 2011 11:50:19 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:64732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7Uzq-0003Yt-84 for emacs-devel@gnu.org; Wed, 06 Apr 2011 11:50:18 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LJ800400MHYFI00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 06 Apr 2011 18:49:34 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.47.180]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LJ80035RMMKJ4B0@a-mtaout20.012.net.il>; Wed, 06 Apr 2011 18:49:33 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:138247 Archived-At: > From: Juanma Barranquero > Date: Wed, 6 Apr 2011 16:18:45 +0200 > Cc: Andy Moreton , emacs-devel@gnu.org > > I've fixed lib/makefile.w32-in Thanks. However, I'm going to redo some of that, sorry. I don't think we should call two non-trivial functions just to always return NULL. > so the only remaining issue seems to be ATTRIBUTE_FORMAT_PRINTF. > > Just defining it to nothing in nt/config.nt is enough to make the > compilation works. Is there anything more intelligent to do with it? Yes, see configure.in. I simply copied what it does to config.nt, so it should be fixed now (revno 103847).