Announcement

Collapse
No announcement yet.

Can't compile xf86-radeon-git

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

  • Can't compile xf86-radeon-git

    Hi,

    For a few days, i didn't success to compil xf86-radeon-git. I get this error :

    Code:
    Dans le fichier inclus ? partir de radeon.h:76,
              ? partir de radeon_accel.c:79:
    /usr/include/GL/glxint.h:36:19: erreur: GL/gl.h : Aucun fichier ou dossier de ce type
    In file included from radeon.h:76,
                     from radeon_accel.c:79:
    /usr/include/GL/glxint.h:103: erreur: expected specifier-qualifier-list before ?GLboolean?
    make[2]: *** [radeon_accel.lo] Erreur 1
    make[2]: quittant le r?pertoire ? /donnees/devel/xf86-video-ati-git/src/xf86-video-ati/src ?
    make[1]: *** [all-recursive] Erreur 1
    make[1]: quittant le r?pertoire ? /donnees/devel/xf86-video-ati-git/src/xf86-video-ati ?
    make: *** [all] Erreur 2
    I use everything from git (dri2proto, libgl,libpthread,mesa,libdrm...)


    Bibi

  • #2
    The missing file (GL/gl.h) is part of mesa, did you install it correctly? (rhetorical question, there's obviously a problem with your setup)
    The most common issue is mixing distro packages and the self-compiled stuff (maybe in /usr/local).

    Comment

    Working...
    X