In file included from ..\deps\boost/boost/tuple/tuple.hpp:33:0,
from src/serialize.h:18,
from src/netbase.h:10,
from src/net.h:18,
from src/emessage.h:9,
from src\qt\messagemodel.h:8,
from src\qt\bitcoin.cpp:7:
..\deps\boost/boost/tuple/detail/tuple_basic.hpp: In function 'typename boost::tuples::access_traitsles::element >::type>::const_type boost::tuples::get(const boost::tuples::cons&)'
:
..\deps\boost/boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef 'cons_element' locally defined but not used [-
Wunused-local-typedefs]
typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
^
In file included from src/netbase.h:11:0,
from src/net.h:18,
from src/emessage.h:9,
from src\qt\messagemodel.h:8,
from src\qt\bitcoin.cpp:7:
src/compat.h: At global scope:
src/compat.h:27:15: error: conflicting declaration 'typedef u_int SOCKET'
typedef u_int SOCKET;
^
In file included from C:/mingw64/x86_64-w64-mingw32/include/winsock2.h:55:0,
from src/compat.h:14,
from src/netbase.h:11,
from src/net.h:18,
from src/emessage.h:9,
from src\qt\messagemodel.h:8,
from src\qt\bitcoin.cpp:7:
C:/mingw64/x86_64-w64-mingw32/include/psdk_inc/_socket_types.h:11:18: note: previous declaration as 'typedef UINT_PTR SO
CKET'
typedef UINT_PTR SOCKET;
^
In file included from src/addrman.h:9:0,
from src/net.h:20,
from src/emessage.h:9,
from src\qt\messagemodel.h:8,
from src\qt\bitcoin.cpp:7:
src/util.h:15:13: error: conflicting declaration 'typedef int pid_t'
typedef int pid_t; /* define for Windows compatibility */
^
In file included from C:/mingw64/x86_64-w64-mingw32/include/pthread.h:64:0,
from C:/mingw64/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/gthr-default.h:35,
from C:/mingw64/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/gthr.h:148,
from C:/mingw64/x86_64-w64-mingw32/include/c++/ext/atomicity.h:35,
from C:/mingw64/x86_64-w64-mingw32/include/c++/bits/basic_string.h:39,
from C:/mingw64/x86_64-w64-mingw32/include/c++/string:52,
from ..\Qt\5.3.1\include/QtCore/../../src/corelib/tools/qstring.h:50,
from ..\Qt\5.3.1\include/QtCore/qstring.h:1,
from ..\Qt\5.3.1\include/QtCore/../../src/corelib/kernel/qobject.h:49,
from ..\Qt\5.3.1\include/QtCore/qobject.h:1,
from ..\Qt\5.3.1\include/QtWidgets/../../src/widgets/kernel/qwidget.h:46,
from ..\Qt\5.3.1\include/QtWidgets/qwidget.h:1,
from ..\Qt\5.3.1\include\QtWidgets/../../src/widgets/widgets/qmainwindow.h:45,
from ..\Qt\5.3.1\include\QtWidgets/qmainwindow.h:1,
from ..\Qt\5.3.1\include\QtWidgets/QMainWindow:1,
from src\qt\bitcoingui.h:4,
from src\qt\bitcoin.cpp:4:
C:/mingw64/x86_64-w64-mingw32/include/sys/types.h:68:16: note: previous declaration as 'typedef _pid_t pid_t'
typedef _pid_t pid_t;
^
In file included from ..\deps\boost/boost/system/system_error.hpp:14:0,
from ..\deps\boost/boost/thread/exceptions.hpp:22,
from ..\deps\boost/boost/thread/win32/thread_primitives.hpp:16,
from ..\deps\boost/boost/thread/win32/basic_timed_mutex.hpp:14,
from ..\deps\boost/boost/thread/win32/mutex.hpp:9,
from ..\deps\boost/boost/thread/mutex.hpp:14,
from src/allocators.h:10,
from src\qt\walletmodel.h:8,
from src\qt\bitcoin.cpp:6:
..\deps\boost/boost/system/error_code.hpp:222:36: warning: 'boost::system::posix_category' defined but not used [-Wunuse
d-variable]
static const error_category & posix_category = generic_category();
^
..\deps\boost/boost/system/error_code.hpp:223:36: warning: 'boost::system::errno_ecat' defined but not used [-Wunused-va
riable]
static const error_category & errno_ecat = generic_category();
^
..\deps\boost/boost/system/error_code.hpp:224:36: warning: 'boost::system::native_ecat' defined but not used [-Wunused-v
ariable]
static const error_category & native_ecat = system_category();
^
Makefile.Release:17581: recipe for target 'build/bitcoin.o' failed
mingw32-make: *** [build/bitcoin.o] Error 1
Anyone have an idea how to beat that?