• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

mplayer gui

mitmaker

Newbie
hi leute ! ich hab mir die neuste mplayer version runter geladen und kompiliert, der mplayer läuft nur den gui kann ich nicht installiern ! nach make kommt folgende fehlermedlung :
linux-****:/tmp/MPlayer/MPlayer-1.0rc1/Gui # make
cc -c -I. -I.. -I../loader -I./wm -I./skin -Wdeclaration-after-statement -fno-PIC -O4 -march=athlon-xp -mtune=athlon-xp -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include/freetype2 -o wm/ws.o wm/ws.c
wm/ws.c: In function ‘wsXInit’:
wm/ws.c:202: error: ‘MSGTR_WS_CouldNotOpenDisplay’ undeclared (first use in this function)
wm/ws.c:202: error: (Each undeclared identifier is reported only once
wm/ws.c:202: error: for each function it appears in.)
wm/ws.c:218: error: ‘MSGTR_WS_RemoteDisplay’ undeclared (first use in this function)
wm/ws.c:223: error: ‘MSGTR_WS_NoXshm’ undeclared (first use in this function)
wm/ws.c:300: warning: assignment from incompatible pointer type
wm/ws.c:304: warning: assignment from incompatible pointer type
wm/ws.c:308: warning: assignment from incompatible pointer type
wm/ws.c:312: warning: assignment from incompatible pointer type
wm/ws.c:316: warning: assignment from incompatible pointer type
wm/ws.c:320: warning: assignment from incompatible pointer type
wm/ws.c:324: warning: assignment from incompatible pointer type
wm/ws.c: In function ‘wsCreateWindow’:
wm/ws.c:383: error: ‘MSGTR_WS_ColorDepthTooLow’ undeclared (first use in this function)
wm/ws.c:497: error: ‘MSGTR_WS_TooManyOpenWindows’ undeclared (first use in this function)
wm/ws.c: In function ‘wsCreateImage’:
wm/ws.c:1114: error: ‘MSGTR_WS_ShmError’ undeclared (first use in this function)
wm/ws.c:1146: error: ‘MSGTR_WS_NotEnoughMemoryDrawBuffer’ undeclared (first use in this function)
make: *** [wm/ws.o] Error 1

kann mir einer helfen ?
 
Oben