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. Qt5.6.0 build fails
Forum Update on Monday, May 27th 2025

Qt5.6.0 build fails

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt5.6.0 build
3 Posts 3 Posters 1.3k Views
  • 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.
  • J Offline
    J Offline
    jea1768
    wrote on 30 Nov 2015, 21:37 last edited by
    #1

    Hello,
    I'm trying to build Qt5.6.0 beta on Ubuntu 15.10 and on Raspberry PI2 but they both fail on the same problems:

    1. undefined reference to z_inflateInit_ , z_inflateEnd, etc.
      inflateInit & Co are in the zlib lib but where are the z_.... versions, I tried to install all 'zlib' relate packages, compiled zlib 1.2.8 from sources, no way...
    2. QtWebEngine stops on missing 'xscrnsaver' dependency, again where is 'xscrnsaver' ? I can find of course 'xscreensaver' packages but no 'xscrnsaver'....
      Thanks,
      J.
    1 Reply Last reply
    0
    • S Offline
      S Offline
      steeno
      wrote on 30 Mar 2016, 20:24 last edited by
      #2

      dunno if it is still important for you, but i stumbled upon the same problem some time ago. so just for others which may search for a solution, even if this is a really old issue. the needed package on debian/ubuntu distributions is called libxss-dev.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        frederik
        wrote on 31 Mar 2016, 09:57 last edited by
        #3

        For the zlib problems, check your config.summary (in qtbase) to see which zlib it's trying to use - if you don't install the zlib dev package, you might just want to use "configure -qt-zlib" to use the bundled copy of zlib.

        1 Reply Last reply
        1

        • Login

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