Quote from: lachesis on August 09, 2010, 03:45:39 PM
Yet another argument for cmake or similar.
It’s a fact.
I intend to eventually sort out all building hassles and have a reliable build procedure across all win/unix 32/64-bit platform combinations.
On that note, I’m currently tackling x64 build for windows and notice that for 64-bit MSVC, the X86_SHA256_HashBlocks function is deferred to an external definition that is not present in the project. In the original CryptoPP library it seems to be in a separate asm module. I wonder how are people building x64 on windows, are they setting defines to use the C-source sha version?