Got this error on the latest source.
net.cpp: In function void StartNode(boost::thread_group&):
net.cpp:1770:33: error: USE_UPNP was not declared in this scope
make: *** [obj/net.o] Error 1
Any ideas?
Compile without the "USE_UPNP" parameter.
Tried that already:
net.cpp:19:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.
make: *** [obj/net.o] Error
Don't want to install UPnP.
Why was the use of USE_UPNP disabled?