Issue compiling v0.11.0 on Windows #6458

issue ptschip opened this issue on July 18, 2015
  1. ptschip commented at 5:24 PM on July 18, 2015: contributor

    The configure script wouldn't finish when trying to run in mingw32. I'm running on Windows 7, 64 bit but compiling a 32 bit v0.11.0.

    Was finally able to configure and run make successfully by doing the following.

    Added the following back into the v0.11.0 "configure.ac" script:

       m4_include([pkg.m4])
    

    put the above line just before

      dnl pkg-config check.
      PKG_PROG_PKG_CONFIG
    

    and then copied the "pkg.m4" macro, from v0.10.2, back into the /c/bitcoin folder of v0.11.0.

    compiling works fine with this workaround

  2. ptschip renamed this:
    issue compiling v0.11.0 on windows
    Issue compiling v0.11.0 on windows
    on Jul 18, 2015
  3. ptschip renamed this:
    Issue compiling v0.11.0 on windows
    Issue compiling v0.11.0 on Windows
    on Jul 18, 2015
  4. ptschip commented at 1:07 PM on July 19, 2015: contributor

    Seems to be a problem with "pkg-config". Seems to be a few people out there complaining about issues compiling 32 bit apps on Windows with pkg-config. I have it installed correctly and can find it in the PATH but I still can't get it to compile v0.11.0 without the above workaround.

  5. laanwj added the label Build system on Jul 21, 2015
  6. laanwj commented at 9:54 AM on July 21, 2015: member

    Looks like a duplicate of #6432, although more information in this one. @theuni can you take a look?

  7. theuni commented at 10:28 PM on July 22, 2015: member

    yea, the issue here is the unchecked usage of pkg-config in the qt macros. I'll fix it up.

  8. laanwj added the label Windows on Sep 4, 2015
  9. laanwj commented at 11:16 AM on April 28, 2016: member

    Should be fixed by #6501

  10. laanwj closed this on Apr 28, 2016

  11. 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-17 03:15 UTC

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