Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. ERROR while make Qt-everywhere-opensource-src-4.7.4

ERROR while make Qt-everywhere-opensource-src-4.7.4

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 4.2k 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.
  • M Offline
    M Offline
    makiavel
    wrote on last edited by
    #1

    I was trying to install the Qt Library on my Ubuntu 11.04 following the guide at http://doc.qt.nokia.com/4.7/install-x11.html.
    Suddenly, during make command this error showed up:

    @/usr/bin/ld: cannot find -lXrender
    collect2: ld returned 1 exit status
    make[1]: *** [../../../../lib/libQtWebKit.so.4.7.4] Error 1
    make[1]: Leaving directory `/home/paulo/Downloads/qt-everywhere-opensource-src-4.7.4/src/3rdparty/webkit/WebCore'
    make: *** [sub-webkit-make_default-ordered] Error 2@

    Btw, the idea is to use Netbeans to build a C++/Qt application.

    Thank you!

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      Welcome to this forum.

      The make process does not find the xrender lib. You should check, if it is installed.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        You should run

        @
        aptitude search xrender
        @

        If there's no "i" in front of the line describing the lib, you need to install it:

        @
        aptitude install libxrender1
        @

        Check the package name!

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • M Offline
          M Offline
          makiavel
          wrote on last edited by
          #4

          it worked. thank you very much!

          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