[MPlayer-users] Compilation problems (libvo.a?)

Frederick Bruckman fredb at immanent.net
Mon Feb 24 23:03:36 CET 2003


On Mon, 24 Feb 2003, Tom wrote:

> make -C libvo
> make[1]: Entering directory `/usr/src/MPlayer-0.90rc4/libvo'
> gcc -c -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/include/freetype2  -I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include    -DMPG12PLAY  -DVIDIX_PATH='"/usr/local/lib/mplayer/vidix/"' -o vo_gl.o vo_gl.c
> vo_gl.c:21:20: GL/glx.h: Onbekend bestand of map
> vo_gl.c:43: syntax error before "wsGLXContext"
> vo_gl.c:43: warning: datadefinitie heeft geen type of opslagklasse
> vo_gl.c:44: `GLX_RGBA' is hier niet gedeclareerd (niet in een functie)
> vo_gl.c:44: beginwaarde-element is niet constant
> vo_gl.c:44: (dicht bij initialisatie van `wsGLXAttrib[0]')
> vo_gl.c:45: `GLX_RED_SIZE' is hier niet gedeclareerd (niet in een functie)
> vo_gl.c:45: beginwaarde-element is niet constant
> vo_gl.c:45: (dicht bij initialisatie van `wsGLXAttrib[1]')
> vo_gl.c:46: `GLX_GREEN_SIZE' is hier niet gedeclareerd (niet in een functie)
> vo_gl.c:46: beginwaarde-element is niet constant
> vo_gl.c:46: (dicht bij initialisatie van `wsGLXAttrib[3]')
> vo_gl.c:47: `GLX_BLUE_SIZE' is hier niet gedeclareerd (niet in een functie)
> vo_gl.c:47: beginwaarde-element is niet constant
> vo_gl.c:47: (dicht bij initialisatie van `wsGLXAttrib[5]')
> vo_gl.c:48: `GLX_DOUBLEBUFFER' is hier niet gedeclareerd (niet in een functie)
> vo_gl.c:48: beginwaarde-element is niet constant
> vo_gl.c:48: (dicht bij initialisatie van `wsGLXAttrib[7]')
> vo_gl.c: In function `config':
> vo_gl.c:120: warning: toewijzing maakt pointer van integer zonder een cast
> make[1]: *** [vo_gl.o] Fout 1
> make[1]: Leaving directory `/usr/src/MPlayer-0.90rc4/libvo'
> make: *** [libvo/libvo.a] Fout 2

You have /usr/X11R6/include/GL/gl.h, but not
/usr/X11R6/include/GL/glx.h? You are perhaps running XFree86 3, with
an older version of Mesa? Try configuring with --disable-gl.

Frederick



More information about the MPlayer-users mailing list