-
Notifications
You must be signed in to change notification settings - Fork 610
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
Cannot make on Mac OS 10.7 with Xcode 4.2 #25
Comments
Can you provide the output of running
It looks like the configure script is not properly created:
Also, did you try with a release tarball? It comes with the configure script already created. |
Where can the release tarballs be found now? Your website appears to currently be down. |
Hi there! I'm having the same trouble on Mac OS X 10.6.8.
I cloned the repository and try to compile from the master branch sources. |
Fixed. Edit your Makefile and add Bye! |
Is there a way to permanently fix it? |
@AdrienGiboire I just had to perform the Just commit that change and make a pull request? |
The website is up again: http://jonas.nitro.dk/tig/ However, if one of you could try the patch in the macosx branch and tell me if it fixes your problems. It should allow building tig on Mac OS X without the configure script. Don't hesitate to tweak the contrib/config-Darwin.make file. |
Thanks! I just tried it and it works like a charm :) |
Thanks for testing. |
Fresh checkout from current master (e98ff9a) fails to make. It's probably worth noting that GCC was removed in Xcode 4.2, so
gcc
is actually symlinked tollvm-gcc-4.2
, and the traditionalgcc-4.2
no longer exists.The text was updated successfully, but these errors were encountered: