<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:maryna.chernysh@globallogic.com" title="Marina Chernish <maryna.chernysh@globallogic.com>"> <span class="fn">Marina Chernish</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Compilation failure due to missing xcb_randr_lease_t"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106976">bug 106976</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;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Compilation failure due to missing xcb_randr_lease_t"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106976#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Compilation failure due to missing xcb_randr_lease_t"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106976">bug 106976</a>
              from <span class="vcard"><a class="email" href="mailto:maryna.chernysh@globallogic.com" title="Marina Chernish <maryna.chernysh@globallogic.com>"> <span class="fn">Marina Chernish</span></a>
</span></b>
        <pre>Mesa cannot be compiled using following configuration:
./autogen.sh --with-gallium-drivers="" --with-dri-drivers=i965
--with-vulkan-drivers=intel --prefix=/[path to mesa]


Errors are present:
wsi/wsi_common_display.c:2307:4: error: unknown type name ‘xcb_randr_lease_t’
    xcb_randr_lease_t lease = xcb_generate_id(connection);
    ^
wsi/wsi_common_display.c:2308:4: error: unknown type name
‘xcb_randr_create_lease_cookie_t’
    xcb_randr_create_lease_cookie_t cl_c =
    ^
wsi/wsi_common_display.c:2309:7: error: implicit declaration of function
‘xcb_randr_create_lease’ [-Werror=implicit-function-declaration]
       xcb_randr_create_lease(connection, root, lease, 1, 1,
       ^
wsi/wsi_common_display.c:2311:4: error: unknown type name
‘xcb_randr_create_lease_reply_t’
    xcb_randr_create_lease_reply_t *cl_r =
    ^
wsi/wsi_common_display.c:2312:7: error: implicit declaration of function
‘xcb_randr_create_lease_reply’ [-Werror=implicit-function-declaration]
       xcb_randr_create_lease_reply(connection, cl_c, NULL);
       ^
wsi/wsi_common_display.c:2312:7: warning: initialization makes pointer from
integer without a cast [-Wint-conversion]
wsi/wsi_common_display.c:2317:12: error: request for member ‘nfd’ in something
not a structure or union
    if (cl_r->nfd > 0) {
            ^
wsi/wsi_common_display.c:2318:20: error: implicit declaration of function
‘xcb_randr_create_lease_reply_fds’ [-Werror=implicit-function-declaration]
       int *rcl_f = xcb_randr_create_lease_reply_fds(connection, cl_r);</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>