snow icon indicating copy to clipboard operation
snow copied to clipboard

Does not compile on debian testing

Open 0-8-15 opened this issue 9 years ago • 1 comments

g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -pthread -std=c++11 -pthread -D_FORTIFY_SOURCE=2 -c -o natpmp.o natpmp.cpp natpmp.cpp: In function 'void upnp_map_port(uint32_t_, in_port_t&)': natpmp.cpp:149:94: error: too few arguments to function 'UPNPDev_ upnpDiscover(int, const char_, const char_, int, int, int_)' UPNPDev devlist = upnpDiscover(2000/_response timeout (milliseconds)/, nullptr, nullptr, 0);

0-8-15 avatar Apr 23 '15 08:04 0-8-15

Debian Testing and Ubuntu seem to carry an incompatible version of libminiupnpc. As a temporary fix, you can disable building UPNP into snow:

make NO_UPNP=1 -j8

MaZderMind avatar Jul 07 '15 08:07 MaZderMind