build: fix build weirdness after 54372482. #4395

pull theuni wants to merge 1 commits into bitcoin:master from theuni:fix-config-path changing 17 files +17 −17
  1. theuni commented at 6:08 PM on June 23, 2014: member

    bitcoin-config.h moved, but the old file is likely to still exist when reconfiguring or switching branches. This would've caused files to not rebuild correctly, and other strange problems.

    Make the path explicit so that the old one cannot be found.

    Core libs use config/bitcoin-config.h.

    Libs (like crypto) which don't want access to bitcoin's headers continue to use -Iconfig and #include bitcoin-config.h.

  2. build: fix build weirdness after 54372482.
    bitcoin-config.h moved, but the old file is likely to still exist when
    reconfiguring or switching branches. This would've caused files to not rebuild
    correctly, and other strange problems.
    
    Make the path explicit so that the old one cannot be found.
    
    Core libs use config/bitcoin-config.h.
    
    Libs (like crypto) which don't want access to bitcoin's headers continue
    to use -Iconfig and #include bitcoin-config.h.
    f3967bcc50
  3. dsnark commented at 6:18 PM on June 23, 2014: none

    I had a failing OSX build caused by this. Have applied the patch and confirmed the fix by switching in and out of --disable-wallet with successful builds where they failed before with linking errors.

  4. laanwj merged this on Jun 23, 2014
  5. laanwj closed this on Jun 23, 2014

  6. laanwj referenced this in commit 36db6633c3 on Jun 23, 2014
  7. MarcoFalke locked this on Sep 8, 2021
Contributors

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-18 15:15 UTC

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