PDA

View Full Version : Buil Qt with -phonon



veraS
23rd May 2011, 10:49
Hi
In Debia Squeeze (6.0) e try:

./configure -qt-sql-mysql -dbus-linked -xshape -phonon -v

I get this error.

...
GStreamer auto-detection... ()
g++ -c -pipe -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -o gstreamer.o gstreamer.cpp
gstreamer.cpp:42:21: error: gst/gst.h: No such file or directory
gstreamer.cpp:43:42: error: gst/interfaces/propertyprobe.h: No such file or directory
gstreamer.cpp:44:37: error: gst/interfaces/xoverlay.h: No such file or directory
gstreamer.cpp:48:4: error: #error "No GST_VERSION_* macros"
gstreamer.cpp:53: warning: unused parameter ‘argc’
gstreamer.cpp:53: warning: unused parameter ‘argv’
make: *** [gstreamer.o] Error 1
GStreamer disabled.
Phonon support cannot be enabled due to functionality tests!
What packages am i missing!

Thanks

Added after 1 53 minutes:

Well ... nothing like a wildcard!

apt-get install libgstreamer0*

:)