Post
Topic
Board Announcements (Altcoins)
Re: [SDC] The Shadow Project | Anon POS | ShadowMarket* | PR Firm
by
ethought
on 11/06/2015, 10:09:14 UTC
Got this error on the latest source.

Code:
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:

Code:
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?