Installation issue with make #9546

issue jeremyreikes opened this issue on January 13, 2017
  1. jeremyreikes commented at 8:01 PM on January 13, 2017: none

    When I do make I get the following error. Any idea what the issue is?

    make Making all in src /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in . CXX net.o net.cpp:1066:15: error: no matching function for call to 'upnpDiscover' devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error); ^~~~~~~~~~~~ /usr/local/include/miniupnpc/miniupnpc.h:62:1: note: candidate function not viable: requires 7 arguments, but 6 were provided upnpDiscover(int delay, const char * multicastif, ^ 1 error generated. make[3]: *** [net.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1

  2. paveljanik commented at 8:30 PM on January 13, 2017: contributor

    Duplicate of #8967?

  3. theuni commented at 8:36 PM on January 13, 2017: member

    Yes. @jeremyreikes why building such an old version? This has been unsupported for a long time.

    For reference: the line number matches up with 0.9: https://github.com/bitcoin/bitcoin/blob/0.9/src/net.cpp#L1066

  4. sipa commented at 8:48 PM on January 13, 2017: member

    The line your compiler complains about is net.cpp:1066 with a call to upnpDiscover. Neither in master, nor 0.13.2, nor any of the 0.13, 0.12, 0.11, 0.10 branches does such a call appear on that line. You're most definitely not building the latest version.

  5. fanquake added the label Questions and Help on Jan 13, 2017
  6. laanwj closed this on Feb 7, 2017

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

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