[MPlayer-users] Re: radeon_vid.c compile error

adland adland123 at yahoo.com
Thu Apr 29 20:04:13 CEST 2004


> radeon_vid.c:29: X11/Xlib.h: No such file or directory

this is your major error above.

this is from the configure script see the directories it checks for 
the header files  

echocheck "X11 headers presence"
if test -z "$_inc_x11" ; then
  for I in /usr/X11/include /usr/X11R6/include /usr/include/X11R6 /usr/include
/usr/openwin/include ; do
    if test -d "$I/X11" && test -f "$I/X11/Xlib.h" ; then
      _inc_x11="-I$I"
      echores "yes (using $I)"
      break
    fi
  done
  if test -z "$_inc_x11" ; then
 if test -z "$_inc_x11" ; then
    _x11=no
    echores "not found (check if the dev(el) packages are installed)"
  fi
else
  echores "yes (using $_inc_x11)"
fi

check output of your configure script for error about missing dev(el) packages
if so install them.
good luck





More information about the MPlayer-users mailing list