Hi
I use Linux to develop applications (opensuse 12.3) so i’ve GCC-4.7. The static library you provid for vplay is compiled with GCC-4.6, so i’ve many error (even i force gcc 4.7 in .pro file) :
-1: erreur : […]t/FelgoSDK/Desktop/Qt/4.8.1/gcc/../../../FelgoSDK/lib/third_party/libxml2.a(xmlIO.o): undefined reference to symbol ‘gzdopen’
:-1: erreur : note: ‘gzdopen’ is defined in DSO /lib/libz.so.1 so try adding it to the linker command line
/lib/libz.so.1:-1: erreur : could not read symbols: Invalid operation
I don’t have install 4.6 version so… Do have you a solution?
If we could have source of vplay to recompile it, it will be okay. But i think that you don’t want distribute it, no?
Thanks