I am getting the error below, even though openssl was downloaded and unpacked correctly. The header files are where they should be. I've looked at the paths in the build files and don't see any error.
Please let me know if you've already found the probem with this.
Building Bitcoin daemon...
PARAMS: BOOST_SUFFIX=-mgw46-mt-1_54 INCLUDEPATHS=" -I'../libs/boost_1_54_0' -I'.
./libs/openssl-1.0.1e/include' -I'../libs/openssl-1.0.1e/include/openssl' -I'C:/
dev/GitHub/huntercoin/libs/openssl-1.0.1e/include' -I'../libs/db-4.8.30.NC/build
_unix' -I'../libs/miniupnpc-1.8'" LIBPATHS="-L'../src/leveldb' -L'../libs/boost_
1_54_0/stage/lib' -L'../libs/openssl-1.0.1e' -L'../libs/db-4.8.30.NC/build_unix'
-L'../libs/miniupnpc-1.8'" ADDITIONALCCFLAGS="-fno-guess-branch-probability -fr
andom-seed=1984 -Wno-unused-variable -Wno-unused-value -Wno-sign-compare -Wno-st
rict-aliasing"
g++ -c -o obj/auxpow.o auxpow.cpp
In file included from auxpow.cpp:4:0:
headers.h:32:28: fatal error: openssl/buffer.h: No such file or directory
#include
^
compilation terminated.
makefile.mingw:89: recipe for target 'obj/auxpow.o' failed
mingw32-make: *** [obj/auxpow.o] Error 1
I've no luck to build the client for windows too...
I've used the easywinbuilder scrypts in the contrib folders, tried different MinGW gcc versions, builded the openssl and dbbarkeley manually, each time a new error appears.
If someone succeed to build binaries for windows, please let me know how