<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:benjiwiebe14@gmail.com" title="Benji Wiebe <benjiwiebe14@gmail.com>"> <span class="fn">Benji Wiebe</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Latest git fails to compile with radeon"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101189">bug 101189</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 - Latest git fails to compile with radeon"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101189#c15">Comment # 15</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Latest git fails to compile with radeon"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101189">bug 101189</a>
from <span class="vcard"><a class="email" href="mailto:benjiwiebe14@gmail.com" title="Benji Wiebe <benjiwiebe14@gmail.com>"> <span class="fn">Benji Wiebe</span></a>
</span></b>
<pre>With this patch <a href="https://patchwork.freedesktop.org/patch/158696/">https://patchwork.freedesktop.org/patch/158696/</a> the build is
broken for me now, not using radeon. Two issues: 1) when you remove amdgpu.h
from ac_gpu_info.h, you need to (but didn't) add includes for stdint.h and
stdbool.h. 2) I get the following error when compiling (after adding the
stdint/stdbool includes):
In file included from ../../../src/amd/common/ac_gpu_info.c:37:0:
/usr/local/include/libdrm/amdgpu.h:107:31: error: conflicting types for
‘amdgpu_device_handle’
typedef struct amdgpu_device *amdgpu_device_handle;
^~~~~~~~~~~~~~~~~~~~
In file included from ../../../src/amd/common/ac_gpu_info.c:26:0:
../../../src/amd/common/ac_gpu_info.h:39:16: note: previous declaration of
‘amdgpu_device_handle’ was here
typedef void * amdgpu_device_handle;
^~~~~~~~~~~~~~~~~~~~
And then a few more compiler warnings/errors that I believe tie into the above
one and will be resolved when the above is resolved.</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>