From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 77305] New: Compile error in pipe-loader files (pipe_r300.c pipe_r600.c pipe_radeonsi.c egl_pipe.c)
Date: Fri, 11 Apr 2014 07:09:25 +0000 [thread overview]
Message-ID: <bug-77305-502@http.bugs.freedesktop.org/> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 2010 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=77305
Priority: medium
Bug ID: 77305
Assignee: dri-devel@lists.freedesktop.org
Summary: Compile error in pipe-loader files (pipe_r300.c
pipe_r600.c pipe_radeonsi.c egl_pipe.c)
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: knut.tidemann@gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Drivers/Gallium/r600
Product: Mesa
Created attachment 97213
--> https://bugs.freedesktop.org/attachment.cgi?id=97213&action=edit
patch for build failure
When building the latest mesa code today from git
(227049098b59bca88883a750602fdad41949c996), I was unable to build due to an
error that looks like a missing radeon_winsys.h include after the following
commit: 3b0b44f7def0acb4f7a7aef086c0bece321418a6.
Example of error:
pipe_r300.c: In function 'create_screen':
pipe_r300.c:13:38: error: dereferencing pointer to incomplete type
return sws ? debug_screen_wrap(sws->screen) : NULL;
^
I've attached a patch that fixes the build issue for me.
I build mesa with the following options:
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
--with-egl-platforms=drm,x11,wayland \
--with-llvm-shared-libs \
--enable-gallium-egl --enable-shared-glapi \
--enable-gallium-llvm \
--enable-glx-tls \
--enable-gles1 \
--enable-gles2 \
--enable-egl \
--enable-dri \
--enable-glx \
--enable-xa \
--enable-osmesa \
--enable-gbm \
--enable-texture-float \
--enable-vdpau \
--enable-opencl \
--enable-opencl-icd
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3473 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2014-04-11 7:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-11 7:09 bugzilla-daemon [this message]
2014-04-11 15:26 ` [Bug 77305] Compile error in pipe-loader files (pipe_r300.c pipe_r600.c pipe_radeonsi.c egl_pipe.c) bugzilla-daemon
2014-04-12 2:13 ` bugzilla-daemon
2014-04-12 6:04 ` bugzilla-daemon
2014-04-12 6:05 ` bugzilla-daemon
2014-04-12 7:37 ` bugzilla-daemon
2014-04-12 14:00 ` bugzilla-daemon
2014-04-12 15:56 ` bugzilla-daemon
2014-04-13 0:38 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-77305-502@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.