[Bug 45937] New: Latest xf86-video-ati from git does not build with xorg server 1.11.903
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Feb 11 11:23:41 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=45937
Bug #: 45937
Summary: Latest xf86-video-ati from git does not build with
xorg server 1.11.903
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/Radeon
AssignedTo: xorg-driver-ati at lists.x.org
ReportedBy: krejzi at email.com
QAContact: xorg-team at lists.x.org
Making all in src
make[2]: Entering directory `/sources/driver/xf86-video-ati-6.14.99+git20120210/src'
CC radeon_dri2.lo
radeon_dri2.c:519:17: error: field 'link' has incomplete type
radeon_dri2.c:523:19: error: field 'reference_list' has incomplete type
radeon_dri2.c: In function 'ListAddDRI2ClientEvents':
radeon_dri2.c:551:5: warning: implicit declaration of function 'list_add' [-Wimplicit-function-declaration]
radeon_dri2.c: In function 'ListDelDRI2ClientEvents':
radeon_dri2.c:564:5: warning: implicit declaration of function 'list_del' [-Wimplicit-function-declaration]
radeon_dri2.c: In function 'radeon_dri2_client_state_changed':
radeon_dri2.c:578:9: warning: implicit declaration of function 'list_init' [-Wimplicit-function-declaration]
radeon_dri2.c:586:13: warning: implicit declaration of function 'list_for_each_entry' [-Wimplicit-function-declaration]
make[2]: *** [radeon_dri2.lo] Error 1
make[2]: Leaving directory `/sources/driver/xf86-video-ati-6.14.99+git20120210/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sources/driver/xf86-video-ati-6.14.99+git20120210'
make: *** [all] Error 2
If I recall correctly, previous deffinitions of list_* were in xorg/list.h which changed in xorg server 1.11.903 to xorg_list_add ... That's everything I could
find out.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the xorg-driver-ati
mailing list