how to compile phonon-backend statically on linux?
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
Re: how to compile phonon-backend statically on linux?
I believe this is a known issue with current 4.6 static compilation attempts. In addition to this, though, I never could get Qt statically compiled on either a Mac, or Windows. I found tons of instructions, and I'm generally very good with interpreting compiler and linker errors, but Qt had me baffled and I eventually gave up.
edit: That actually looks similar to an error that I got while trying to compile Qt with webkit compilation enabled. I specified the "no webkit" flag for the configuration, but I just ended up getting some other error.
Re: how to compile phonon-backend statically on linux?
yes,there is always some error while compiling qt statically.