Today i will install the wallet on my new pi, but i have this error??
src/net.cpp:1118:72: error: too many arguments to function 'UPNPDev* upnpDiscover(int, const char*, const char*, int, int, int*)'
devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, 0, 0);
^
In file included from src/net.cpp:20:0:
/usr/include/miniupnpc/miniupnpc.h:58:1: note: declared here
upnpDiscover(int delay, const char * multicastif,
^
src/net.cpp:1117:9: warning: unused variable 'error' [-Wunused-variable]
int error = 0;
^
Makefile:1590: recipe for target 'build/net.o' failed
make: *** [build/net.o] Error 1
idea? THX