From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs master build failing on RHEL 6.8 [image.c] Date: Sun, 16 Jan 2022 20:09:52 +0200 Message-ID: <83a6fvy2kv.fsf@gnu.org> References: <86wohw5f4t.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30148"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: emacs18@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 16 19:13:58 2022 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 1n9A2P-0007jC-Pt for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Jan 2022 19:13:57 +0100 Original-Received: from localhost ([::1]:40950 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n9A2O-00045p-6C for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Jan 2022 13:13:56 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:38658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n99ye-0002dM-RG for emacs-devel@gnu.org; Sun, 16 Jan 2022 13:10:05 -0500 Original-Received: from [2001:470:142:3::e] (port=51538 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n99ye-0005Fa-Dj; Sun, 16 Jan 2022 13:10:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Qb9cgPVtSsZHM0PRc9mscDDjecIRN4kGzUT6vHFOpnc=; b=EKZVNq+/ILnL XIwL6JyQ3HfNtsdkSl3o8HvZtdXNqfrUWMazjKWlAep2KGdGTn2Mk4DMt2wBL3oEgmiFwBxp4JQII uVtr1tqNQTM2NDDIKrMewSa01w8hLIj6qWNUKUD3iYC5MDxEu4EHhQP4Wgzx0dYP/eIsW8a5D96vd mSa5+t3ijVsYtfHGX4203sqvWrhdpuK1nnSIoh+QO9B2lT4AlilDOH33N6Hf9un1PtlmU/rFV3qmy caWFElK641ke6jFOEq8sTackUV4RAXZ+u7wrei+Il0jAQ8VFTfS5qfU5+LB9uFZjwuJWfgCHDIGBR qiRAcmSG+nFoaNiMRm9lRw==; Original-Received: from [87.69.77.57] (port=1675 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n99ye-00036s-4r; Sun, 16 Jan 2022 13:10:04 -0500 In-Reply-To: <86wohw5f4t.fsf@gmail.com> (message from Richard Kim on Sat, 08 Jun 2019 07:24:34 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:284844 Archived-At: > From: Richard Kim > Date: Sat, 08 Jun 2019 07:24:34 -0700 > > Actually I too ran into compile failure on Red Hat 6.6. The root cause > was that the change shown below added code referring to > LIBRSVG_CHECK_VERSION macro which is not defined for me. It is defined either by librsvg headers or, failing that, around line 10175 of image.c