Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.



cannot find -lgstapp-0.10 is a
link error.
This bug is reported with this Launchpad bug report
and another Launchpad bug report.
Solution
Install some gstreamer packages:
sudo apt-get install libgstreamer1.0-dev
sudo apt-get install libgstreamer0.10-dev
sudo apt-get install libgstreamer-plugins-base1.0-dev
sudo apt-get install libgstreamer-plugins-base0.10-dev
|
Technical facts
Application type(s)
Operating system(s) or programming environment(s)
IDE(s):
Project type:
C++ standard:
Compiler(s):
Libraries used:
Qt: version 5.4.1 (32 bit)
STL: GNU ISO C++ Library, version 4.9.2
Qt project file: ./CppLinkErrorCannotFindLgstapp/CppLinkErrorCannotFindLgstapp.pro
QT += core gui
#To show I compile with Qt5
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets webkitwidgets
}
# Solution:
# sudo apt-get install libgstreamer1.0-dev
# sudo apt-get install libgstreamer0.10-dev
# sudo apt-get install libgstreamer-plugins-base1.0-dev
# sudo apt-get install libgstreamer-plugins-base0.10-dev
|
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.

This page has been created by the tool CodeToHtml