<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - I can't build poppler with Clang"
href="https://bugs.freedesktop.org/show_bug.cgi?id=76963#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - I can't build poppler with Clang"
href="https://bugs.freedesktop.org/show_bug.cgi?id=76963">bug 76963</a>
from <span class="vcard"><a class="email" href="mailto:mario_grgic@hotmail.com" title="Mario Grgic <mario_grgic@hotmail.com>"> <span class="fn">Mario Grgic</span></a>
</span></b>
<pre>To temporarily fix the problem, edit the Makefiles in place:
find . -name "Makefile" | xargs -L 1 perl -pi -e 's/-fno-check-new//g'
to remove the unrecognized option by clang, and build again.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>