-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Description
Bitcoin 0.4.0rc1 BETA will not compile in windows 7 using https://github.com/bitcoin/bitcoin/blob/master/doc/build-msw.txt
I have tried building it on my own, and end up with
C:\bitcoin\src>mingw32-make bitcoin.exe bitcoind.exe -f mak
efile.mingw
g++ -c -mthreads -O2 -w -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DWIN32
-D__WXMSW__ -D_WINDOWS -DNOPCH -DUSE_SSL -DBOOST_THREAD_USE_LIB -DSTATICLIB -DUS
E_UPNP=0 -I"C:\boost_1_47_0" -I"C:\db-4.8.30\build_windows" -I"C:\OpenSSL-Win32
include" -I"C:\wxWidgets-2.9.2-mgw\lib\gcc_lib\mswud" -I"C:\wxWidgets-2.9.2\incl
ude" -I"C:\miniupnpc-1.6-mgw" -DGUI -o obj/crypter.o crypter.cpp
In file included from C:\db-4.8.30\build_windows/db_cxx.h:65:0,
from headers.h:44,
from crypter.cpp:9:
C:\db-4.8.30\build_windows/db.h:135:17: error: conflicting declaration 'typedef
int32_t ssize_t'
c:\mingw32\bin../lib/gcc/mingw32/4.5.2/../../../../include/sys/types.h:118:18:
error: 'ssize_t' has a previous declaration as 'typedef _ssize_t ssize_t'
mingw32-make: *** [obj/crypter.o] Error 1