After running the script, I get this error when compiling
In file included from src\core\common\crypthelper.cpp:23:
src/core/openssl_wrapper.h:28: error: conflicting declaration 'typedef int ssize
_t'
C:/pokerth_root/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/types
.h:104: error: 'ssize_t' has a previous declaration as `typedef _ssize_t ssize_t
'
src/core/openssl_wrapper.h:28: error: declaration of `typedef int ssize_t'
C:/pokerth_root/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/types
.h:104: error: conflicts with previous declaration `typedef _ssize_t ssize_t'
src/core/openssl_wrapper.h:28: error: declaration of `typedef int ssize_t'
C:/pokerth_root/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/types
.h:104: error: conflicts with previous declaration `typedef _ssize_t ssize_t'
In file included from src\core\common\crypthelper.cpp:23:
src/core/openssl_wrapper.h:36:28: gnutls/openssl.h: No such file or directory
src\core\common\crypthelper.cpp: In static member function `static bool CryptHel
per::MD5Sum(const std:

tring&, MD5Buf&

':
src\core\common\crypthelper.cpp:119: error: `MD5_CTX' was not declared in this s
cope
src\core\common\crypthelper.cpp:119: error: expected `;' before "context"
src\core\common\crypthelper.cpp:122: error: `context' was not declared in this s
cope
src\core\common\crypthelper.cpp:122: error: `MD5_Init' was not declared in this
scope
src\core\common\crypthelper.cpp:124: error: `MD5_Update' was not declared in thi
s scope
src\core\common\crypthelper.cpp:124: warning: unused variable 'MD5_Update'
src\core\common\crypthelper.cpp:125: error: `MD5_Final' was not declared in this
scope
src\core\common\crypthelper.cpp:119: warning: unused variable 'MD5_CTX'
src\core\common\crypthelper.cpp:122: warning: unused variable 'MD5_Init'
src\core\common\crypthelper.cpp:125: warning: unused variable 'MD5_Final'
mingw32-make[2]: *** [obj/crypthelper.o] Error 1
mingw32-make[1]: *** [release] Error 2
mingw32-make: *** [sub-pokerth_lib-pro-make_default-ordered] Error 2
The system can not find the file specified.
I do not understand what is wrong, any help I would be very useful
thanks