[MPlayer-users] Can't compile mplayer from svn

Carlos Véliz darkomegax at gmail.com
Wed Apr 18 01:27:05 CEST 2007


>Please check configure.log to find out why the check failed.  If you
>do not understand configure.log, post it here and I'll help you.
>
>--Joey

I read the configure.log file, the parts regarding the GUI are these:

##########################################

============ Checking for GUI ============
============ Checking for XShape extension ============

#include <X11/Xlib.h>
#include <X11/Xproto.h>
#include <X11/Xutil.h>
#include <X11/extensions/shape.h>
#include <stdlib.h>
int main(void) {
  char *name = ":0.0";
  Display *wsDisplay;
  int exitvar = 0;
  int eventbase, errorbase;
  if (getenv("DISPLAY"))
    name=getenv("DISPLAY");
  wsDisplay=XOpenDisplay(name);
  if (!XShapeQueryExtension(wsDisplay,&eventbase,&errorbase))
    exitvar=1;
  XCloseDisplay(wsDisplay);
  return exitvar;
}

cc -O4 -march=prescott -mtune=prescott -pipe -ffast-math
-fomit-frame-pointer  -I/usr/include  -I/usr/include/SDL -D_REENTRANT
-lncurses -lpng -lz -lz   -lXext -lX11 -lpthread -lXv -lXxf86dga -lGL -ldl
-L/usr/lib -lSDL -lpthread  -o /tmp/mplayer-conf-30117-2926.o /tmp/mplayer-
conf-10602-2926.c


Result is: yes
##########################################

============ Checking for GTK+ version ============
============ Checking for GTK version ============

Unlike the other checks, they don't show the result if i have the necessary
components or not.



More information about the MPlayer-users mailing list