This is related to ticket 357 in Openchrome. http://www.openchrome.org/trac/ticket/357#comment:9 The latest SVN trunk openchrome does not build in Ubuntu 9.04 Jaunty (kernel 2.6.28). The solution suggested by openchrome guys is to add <stdint.h> in libdrm.
(In reply to comment #0) > The solution suggested by openchrome guys is to add <stdint.h> in > libdrm. Actually, gang65 suggested to replace uint{32,64}_t with _u{32,64} in drm_mode_crtc_page_flip struct in include/drm/drm_mode.h.
Created attachment 33920 [details] [review] correct patch for this issue
This breakage was introduced by commit 53addc5d6ef7406d9fab5ea481cf68fa011870f1 http://cgit.freedesktop.org/mesa/drm/commit/?id=53addc5d6ef7406d9fab5ea481cf68fa011870f1 Maybe the committer could comment on the patch.
Looks like some other headers might have this issue as well, according to Bug 25881
Fixed in git.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.