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

--- Comment #2 from Jos van Wolput <wol...@onsneteindhoven.nl> ---
The latest git version of mesa fails to build:
-----
make[3]: Entering directory
`/home/jos/src/xorg/git/mesa/src/gallium/auxiliary/pipe-loader'
  CC       pipe_loader_drm.lo
pipe_loader_drm.c: In function 'pipe_loader_drm_probe_fd':
pipe_loader_drm.c:120:4: error: implicit declaration of function
'loader_get_pci_id_for_fd' [-Werror=implicit-function-declaration]
    if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) {
    ^
pipe_loader_drm.c:132:4: error: implicit declaration of function
'loader_get_driver_for_fd' [-Werror=implicit-function-declaration]
    ddev->base.driver_name = loader_get_driver_for_fd(fd, _LOADER_GALLIUM);
    ^
pipe_loader_drm.c:132:58: error: '_LOADER_GALLIUM' undeclared (first use in
this function)
    ddev->base.driver_name = loader_get_driver_for_fd(fd, _LOADER_GALLIUM);
                                                          ^
pipe_loader_drm.c:132:58: note: each undeclared identifier is reported only
once for each function it appears in
cc1: some warnings being treated as errors
make[3]: *** [pipe_loader_drm.lo] Error 1
make[3]: Leaving directory
`/home/jos/src/xorg/git/mesa/src/gallium/auxiliary/pipe-loader'
make[2]: *** [all-recursive] Error 1
-----

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

Reply via email to