[Bug 77305] Compile error in pipe-loader files (pipe_r300.c pipe_r600.c pipe_radeonsi.c egl_pipe.c)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Apr 11 19:13:51 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=77305
--- Comment #2 from Simone Scanzoni <nonno.cicala at tiscali.it> ---
Created attachment 97248
--> https://bugs.freedesktop.org/attachment.cgi?id=97248&action=edit
patch for build failure with r600 and radeonsi
The bug isn't fixed upstream for r600 and radeonsi.
The attached patch solves the problem fixing these:
egl_pipe.c: In function 'pipe_r600_create_screen':
egl_pipe.c:153:4: error: implicit declaration of function
'radeon_drm_winsys_create' [-Werror=implicit-function-declaration]
egl_pipe.c:154:36: error: dereferencing pointer to incomplete type
egl_pipe.c: In function 'pipe_radeonsi_create_screen':
egl_pipe.c:168:4: error: implicit declaration of function
'radeon_drm_winsys_create' [-Werror=implicit-function-declaration]
egl_pipe.c:169:36: error: dereferencing pointer to incomplete type
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140412/0a7a20de/attachment.html>
More information about the dri-devel
mailing list