Coder Social home page Coder Social logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Can it be that the generated Makefile get the wrong path? ..
INSTALLTOP=/Users/<user-path>/remail-iphone/build-crypto-
deps/binaries//Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.
sdk/Debug
.. double slashes between binaries and Developer.

Original comment by [email protected] on 25 Mar 2010 at 4:35

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
I hope it sounds not too  stupid, but where should be located the makefile you 
mentioned?
Double checked my stuff but have not found any wrong path actually.

-- Volker

Original comment by [email protected] on 25 Mar 2010 at 5:25

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Erased at this time, but if it has implications it is the automatically 
generated files in the OpenSSL-part. (Sorry 
for not being more involved at this moment.)

Original comment by [email protected] on 26 Mar 2010 at 2:19

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
same error at me. 

Ld build/Release-iphonesimulator/reMail.app/reMail normal i386
cd /Users/csy/Documents/Xcode/iPhone/remail/remail-iphone
setenv MACOSX_DEPLOYMENT_TARGET 10.5
setenv PATH 
"/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/
bin:/usr/bin:/bin:/usr/sb
in:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -arch 
i386 -isysroot 
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.
3.sdk -
L/Users/csy/Documents/Xcode/iPhone/remail/remail-iphone/build/Release-iphonesimu
lator -
L/Users/csy/Documents/Xcode/iPhone/remail/remail-
iphone/binaries/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPho
neSimulator3.1.3.sdk/R
elease/lib -L/Users/csy/Documents/Xcode/iPhone/remail/remail-iphone -
L/Users/csy/Documents/Xcode/iPhone/remail/remail-
iphone/../mailcore/libetpan/binaries/Developer/Platforms/iPhoneSimulator.platfor
m/Developer/SDKs/iPhone
Simulator3.1.3.sdk/Release/lib 
-L/Users/csy/Documents/Xcode/iPhone/remail/remail-
iphone/../mailcore/binaries/Developer/Platforms/iPhoneSimulator.platform/Develop
er/SDKs/iPhoneSimulator
3.0.sdk/Debug/lib -L/Users/csy/Documents/Xcode/iPhone/remail/remail-
iphone/../mailcore/libetpan/binaries/Developer/Platforms/iPhoneSimulator.platfor
m/Developer/SDKs/iPhone
Simulator3.0.sdk/Debug/lib 
-F/Users/csy/Documents/Xcode/iPhone/remail/remail-iphone/build/Release-
iphonesimulator -F/Users/csy/Documents/Xcode/iPhone/remail/remail-iphone 
-filelist 
/Users/csy/Documents/Xcode/iPhone/remail/remail-iphone/build/ReMailIPhone.build/
Release-
iphonesimulator/ReMail.build/Objects-normal/i386/reMail.LinkFileList 
-mmacosx-version-min=10.5 -
all_load -ObjC /Users/csy/Documents/Xcode/iPhone/remail/mailcore/build/Release-
iphonesimulator/libmailcore.a -framework Foundation -framework CoreGraphics 
-framework 
SystemConfiguration -framework QuartzCore -framework MessageUI -framework UIKit 
-liconv.2 -framework 
CoreLocation -framework AddressBook -framework StoreKit -lcrypto -lsasl2 
/Users/csy/Documents/Xcode/iPhone/remail/three20/src/build/Release-iphonesimulat
or/libThree20.a -lssl 
-lcrypto -o 
/Users/csy/Documents/Xcode/iPhone/remail/remail-iphone/build/Release-
iphonesimulator/reMail.app/reMail

ld: library not found for -lcrypto
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 
failed with exit code 1

have u any idea? 

Original comment by [email protected] on 30 Mar 2010 at 6:21

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
I have the same issue. I just downloaded the source and pull_dependencies.sh 
didn't spit any errors but when 
compiling reMail with Xcode it spits out the library not found for -lcrypto 
error.

Original comment by [email protected] on 1 Apr 2010 at 4:11

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Has anyone resolved this yet?  I am getting the exact issue mentioned above.

Original comment by [email protected] on 2 Apr 2010 at 3:28

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Hi, I have two Mac. One is Macbook (OS 10.5.8) and the other is Mac MINI (Snow 
Leopard). I downloaded the reMail and compiled in both computers.

Macbook is OK but Mac Mini had the same issue.(library not found -lcrypto error)

Original comment by [email protected] on 6 Apr 2010 at 5:01

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
I am also encountering this issue.

Original comment by [email protected] on 7 Apr 2010 at 7:39

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Exact same problem.... anyone figured it out?

Original comment by [email protected] on 8 Apr 2010 at 4:38

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
ykim0907 probably already answered some of the symptoms, that compilation 
sometimes doesn't work. It will 
compile under Mac OX Leopard, but not under the later Snowleopard. Why, is 
still to figure out.

Original comment by [email protected] on 9 Apr 2010 at 3:21

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
It's definitely not OS problem (Snow Leopard) but shell scripts problem.

By default build_all_deps.sh script compiles OpenSSL ONLY! for iPhone SDK 3.0 
and 
only for native ARM code and you can easily run reMail on devive. But no 
building 
for simulator occures.

If you change SDKLIST and include 3.1, 3.1.2, 3.1.3, 3.2 etc SDKs then you'll 
get 
iPhone code for mentioned SDKs but still no simulator versions.

PLATFORMS="iPhoneSimulator iPhoneOS" looks correct but didn't check deeper

Original comment by [email protected] on 16 Apr 2010 at 9:00

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
It seems that try to link against a missing crt1.10.6.o module. Just like the 
name is autocomplete with the OS version. To Fix I just...

cd 
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.
sdk/usr/lib
sudo ln -s crt1.10.5.o crt1.10.6.o

and make again the deps

Original comment by [email protected] on 8 Jun 2010 at 7:57

from remail-iphone.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
So you rebuild the crypto libraries (e.g, the second half of the 
pull_dependencies script?

Original comment by [email protected] on 12 Jun 2010 at 11:12

from remail-iphone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.