-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error building with Xcode 5.1 #352
Comments
+1 I'm getting the same errors in the same environment. |
Are you building for iOS or Mac OS ? |
For OS X. Tried it on multiple machines. Maybe all fresh installs are suffering from this? |
@raheelahmad Are you getting this error trying to build your application? or is it when you try to build the Framework directly via the |
This is for building the |
/cc @robrix? |
FWIW, tried a fresh install on another machine, with the same issue. I could be carrying around bad luck with me though. |
I can't reproduce the error at all. |
I receive the same errors. Fresh install. Using the workspace. On master branch.
|
Have you run |
Yes. All is installed. The issue has to do with libssh. Any thoughts? On Apr 11, 2014, at 9:00 AM, Matt Diephouse [email protected] wrote:
|
Will investigate today if at all possible. |
Just in case this is the full error:
Hope this helps :) |
My best guess is that this is because of a newer version of I have |
Curious. I have 1.4.3 as well. Sorry for the delay in looking into this, Friday spun away from me. Top of my list today tho. |
I can’t reproduce this either:
|
@raheelahmad you called it— |
Okay, so it looks like what’s happened is:
Further bulletins as events warrant. |
I did a
|
I've noticed that the symlinks for |
FWIW I've fixed this in the meantime with a symlink for the
|
This was fixed for the default homebrew dir, yes. |
@robrix It was my understanding that it would fallback to use the system libssl if the symlinks went nowhere? |
It will, yes, but the problem is (IIRC) that you’ve got a Interestingly, OpenSSH can now be built without dependencies on OpenSSL. I doubt that has made its way into homebrew yet, but it might make for a path out of this hell. |
This just bit @haacked, and that symlink didn’t help because opt/openssl is itself a symlink to ../Cellar/openssl/1.0.1i This got him going: ln -s /opt/boxen/homebrew/Cellar /usr/local/Cellar |
Pretty old and we've recently cleaned up the libgit2 building process: #483 |
I followed the
README
, and at the end I get a few symbols-not-found error upon building the framework. This is on Mavericks with Xcode 5.1.The text was updated successfully, but these errors were encountered: