From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: WilliamKF Newsgroups: gmane.emacs.devel Subject: Re: Emacs master build failing on RHEL 6.8 Date: Fri, 14 Feb 2020 12:49:42 -0700 (MST) Message-ID: <1581709782049-0.post@n8.nabble.com> References: <83woj2i0qf.fsf@gnu.org> <83mujxijjn.fsf@gnu.org> <834l65i11n.fsf@gnu.org> <83zhnxgkqf.fsf@gnu.org> <45a18dba-b330-9f9f-4f83-4eae71254bac@cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="40303"; mail-complaints-to="usenet@ciao.gmane.io" To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 14 21:17:34 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j2hP3-000AJz-2x for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Feb 2020 21:17:33 +0100 Original-Received: from localhost ([::1]:45292 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2hP2-0005EG-51 for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Feb 2020 15:17:32 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49494) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2gy8-00075f-Vl for Emacs-devel@gnu.org; Fri, 14 Feb 2020 14:49:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2gy7-0001gH-LE for Emacs-devel@gnu.org; Fri, 14 Feb 2020 14:49:44 -0500 Original-Received: from n8.nabble.com ([162.253.133.72]:59717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j2gy7-0001e0-FG for Emacs-devel@gnu.org; Fri, 14 Feb 2020 14:49:43 -0500 Original-Received: from n8.nabble.com (localhost [127.0.0.1]) by n8.nabble.com (Postfix) with ESMTP id 26ED04CB5F98 for ; Fri, 14 Feb 2020 12:49:42 -0700 (MST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Mac OS X [generic] [fuzzy] X-Received-From: 162.253.133.72 X-Mailman-Approved-At: Fri, 14 Feb 2020 15:16:39 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244945 Archived-At: This is still an issue with Emacs-26.3 on RHEL 6.8 and the proposed fix does not work for me, the preprocessor still continues and gets same error after && now. Workaround is to just comment out the offending portion which is incorrect but working for me: #if defined LIBRSVG_CHECK_VERSION //&& LIBRSVG_CHECK_VERSION (2, 45, 1) Note that LIBRSVG_CHECK_VERSION is not defined for me, so this gives me at least the correct build. -- Sent from: http://emacs.1067599.n8.nabble.com/Emacs-Dev-f108916.html