emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs master build failing on RHEL 6.8


From: Kaushal Modi
Subject: Re: Emacs master build failing on RHEL 6.8
Date: Tue, 7 May 2019 15:46:18 -0400

On Tue, May 7, 2019 at 2:22 PM Eli Zaretskii <address@hidden> wrote:

Can you show that part from a preprocessed image.c?

What's the "preprocessed" image.c? In any case, here's that part of image.c after reverted all local changes to it so that it's the exact same as on master:


  /* Suppress GCC deprecation warnings starting in librsvg 2.45.1 for
     rsvg_handle_write and rsvg_handle_close.  FIXME: Use functions
     like rsvg_handle_new_from_gfile_sync on newer librsvg versions,
     and remove this hack.  */
  #if GNUC_PREREQ (4, 6, 0)
   #pragma GCC diagnostic push
  #endif
  #if LIBRSVG_CHECK_VERSION (2, 45, 1) && GNUC_PREREQ (4, 2, 0)
   #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
  #endif

PS: I was able to build emacs locally after commenting out the " #if LIBRSVG_CHECK_VERSION .. #endif" portion.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]