Announcement

Collapse
No announcement yet.

Can't build drm on Karmic

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can't build drm on Karmic

    I'm trying to get 3D accel. on my HD4850 using this guide , since the 2.6.32 kernel is giving me issues with my ralink cards. I'm trying to get the drm stuff installed, but when I get to the autogen part I get this error:

    Code:
    configure: error: expected an absolute directory name for --includedir:

  • #2
    since the 2.6.32 kernel is giving me issues with my ralink cards.
    If you're using an older kernel, use agd5f's drm. I made a guide for building everything from source on Ubuntu. Also note the second post to get Mesa to build. http://ubuntuforums.org/showthread.php?t=1257453

    Comment


    • #3
      When I try to do an autogen for mesa I get the error:
      Code:
      configure: error: expected an absolute directory name for --includedir:

      Comment


      • #4
        Did you try:
        --includedir=/usr/include

        Comment

        Working...
        X