Build issue with 0.12 #7508

issue mkabatek opened this issue on February 11, 2016
  1. mkabatek commented at 3:22 AM on February 11, 2016: none

    I'm attempting to build bitcoin 0.12 on Ubuntu 14.04 LTS using the same configuration found here. 0.11 builds correctly.

    configure: error: Qt dependencies not found
    make: *** [config.status] Error 1
    
  2. achow101 commented at 3:31 AM on February 11, 2016: member

    You are missing the Qt dependency. 0.12 uses Qt 5 instead of Qt 4 which was in previous versions. Follow the up to date instructions at https://github.com/bitcoin/bitcoin/blob/0.12/doc/build-unix.md to get a proper build.

  3. luke-jr commented at 4:21 AM on February 11, 2016: member

    Qt4 should work fine as it always has... this looks like a bug somewhere. @mkabatek Can you post config.log somewhere?

  4. mkabatek commented at 5:13 AM on February 11, 2016: none

    @luke-jr sorry I don't have the original config.log. I ended up installing the Qt 5 dependencies.

    Then it complained about libevent-dev so I installed that now it appears to be building. Maybe 0.12 does not automatically fall back on Qt 4? I was also lacking libevent which looks like a change from 0.11. Sorry I can't provide more details I've mucked around with the system since I got stuck.

  5. laanwj commented at 7:57 AM on February 11, 2016: member

    This indeed the case, and a known issue: #7189

    As a workaround you can specify to build with qt4 specifically (--with-gui=qt4).

  6. laanwj closed this on Feb 11, 2016

  7. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 21:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me