Postal icon indicating copy to clipboard operation
Postal copied to clipboard

Can not build on MacBook Air M1

Open williammo opened this issue 5 years ago • 5 comments

Thanks in advance. postal build fail

williammo avatar Dec 18 '20 04:12 williammo

As far as I understand README, libetpan is stored in binary form here. Given that M1 was not a thing 2 years ago, and that this project has not updated since that, probably it's worth trying to build it from source (README mentions some scripts) or e.g. adjust the configuration to use Homebrew'ed version of the library.

grigorye avatar Feb 12 '21 22:02 grigorye

As far as I understand README, libetpan is stored in binary form here. Given that M1 was not a thing 2 years ago, and that this project has not updated since that, probably it's worth trying to build it from source (README mentions some scripts) or e.g. adjust the configuration to use Homebrew'ed version of the library.

Thanks for helping!

williammo avatar Feb 13 '21 05:02 williammo

@williammo did u solve above issue ?

lionserdar avatar Jun 14 '22 15:06 lionserdar

Has there been any progress on this?

Rspoon3 avatar Feb 03 '23 21:02 Rspoon3

Similar problem to MailCore2, for me the below fixed it (works with real device only, not simulator): Exclude build of arm64 and add "-ld64" to "Other linker Flags"

NOTE: would be nice to have this project reopened / forked as mailcore2 creates threads in c and this thread memory will not get released by swift.

Be-Maps avatar Feb 15 '24 10:02 Be-Maps