<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - glx-test compilation fails in `make check`"
href="https://bugs.freedesktop.org/show_bug.cgi?id=95158#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - glx-test compilation fails in `make check`"
href="https://bugs.freedesktop.org/show_bug.cgi?id=95158">bug 95158</a>
from <span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="Jose Fonseca <jfonseca@vmware.com>"> <span class="fn">Jose Fonseca</span></a>
</span></b>
<pre>The problem are the following lines in src/glx/tests/fake_glx_screen.h :
extern "C" {
#include "glxclient.h"
};
Including headers like that inside extern C should be avoided. My change just
happened to trigger it.
I'll try to fix it.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>