[Fontconfig-bugs] [Bug 101280] Build failure with 2.12.3

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 27 13:42:24 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=101280

Carlos Sánchez de La Lama <csanchezdll at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #21 from Carlos Sánchez de La Lama <csanchezdll at gmail.com> ---
This is still happening in fontconfig-2.13.0 when builddir != srcdir, as
Comment 18 says.

fcobjshash.h is indeed regenerated, but fcobjs.c has an

#include "fcobjshash.h"

which searchs in current file directory first, and therefore sees the shipped
fcobjshash.h (in srcdir) and uses it, instead of the regenerated fcobjshash.h
(in builddir).

A possible solution is changing the quoting to:
#include <fcobjshash.h>

which would search system directories (finding nothing) and then the included
directories in compile command line, which place builddir before srcdir.

Another is not shippinh fcobjshash.h at all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20180327/ab89af42/attachment.html>


More information about the Fontconfig-bugs mailing list