From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman 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 18:41:54 +0200 Message-ID: <87d2eqlzcd.fsf@rosalinde.fritz.box> References: <87k38ym3ij.fsf@rosalinde.fritz.box> <83y4xe7ze3.fsf@gnu.org> <83wqcy7yzn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1401815893 16834 80.91.229.3 (3 Jun 2014 17:18:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2014 17:18:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 19:18:06 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 1WrsLe-0008Uo-QT for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 19:18:06 +0200 Original-Received: from localhost ([::1]:54718 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrrna-0005WH-JV for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2014 12:42:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrrmv-0004jB-De for emacs-devel@gnu.org; Tue, 03 Jun 2014 12:42:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wrrmo-0000Mk-HM for emacs-devel@gnu.org; Tue, 03 Jun 2014 12:42:13 -0400 Original-Received: from mout.gmx.net ([212.227.17.20]:56331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrrmo-0000Ky-8G; Tue, 03 Jun 2014 12:42:06 -0400 Original-Received: from rosalinde.fritz.box ([89.245.101.91]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0ML72n-1Wranp0GmX-000Lik; Tue, 03 Jun 2014 18:42:00 +0200 In-Reply-To: <83wqcy7yzn.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 03 Jun 2014 19:13:16 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) X-Provags-ID: V03:K0:gveBHT7AWEImPuzA26s59RtVyApUdNn2pYnoRnVMJhX+Vm8utdQ yS2skEKw2JJxZq7PyoEVTBy/IW0+hL6XwpO3CHWVUZ4WOZDCOqy/SCir/KI1vPP73v9RHKy 8+rCpH/dAaSJKYK5nsZI+1pAsyzlxVHzxHRdGM9625OAXxrNdIQGPyVz+tEnjw93iSNrIQh YqQu4tbc2p+uaGBdqY0+g== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 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:172302 Archived-At: On Tue, 03 Jun 2014 19:13:16 +0300 Eli Zaretskii wrote: >> Date: Tue, 03 Jun 2014 19:04:36 +0300 >> From: Eli Zaretskii >> Cc: emacs-devel@gnu.org >> >> > From: Stephen Berman >> > Date: Tue, 03 Jun 2014 17:11:48 +0200 >> > >> > >> In file included from ../../src/menu.h:25:0, >> > >> from ../../src/menu.c:52: >> > >> ../../src/../lwlib/lwlib.h:24:27: fatal error: X11/Intrinsic.h: No such >> > >> file or directory >> > >> compilation terminated. >> > >> make[1]: *** [menu.o] Error 1 >> > > >> > > Should be fixed now. >> > >> > I get the same error bootstrapping GNU/Linux from trunk bzr 117248, >> > i.e. after your fix. >> >> I fixed it only for MS-Windows. >> >> > My system: >> > >> > x86_64-suse-linux-gnu, GTK+ Version 3.10.4 >> > Windowing system distributor `The X.Org Foundation', version 11.0.11403901 >> > System Description: openSUSE 13.1 (Bottle) (x86_64) >> > >> > Configured using: >> > `configure --without-toolkit-scroll-bars CFLAGS=-g3' >> >> That would mean you don't have X11 headers on that system installed? >> How's that possible? > FWIW, I've just compiled the current trunk on a x86_64 Trisquel > GNU/Linux with GTK-2.0, and saw no warnings or errors. I do have some X11 headers but not Intrinsic.h. Apparently this isn't needed in the current openSUSE. Anyway, till today I haven't seen this error and haven't otherwise had an X11-related problem building Emacs. Steve Berman