<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:csanchezdll@gmail.com" title="Carlos Sánchez de La Lama <csanchezdll@gmail.com>"> <span class="fn">Carlos Sánchez de La Lama</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Build failure with 2.12.3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101280">bug 101280</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>FIXED
</td>
<td>---
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Build failure with 2.12.3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101280#c21">Comment # 21</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Build failure with 2.12.3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101280">bug 101280</a>
from <span class="vcard"><a class="email" href="mailto:csanchezdll@gmail.com" title="Carlos Sánchez de La Lama <csanchezdll@gmail.com>"> <span class="fn">Carlos Sánchez de La Lama</span></a>
</span></b>
<pre>This is still happening in fontconfig-2.13.0 when builddir != srcdir, as
<a href="show_bug.cgi?id=101280#c18">Comment 18</a> 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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>