* [Bug 25953] New: dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 )
@ 2010-01-08 23:56 bugzilla-daemon
2010-01-09 0:08 ` [Bug 25953] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-01-08 23:56 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=25953
Summary: dri driver compilation fails (mesa 7.6.1 on Mandriva
2009.1, linux-x86 )
Product: Mesa
Version: 7.6
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/r300
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: uvy@mail.ru
I am trying to compile mesa 7.6.1 on Mandriva 2009.1
(linux-x86-dri) and get the following error:
radeon_screen.c: In function 'radeonGetParam':
radeon_screen.c:235: error: variable 'info' has initializer but incomplete type
radeon_screen.c:235: warning: excess elements in struct initializer
radeon_screen.c:235: warning: (near initialization for 'info')
radeon_screen.c:235: error: storage size of 'info' isn't known
radeon_screen.c:246: error: duplicate case value
radeon_screen.c:240: error: previously used here
radeon_screen.c:235: warning: unused variable 'info'
radeon_screen.c: In function 'radeonCreateScreen':
radeon_screen.c:1025: error: 'R600_SCRATCH_REG_OFFSET' undeclared (first use in
this function)
radeon_screen.c:1025: error: (Each undeclared identifier is reported only once
radeon_screen.c:1025: error: for each function it appears in.)
what does it mean?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 25953] dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 )
2010-01-08 23:56 [Bug 25953] New: dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 ) bugzilla-daemon
@ 2010-01-09 0:08 ` bugzilla-daemon
2010-01-09 23:14 ` bugzilla-daemon
2010-01-09 23:18 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-01-09 0:08 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=25953
Alex Deucher <agd5f@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
--- Comment #1 from Alex Deucher <agd5f@yahoo.com> 2010-01-08 16:08:40 PST ---
You need a newer radeon_drm.h
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 25953] dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 )
2010-01-08 23:56 [Bug 25953] New: dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 ) bugzilla-daemon
2010-01-09 0:08 ` [Bug 25953] " bugzilla-daemon
@ 2010-01-09 23:14 ` bugzilla-daemon
2010-01-09 23:18 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-01-09 23:14 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=25953
--- Comment #2 from Yury <uvy@mail.ru> 2010-01-09 15:14:24 PST ---
Thank you. It works.
I wonder why radeon_drm.h file is absent in Mesa distribution.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 25953] dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 )
2010-01-08 23:56 [Bug 25953] New: dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 ) bugzilla-daemon
2010-01-09 0:08 ` [Bug 25953] " bugzilla-daemon
2010-01-09 23:14 ` bugzilla-daemon
@ 2010-01-09 23:18 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-01-09 23:18 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=25953
--- Comment #3 from Alex Deucher <agd5f@yahoo.com> 2010-01-09 15:18:03 PST ---
(In reply to comment #2)
> Thank you. It works.
> I wonder why radeon_drm.h file is absent in Mesa distribution.
>
It's not provided by mesa. It's provided by libdrm or the kernel depending on
your distro.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
--
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-01-09 23:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 23:56 [Bug 25953] New: dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 ) bugzilla-daemon
2010-01-09 0:08 ` [Bug 25953] " bugzilla-daemon
2010-01-09 23:14 ` bugzilla-daemon
2010-01-09 23:18 ` bugzilla-daemon
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.