MithunReddy / remail-iphone

Automatically exported from code.google.com/p/remail-iphone
0 stars 0 forks source link

Not working with 10.5.8 OS ? #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sh pull_dependencies.sh
2.
3.

What is the expected output? What do you see instead?
Expected build of dependency libs. Seeing compile error instead.

What version of the product are you using? On what operating system?
Using MAC OS X 10.5.8 and iPhone SDK 3.2.1

Please provide any additional information below.
After sh pull_dependencies.sh
got following error at the end " make: *** [digestmd5.o] Error 1 "
still proceeded further
    * Open ReMailIPhone.xcodeproject
    * Click "Build and Debug" 

/Users/local/XXXXX/ameya/remail/mailcore/libetpan/build-mac/../src/data-types/ma
ilstream_ssl.c:79:27:
error: openssl/ssl.h: No such file or directory
/Users/local/XXXXX/ameya/remail/mailcore/libetpan/build-mac/../src/data-types/ma
ilstream_ssl.c:99:
error: expected specifier-qualifier-list before 'SSL_CTX'
/Users/local/XXXXX/ameya/remail/mailcore/libetpan/build-mac/../src/data-types/ma
ilstream_ssl.c:115:
error: expected specifier-qualifier-list before 'SSL'

and many more.

Original issue reported on code.google.com by ameyashetti on 8 Mar 2010 at 1:38

Attachments:

GoogleCodeExporter commented 8 years ago
Console Out put , log

Original comment by ameyashetti on 8 Mar 2010 at 1:49

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks ameyashetti! This is actually the same issue as #1 which I just solved.

A detailed explanation of how to fix this is here:
http://groups.google.com/group/remail-iphone/browse_thread/thread/d37264346fa5df
36

I'm merging this bug with issue #1.

Gabor

Original comment by gaborcse...@gmail.com on 8 Mar 2010 at 7:14

GoogleCodeExporter commented 8 years ago
Thank you , Followed Fixes on #1 issue , got it working.

Original comment by ameyashetti on 9 Mar 2010 at 9:08