While trying to compile latest xf86-video-ati drivers (6.7.195) I came across the following errors: atiprint.c: In function 'ATIPrintRegisters': atiprint.c:644: error: 'uint32_t' undeclared (first use in this function) and atiprobe.c: In function 'ATIMach64ProbeIO': atiprobe.c:385: error: 'uint32_t' undeclared (first use in this function) This is easily fixable by adding #include <stdint.h> into appropriate files. I will attach the patch shortly. Reproducible: Always Steps to Reproduce: glibc-2.6.1, gcc-4.1.2
Created attachment 135402 [details, diff] fix for compilation
*** This bug has been marked as a duplicate of bug 195035 *** *** This bug has been marked as a duplicate of bug 195035 ***
I just found the similar upstream patch you can use instead of mine: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=commitdiff;h=547fef4c6382f8a4951c086ee531b804cba31075 ... and the following upstream bug: http://bugs.freedesktop.org/show_bug.cgi?id=12733 ... and the Gentoo bug #195035 which makes mine a duplicate: https://bugs.gentoo.org/show_bug.cgi?id=195035 Sorry for bothering you.
Well, hopefully they'll just release a new version soon.