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

Build Failed with MailCore 2 (see attached two photos) #81

Closed jianfengqiu closed 11 years ago

jianfengqiu commented 11 years ago

Help!!!

screen shot 2013-06-09 at 4 37 01 pm screen shot 2013-06-09 at 4 37 24 pm

dinhvh commented 11 years ago

Could you use terminal: $ cd mailcore2/scripts $ ./get-prebuilt.sh And tell me what the output is?

And if there's no error, could you try to build again?

jianfengqiu commented 11 years ago

$ ./get-prebuilt.sh
It works now.

But there is a new error: screen shot 2013-06-09 at 10 30 59 pm

dinhvh commented 11 years ago

Could you show the details of the "Link" phase? click the icon on the right of (!)1

jianfengqiu commented 11 years ago

screen shot 2013-06-09 at 10 33 22 pm

dinhvh commented 11 years ago

It's probably not an issue of MailCore. main and utf8_decode are duplicated. FLACiOS and OpenEars are mentionned. I don't know what they are.

jianfengqiu commented 11 years ago

Thank you very much! It seems that the OpenEars's lib have some issue.

CodaFi commented 11 years ago

Sometimes when you include external libraries, you wind up including or compiling the files that are meant for testing only (that must have a main()).