From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Building trunk fails in x_check_image_size Date: Thu, 28 Jul 2011 10:09:52 +0200 Message-ID: <4E311950.3000408@gmx.at> References: <4E3106C7.2000400@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1311840608 31731 80.91.229.12 (28 Jul 2011 08:10:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2011 08:10:08 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 28 10:10:04 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QmLfP-0006Gb-5C for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2011 10:10:03 +0200 Original-Received: from localhost ([::1]:44814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmLfO-0000bj-MC for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2011 04:10:02 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmLfL-0000bA-9K for emacs-devel@gnu.org; Thu, 28 Jul 2011 04:10:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmLfJ-0001lb-1H for emacs-devel@gnu.org; Thu, 28 Jul 2011 04:09:59 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:42181) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QmLfI-0001kw-79 for emacs-devel@gnu.org; Thu, 28 Jul 2011 04:09:56 -0400 Original-Received: (qmail invoked by alias); 28 Jul 2011 08:09:54 -0000 Original-Received: from 62-47-54-205.adsl.highway.telekom.at (EHLO [62.47.54.205]) [62.47.54.205] by mail.gmx.net (mp003) with SMTP; 28 Jul 2011 10:09:54 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19de6QA2UZdW+39BSnQu5l0WDiSwelhhNvqfPdJTK tS+PR5YgGVXYpc User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142435 Archived-At: >> image.c:1928: error: structure has no member named `bitmap_pad' >> image.c:1929: error: structure has no member named `depth' >> image.c:1930: error: structure has no member named `bytes_per_line' >> make[3]: *** [oo/i386/image.o] Error 1 >> make[3]: Leaving directory `C:/emacs/quickfixes/src' >> make[2]: *** [bootstrap-temacs-CMD] Error 2 >> make[2]: Leaving directory `C:/emacs/quickfixes/src' >> make[1]: *** [bootstrap-temacs] Error 2 >> make[1]: Leaving directory `C:/emacs/quickfixes/src' >> make: *** [bootstrap-gmake] Error 2 > > I think x_check_image_size is X-specific, so just comment out its > call, at least for now. IIUC I'd have to comment out its definition and at least two calls of it. But the consequences of doing that seem too unpredictable to me. I'll wait till Paul fixes it. martin