MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.6k stars 623 forks source link

Mailcore Build failure #1904

Open kamlesh-simformsolutions opened 3 years ago

kamlesh-simformsolutions commented 3 years ago

When i m trying to build mailcore i m getting this error related to openssl verison not defined

/mailcore2/src/core/security/MCCertificateUtils.cpp:138:34: error: ‘OpenSSL_version’ was not declared in this scope MCLog("OpenSSL version: %s", OpenSSL_version(0));

How can i solve this error?

vonox7 commented 3 years ago

Fyi: https://github.com/MailCore/mailcore2/pull/1912 explains the build pipeline on Android that works also in 2021. The troubleshooting part also contains hints with which OpenSSL version the compilation works :)