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: build failure [Re: bug#17673: 24.4.50; trunk r117239 build failure on Windows] Date: Tue, 03 Jun 2014 20:13:51 +0300 Message-ID: <83sinl9ar4.fsf@gnu.org> References: <87k38ym3ij.fsf@rosalinde.fritz.box> <83y4xe7ze3.fsf@gnu.org> <83wqcy7yzn.fsf@gnu.org> <87d2eqlzcd.fsf@rosalinde.fritz.box> <83tx827wpe.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1401815660 13835 80.91.229.3 (3 Jun 2014 17:14:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2014 17:14:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: stephen.berman@gmx.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 19:14:15 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WrsHv-0005x3-7s for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 19:14:15 +0200 Original-Received: from localhost ([::1]:54879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrsHu-00081M-OZ for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 13:14:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrsHl-0007rW-MM for emacs-devel@gnu.org; Tue, 03 Jun 2014 13:14:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrsHf-0004UL-6a for emacs-devel@gnu.org; Tue, 03 Jun 2014 13:14:05 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:42180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrsHe-0004UF-UL for emacs-devel@gnu.org; Tue, 03 Jun 2014 13:13:59 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0N6L00900R2LMP00@mtaout26.012.net.il> for emacs-devel@gnu.org; Tue, 03 Jun 2014 20:10:34 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6L00B6XRPM6D20@mtaout26.012.net.il>; Tue, 03 Jun 2014 20:10:34 +0300 (IDT) In-reply-to: <83tx827wpe.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 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:172301 Archived-At: > Date: Tue, 03 Jun 2014 20:02:37 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > Anyway, till today I haven't seen this error and haven't otherwise > > had an X11-related problem building Emacs. > > Indeed, up until revision 117239, lwlib.h was only included when > USE_X_TOOLKIT was defined, not for USE_GTK. Perhaps we should keep > the separate definition of enum button_type and the widget_value > typedef for USE_GTK as well, as we had before that revision? lwlib.h is now also included by gtkutil.h, so it too will have to be changed, if we want to avoid including lwlib.h in GTK builds.