[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs master build failing on RHEL 6.8
From: |
Eli Zaretskii |
Subject: |
Re: Emacs master build failing on RHEL 6.8 |
Date: |
Tue, 07 May 2019 21:20:39 +0300 |
> From: martin rudalics <address@hidden>
> Date: Tue, 7 May 2019 19:37:14 +0200
> Cc: Paul Eggert <address@hidden>
>
> > image.c: In function ‘svg_load_image’:
> > image.c:9468:29: error: missing binary operator before token "("
> > #if LIBRSVG_CHECK_VERSION (2, 45, 1) && GNUC_PREREQ (4, 2, 0)
> > ^
> > make[1]: *** [Makefile:394: image.o] Error 1
>
> Could this be because LIBRSVG_CHECK_VERSION is defined in
> librsvg-features.h and we include rsvg.h only?
That's how this should be done: rsvg.h includes librsvg-features.h, at
least in my librsvg headers. librsvg-features.h will print a warning
if you include it directly.
- Re: Emacs master build failing on RHEL 6.8, (continued)
- Re: Emacs master build failing on RHEL 6.8, Kaushal Modi, 2019/05/08
- Re: Emacs master build failing on RHEL 6.8, Eli Zaretskii, 2019/05/08
- Re: Emacs master build failing on RHEL 6.8, Kaushal Modi, 2019/05/08
- Re: Emacs master build failing on RHEL 6.8, Paul Eggert, 2019/05/08
- Re: Emacs master build failing on RHEL 6.8, Kaushal Modi, 2019/05/08
- Re: Emacs master build failing on RHEL 6.8, Mattias Engdegård, 2019/05/07
- Re: Emacs master build failing on RHEL 6.8, Paul Eggert, 2019/05/08
- CPP indentation bikeshed (was: Emacs master build failing on RHEL 6.8), Stefan Monnier, 2019/05/08
- Re: CPP indentation bikeshed (was: Emacs master build failing on RHEL 6.8), Paul Eggert, 2019/05/09
Re: Emacs master build failing on RHEL 6.8, martin rudalics, 2019/05/07
- Re: Emacs master build failing on RHEL 6.8,
Eli Zaretskii <=