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.61k stars 627 forks source link

MacOS 10.15 Catelina not found <libetpan/libetpan.h> #1843

Closed chancelee closed 1 year ago

chancelee commented 4 years ago

Beacause of MacOS 10.15 Catelina not found <libetpan/libetpan.h> , the mailcore2.project under the "bulild-Mac" directory faild

GarabaIgor commented 4 years ago

Fix for issue: #1838

rgbworld commented 4 years ago

I am experiencing compile/build errors related to External dependencies for libetpan and lctemplate. The "Externals" directory does not unzip the files as shown in #1842

macOS: 10.11 Xcode 12 beta Target: static mailcore2 osx

I tried moving the Externals directory outside the mailcore directory as discussed here: https://github.com/MailCore/mailcore2/issues/1838#issuecomment-540549712

That resolved the building of the mac static library (libMailcore.a).

Now when building my project, I receive the error: Library not found for -lctemplate

ld: warning: directory not found for option '-L/Users/ME/Documents/Development/mac_dev/Projects/MyApp/MyApp/MailCore2/build-mac/../Externals/ctemplate-osx/lib'

So, apparently the build is not finding the modified location for Externals.

haithngn commented 1 year ago

fixed: https://github.com/MailCore/mailcore2/issues/1838