In file included from src\net.cpp:21:0:
../miniupnpc/upnpcommands.h:117:1: note: declared here
UPNP_AddPortMapping(const char * controlURL, const char * servicetype,
^
In file included from ..\boost-1.50.0-mgw/boost/thread/shared_mutex.hpp:18:0,
from ..\boost-1.50.0-mgw/boost/thread/detail/thread_group.hpp:9
,
from ..\boost-1.50.0-mgw/boost/thread/thread.hpp:24,
from ..\boost-1.50.0-mgw/boost/thread.hpp:13,
from src\util.h:25,
from src\bignum.h:13,
from src\main.h:9,
from src\db.h:9,
from src\net.cpp:7:
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T
boost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sha
red_mutex::state_data]':
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:124:103: required from
here
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefere
ncing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*reinterpret_cast
(&comparand));
^
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefere
ncing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefere
ncing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
return *reinterpret_cast(&res);
^
..\boost-1.50.0-mgw/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefere
ncing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from ..\boost-1.50.0-mgw/boost/system/system_error.hpp:14:0,
from ..\boost-1.50.0-mgw/boost/thread/exceptions.hpp:22,
from ..\boost-1.50.0-mgw/boost/thread/win32/thread_primitives.h
pp:16,
from ..\boost-1.50.0-mgw/boost/thread/win32/thread_data.hpp:12,
from ..\boost-1.50.0-mgw/boost/thread/thread.hpp:15,
from ..\boost-1.50.0-mgw/boost/thread.hpp:13,
from src\util.h:25,
from src\bignum.h:13,
from src\main.h:9,
from src\db.h:9,
from src\net.cpp:7:
..\boost-1.50.0-mgw/boost/system/error_code.hpp: At global scope:
..\boost-1.50.0-mgw/boost/system/error_code.hpp:214:36: warning: 'boost::system:
:posix_category' defined but not used [-Wunused-variable]
static const error_category & posix_category = generic_category();
^
..\boost-1.50.0-mgw/boost/system/error_code.hpp:215:36: warning: 'boost::system:
:errno_ecat' defined but not used [-Wunused-variable]
static const error_category & errno_ecat = generic_category();
^
..\boost-1.50.0-mgw/boost/system/error_code.hpp:216:36: warning: 'boost::system:
:native_ecat' defined but not used [-Wunused-variable]
static const error_category & native_ecat = system_category();
^
Makefile.Release:33990: recipe for target 'build/net.o' failed
mingw32-make: *** [build/net.o] Error 1
C:\dogecoin>
Is it a problem with miniupnpc that i build?
I have already compiled dogecoind.exe from this source. And it works fine, now making qt client. And stuck. Please help me out