[Bug 16512] New: ATI driver does not build

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 24 23:40:05 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=16512

           Summary: ATI driver does not build
           Product: xorg
           Version: git
          Platform: All
        OS/Version: OpenBSD
            Status: NEW
          Severity: blocker
          Priority: high
         Component: Driver/Radeon
        AssignedTo: xorg-driver-ati at lists.x.org
        ReportedBy: brad at comstyle.com
         QAContact: xorg-team at lists.x.org


As of commit f29976d12cc2020cd80c90fa3fd4b25c031559ba the ATI driver no longer
builds on almost all OS's X.Org supports.

Looking at the X server there is a comment like so in the autoconf script..

# Checks for headers/macros for byte swapping
# Known variants:
#       <byteswap.h> bswap_16, bswap_32, bswap_64  (glibc)
#       <sys/endian.h> __swap16, __swap32, __swap64 (OpenBSD)
#       <sys/endian.h> bswap16, bswap32, bswap64 (other BSD's)
#       and a fallback to local macros if none of the above are found

and following is some checks to find the right macros to use. Most likely
something similar should be copied over to the ATI driver.


-- 
Configure bugmail: http://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