> OS&Version: CentOS6.7 - Error1: `Package gstreamer-app-0.10 not found` - Solution1: ``` yum -y install 'pkgconfig(gstreamer-app-0.10)' # works ``` - Error2: `src/qt/src/gui/kernel/qapplication.cpp:3841: undefined reference to QCoreApplicationPrivate::checkReceiverThread(QObject*)'` - Solution2: ``` Not solved and waitting for help. ``` and some other problems solved which were forgotted to record, maybe add next time.
Error1:
Package gstreamer-app-0.10 not foundSolution1:
Error2:
src/qt/src/gui/kernel/qapplication.cpp:3841: undefined reference to QCoreApplicationPrivate::checkReceiverThread(QObject*)'Solution2:
and some other problems solved which were forgotted to record, maybe add next time.