Was anyone able to build this from source on Windows?
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
you can use the easy windows builder in contrib folder (by Phelix) -- or at least examine the batch file