https://bugs.freedesktop.org/show_bug.cgi?id=106976

Marina Chernish <maryna.chern...@globallogic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #5 from Marina Chernish <maryna.chern...@globallogic.com> ---
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);

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to