Mailinglist Archive: radeonhd (336 mails)
| < Previous | Next > |
[radeonhd] [Bug 15685] New: fix for AtomBios/includes/CD_Common_Types.h
- From: bugzilla-daemon@xxxxxxxxxxxxxxx
- Date: Wed, 23 Apr 2008 18:03:26 -0700 (PDT)
- Message-id: <bug-15685-248@xxxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugs.freedesktop.org/show_bug.cgi?id=15685
Summary: fix for AtomBios/includes/CD_Common_Types.h
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Keywords: patch
Severity: normal
Priority: medium
Component: Driver/radeonhd
AssignedTo: lverhaegen@xxxxxxx
ReportedBy: jcristau@xxxxxxxxxx
QAContact: xorg-team@xxxxxxxxxxx
Created an attachment (id=16143)
--> (http://bugs.freedesktop.org/attachment.cgi?id=16143)
patch
atombios redefines the standard types (wtf?) with typedefs that conflict with
those from <stdint.h>. This breaks the build on gnu/hurd and gnu/kfreebsd (see
e.g.
http://buildd.debian-ports.org/fetch.php?&pkg=xserver-xorg-video-radeonhd&ver=1.2.1-1&arch=kfreebsd-i386&stamp=1208897391&file=log&as=raw).
The attached patch adds a check for __GLIBC__ to get matching typedefs in
atombios and <stdint.h>.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
xorg-team mailing list
xorg-team@xxxxxxxxxxx
http://lists.x.org/mailman/listinfo/xorg-team
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
Summary: fix for AtomBios/includes/CD_Common_Types.h
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Keywords: patch
Severity: normal
Priority: medium
Component: Driver/radeonhd
AssignedTo: lverhaegen@xxxxxxx
ReportedBy: jcristau@xxxxxxxxxx
QAContact: xorg-team@xxxxxxxxxxx
Created an attachment (id=16143)
--> (http://bugs.freedesktop.org/attachment.cgi?id=16143)
patch
atombios redefines the standard types (wtf?) with typedefs that conflict with
those from <stdint.h>. This breaks the build on gnu/hurd and gnu/kfreebsd (see
e.g.
http://buildd.debian-ports.org/fetch.php?&pkg=xserver-xorg-video-radeonhd&ver=1.2.1-1&arch=kfreebsd-i386&stamp=1208897391&file=log&as=raw).
The attached patch adds a check for __GLIBC__ to get matching typedefs in
atombios and <stdint.h>.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
xorg-team mailing list
xorg-team@xxxxxxxxxxx
http://lists.x.org/mailman/listinfo/xorg-team
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |