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: Building trunk fails in x_check_image_size Date: Thu, 28 Jul 2011 03:05:14 -0400 Message-ID: References: <4E3106C7.2000400@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1311836727 9633 80.91.229.12 (28 Jul 2011 07:05:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2011 07:05:27 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 28 09:05:22 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 1QmKeo-0007su-2N for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2011 09:05:22 +0200 Original-Received: from localhost ([::1]:37756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmKen-0003Ah-5o for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2011 03:05:21 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmKej-0003AE-NT for emacs-devel@gnu.org; Thu, 28 Jul 2011 03:05:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmKei-0005gL-K5 for emacs-devel@gnu.org; Thu, 28 Jul 2011 03:05:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmKei-0005gH-HJ for emacs-devel@gnu.org; Thu, 28 Jul 2011 03:05:16 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QmKeg-0007Gv-Rs; Thu, 28 Jul 2011 03:05:14 -0400 In-reply-to: <4E3106C7.2000400@gmx.at> (message from martin rudalics on Thu, 28 Jul 2011 08:50:47 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:142426 Archived-At: > Date: Thu, 28 Jul 2011 08:50:47 +0200 > From: martin rudalics > Cc: Paul Eggert > > After > > configure --no-opt --without-xpm --without-png --without-jpeg --without-tiff --without-gif > > building and bootstrapping trunk on Windows XP with > i386-mingw-nt5.1.2600 fail with > > gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -Demacs=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo/i386/image.o image.c > image.c: In function `x_check_image_size': > 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.