Go back to Richel Bilderbeek's homepage.

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

 

 

 

 

 

(C++) LinkErrorCannotFindLgstapp

 

STLQt CreatorLubuntu

 

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 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.

 

Valid XHTML 1.0 Strict

This page has been created by the tool CodeToHtml