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