Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] Compilation errors in "fancy web browser" example project
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Compilation errors in "fancy web browser" example project

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    akn10red
    wrote on last edited by
    #1

    Hi all!
    I'm new to Qt (v5.2) but have been developing c# .net based apps for windows for quiet a time. I chose fancy web browser to start with (as I need to make an automated web browser app myself) but compiling the example project resulted in following errors:

    @/usr/bin/ld: cannot find -lgstapp-0.10
    /usr/bin/ld: cannot find -lgstinterfaces-0.10
    /usr/bin/ld: cannot find -lgstpbutils-0.10
    /usr/bin/ld: cannot find -lgstvideo-0.10
    /usr/bin/ld: cannot find -lgstbase-0.10
    /usr/bin/ld: cannot find -lgstreamer-0.10
    collect2: error: ld returned 1 exit status
    make: *** [fancybrowser] Error 1
    23:56:20: The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project fancybrowser (kit: Desktop Qt 5.2.0 GCC 64bit)
    When executing step 'Make'@

    I think its some library that's missing but isn't it supposed to be there by default? can anyone please guide me if there is a direct way to install the missing libraries (through terminal may be)

    Regards,
    Awais Niazi

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You are missing various gstreamer dev libraries. They are not installed by default on any distribution (unless you're using Gentoo/a Gentoo derived distro).

      Without knowing what linux flavour you are using its not possible to know which command to use to install anything.
      However, you can use the package manager from you OS to install them

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        akn10red
        wrote on last edited by
        #3

        i'm using ubuntu 13.10
        I used package manager to install various gstreamer plugins (nearly all of them) but still getting the same errors. can you please pinpoint the ones I need?

        UPDATE: Installing gstreamer libs from development tools section worked!! thanks a lot for help :)

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You're welcome !

          Indeed, it's the same package set but with a "-dev" added

          Since it working now, please update thread title prepending [solved] so other forum users may know a solution has been found :)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved