Open shopglobal opened 6 years ago
After cmake .. && make Now I got the Cryptonite_hash in the libs directory in the following formats.
cryptonite_hash.pyd
arch.c
libcryptonite_hash.dll.a
I put these files in /libs Now the error is
DLL load failed: the specified module could not be found
Any assistance?
I am stuck on similiar Windows build error, after successfully building the cryptonight_hash I moved the files to the ./libs dir.. At which point I installed some missing dependencies. There were some missing module errors that I cleared up until this point. PySide and QT are installed, and functioning..Now I am seeing the following;
After putting a compiled version of cryptonite_hash.so in the /libs dir nothing notably happened.
Any assistance would be greatly appreciated. Thanks in advance! Great work