Announcement

Collapse
No announcement yet.

Compile OSS r500

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

  • Compile OSS r500

    Yo all,

    Is there a package list for the OSS r500 driver mentioned above?

    I got the git and it won't compile. I must be missing something.

    git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati
    Works fine as does autogen.sh

    But:

    Code:
    -DFGL_LINUX -DDRIVER_PARSER -g -O2 -MT radeon_accel.lo -MD -MP -MF .deps/radeon_accel.Tpo -c radeon_accel.c  -fPIC -DPIC -o .libs/radeon_accel.o
    In file included from radeon_dripriv.h:39,
                     from radeon.h:75,
                     from radeon_accel.c:79:
    /usr/include/GL/glxint.h:28:19: error: GL/gl.h: No such file or directory
    In file included from radeon_dripriv.h:39,
                     from radeon.h:75,
                     from radeon_accel.c:79:
    /usr/include/GL/glxint.h:95: error: expected specifier-qualifier-list before 'GLboolean'
    [COLOR=Red][COLOR=DarkRed][COLOR=LemonChiffon] make[2]: *** [radeon_accel.lo] Error 1
    make[2]: Leaving directory `/home/tom/xf86-video-ati/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/tom/xf86-video-ati'
    make: *** [all] Error 2[/COLOR]
    [/COLOR][/COLOR]
    I must have broken the git go gitter...

  • #2
    you might be missing mesa development libraries. or just glx headers (was it called glxproto in gentoo ?)

    Comment


    • #3
      I suppose he needs mesa (or some kind of mesa-devel) installed, glxproto itself IMHO won't suffice.

      Comment


      • #4
        Originally posted by ferreira View Post
        I suppose he needs mesa (or some kind of mesa-devel) installed, glxproto itself IMHO won't suffice.
        Thanks for the hint. I needed entity-gl. Now, let's hope I compiled the right driver.

        Comment


        • #5
          Seems like I did get the correct source. It actually compiled and X actually loads, plus I get Xv output now. Next is to install vidix and see if it will work.
          Thanks a bunch

          Comment

          Working...
          X