I use the .bin file I download from Nokia and installed with it.
now I build my static qt lib from the file installed.
but everytime there is some error in phonon-backend like this:


make[3]: *** [.obj/release-static/devicemanager.o] error 1
make[3]:leaving directory`/opt/qt4.6/qt/src/plugins/phonon/gstreamer'
make[2]: *** [sub-gstreamer-make_default] error 2
make[2]:leaving directory `/opt/qt4.6/qt/src/plugins/phonon'
make[1]: *** [sub-phonon-make_default] error 2
make[1]:leaving directory `/opt/qt4.6/qt/src/plugins'
make: *** [sub-plugins-sub_src_target_ordered] error 2

and thus I can't get a static phonon_backend,what wrong?

PS:the 'leaving directory' and 'error' is what I translated from my console since I am using a non-English version of Ubuntu