PDA

View Full Version : phonon - first aproach



graciano
24th March 2010, 16:17
Hi,
I was about to make my first experience with the phonon module but it failed.
Is it available by default or do i need to...


This last command gives me:


EGL (EGL/egl.h) auto-detection... ()
g++ -c -pipe -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -o egl.o egl.cpp
egl.cpp:42:21: error: EGL/egl.h: Arquivo ou diretório não encontrado
egl.cpp: In function ‘int main(int, char**)’:
egl.cpp:46: error: ‘EGLint’ was not declared in this scope
egl.cpp:46: error: expected `;' before ‘x’
egl.cpp:47: error: ‘EGLDisplay’ was not declared in this scope
egl.cpp:47: error: expected `;' before ‘dpy’
egl.cpp:48: error: ‘EGLContext’ was not declared in this scope
egl.cpp:48: error: expected `;' before ‘ctx’
egl.cpp:49: error: ‘dpy’ was not declared in this scope
egl.cpp:49: error: ‘ctx’ was not declared in this scope
egl.cpp:49: error: ‘eglDestroyContext’ was not declared in this scope
make: ** [egl.o] Erro 1
EGL (EGL/egl.h) disabled.
EGL (GLES/egl.h) auto-detection... ()
g++ -c -pipe -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -o egl4gles1.o egl4gles1.cpp
egl4gles1.cpp:42:22: error: GLES/egl.h: Arquivo ou diretório não encontrado
egl4gles1.cpp: In function ‘int main(int, char**)’:
egl4gles1.cpp:46: error: ‘EGLint’ was not declared in this scope
egl4gles1.cpp:46: error: expected `;' before ‘x’
egl4gles1.cpp:47: error: ‘EGLDisplay’ was not declared in this scope
egl4gles1.cpp:47: error: expected `;' before ‘dpy’
egl4gles1.cpp:48: error: ‘EGLContext’ was not declared in this scope
egl4gles1.cpp:48: error: expected `;' before ‘ctx’
egl4gles1.cpp:49: error: ‘dpy’ was not declared in this scope
egl4gles1.cpp:49: error: ‘ctx’ was not declared in this scope
egl4gles1.cpp:49: error: ‘eglDestroyContext’ was not declared in this scope
make: ** [egl4gles1.o] Erro 1
EGL (GLES/egl.h) disabled.
Glib auto-detection... ()
g++ -c -pipe -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -o glib.o glib.cpp
glib.cpp:44:18: error: glib.h: Arquivo ou diretório não encontrado
glib.cpp: In function ‘int main(int, char**)’:
glib.cpp:49: error: ‘GSource’ was not declared in this scope
glib.cpp:49: error: ‘source’ was not declared in this scope
glib.cpp:50: error: ‘GPollFD’ was not declared in this scope
glib.cpp:50: error: ‘pollfd’ was not declared in this scope
glib.cpp:51: error: ‘g_thread_supported’ was not declared in this scope
glib.cpp:52: error: ‘NULL’ was not declared in this scope
glib.cpp:52: error: ‘g_thread_init’ was not declared in this scope
glib.cpp:53: error: ‘g_main_context_default’ was not declared in this scope
glib.cpp:54: error: ‘g_source_new’ was not declared in this scope
glib.cpp:55: error: ‘g_source_add_poll’ was not declared in this scope
make: ** [glib.o] Erro 1
Glib disabled.
Phonon support cannot be enabled due to functionality tests!
Turn on verbose messaging (-v) to ./configure to see the final report.
If you believe this message is in error you may use the continue
switch (-continue) to ./configure to continue.



What's missing?

I using Debian Lenny.

Thanks

graciano
24th March 2010, 19:26
apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev

http://ubuntuforums.org/archive/index.php/t-1094920.html