..\..\..\..\..\ftk\src\base\ftkopenssl.cpp(28) : fatal error C1189: #error : You appear to be building against the wrong version of OpenSSL
Is this a problem with OpenSSL? I found 2 possible workarounds:
-----
Option 1: Disable the check in the Higgins code:
I comment out the lines
#ifdef FTK_WIN #if !defined( FTK_64BIT) && defined( OPENSSL_SYSNAME_WIN64A) #error You appear to be building against the wrong version of OpenSSL
#endif #endif
-----
Option 2: Modify the opensslconf.h header in my OpenSSL installation: