PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : xine 0.9.13 und debian


fy-hz
27.08.02, 10:20
hi,
das kommt bei mir wenn ich xine 0.9.13 kompeliere.
Ich kann damit nicht viel anfangen. Bitte um Hilfe! thx


video_out_opengl.c:907: parse error before `*'
video_out_opengl.c: In function `opengl_translate_gui2video':
video_out_opengl.c:913: `this' undeclared (first use in this function)
video_out_opengl.c:919: `x' undeclared (first use in this function)
video_out_opengl.c:920: `y' undeclared (first use in this function)
video_out_opengl.c:927: `frame' undeclared (first use in this function)
video_out_opengl.c:931: `vid_x' undeclared (first use in this function)
video_out_opengl.c:932: `vid_y' undeclared (first use in this function)
video_out_opengl.c: In function `opengl_gui_data_exchange':
video_out_opengl.c:938: `this' undeclared (first use in this function)
video_out_opengl.c:938: parse error before `)'
video_out_opengl.c:940: `GLX_RGBA' undeclared (first use in this function)
video_out_opengl.c:940: initializer element is not constant
video_out_opengl.c:940: (near initialization for `glxAttrib[0]')
video_out_opengl.c:940: `GLX_RED_SIZE' undeclared (first use in this function)
video_out_opengl.c:940: initializer element is not constant
video_out_opengl.c:940: (near initialization for `glxAttrib[1]')
video_out_opengl.c:940: `GLX_GREEN_SIZE' undeclared (first use in this function)
video_out_opengl.c:940: initializer element is not constant
video_out_opengl.c:940: (near initialization for `glxAttrib[3]')
video_out_opengl.c:940: `GLX_BLUE_SIZE' undeclared (first use in this function)
video_out_opengl.c:940: initializer element is not constant
video_out_opengl.c:940: (near initialization for `glxAttrib[5]')
video_out_opengl.c:949: warning: implicit declaration of function `glXChooseVisual'
video_out_opengl.c:953: `XVisualInfo' undeclared (first use in this function)
video_out_opengl.c:953: parse error before `)'
video_out_opengl.c: In function `opengl_exit':
video_out_opengl.c:1021: `this' undeclared (first use in this function)
video_out_opengl.c:1021: parse error before `)'
video_out_opengl.c: In function `init_video_out_plugin':
video_out_opengl.c:1038: `this' undeclared (first use in this function)
video_out_opengl.c:1038: warning: statement with no effect
video_out_opengl.c:1039: parse error before `*'
video_out_opengl.c:1042: `visual' undeclared (first use in this function)
video_out_opengl.c:1043: `display' undeclared (first use in this function)
make[4]: *** [video_out_opengl.lo] Error 1
make[4]: Leaving directory `/tmp/xine/xine-lib-0.9.13/src/video_out'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/xine/xine-lib-0.9.13/src/video_out'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/xine/xine-lib-0.9.13/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/xine/xine-lib-0.9.13'
make: *** [all-recursive-am] Error 2

Columbo0815
27.08.02, 10:46
Warum kompilieren?
apt-get install xine-ui

Gruß Columbo


Edit: PS: Sorry, die eigentliche Frage hab ich nicht beantwortet, aber siehe Zander... :rolleyes:

zander
27.08.02, 10:56
Um Deine eigentliche Frage zu beantworten: xine versucht das OpenGL Video-Ausgabe Plugin zu kompilieren, scheitert jedoch offenbar an fehlenden oder unvollständigen Headern. Du kannst also entweder die korrekten Header richtig installieren, oder xine dazu anweisen (via configure), kein OpenGL Plugin zu kompilieren.

christophwth
27.08.02, 12:06
Hi

apt.get install xlibmesa-dev

sollte helfen (könnte daran liegen dass du vorher libxaw7-dev installiert hast )

gruss
christoph

fy-hz
27.08.02, 12:15
ich habs jetzt hinbekommen, thx