-
Notifications
You must be signed in to change notification settings - Fork 1
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
Brew failed due to wrong libgit2 version? #1
Comments
Here is some extra information, although I don't know if it will help or not. I ran Robert-Kelvey-Wooster-Laptop:~ rkelvey$ brew update Warning: Unbrewed dylibs were found in /usr/local/lib. Unexpected dylibs: Warning: Unbrewed header files were found in /usr/local/include. Unexpected header files: Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. Unexpected .pc files: Warning: Unbrewed static libraries were found in /usr/local/lib. Unexpected static libraries: Warning: You have unlinked kegs in your Cellar |
I was trying to homebrew install xake on a mac, but ran into an error. The following is copy-pasted from terminal:
github.com/libgit2/git2go
src/github.com/libgit2/git2go/git_dynamic.go:10:3: error: "Invalid libgit2 version; this git2go supports libgit2 v0.25"
error "Invalid libgit2 version; this git2go supports libgit2 v0.25"
^
1 error generated.
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/ximeraproject/homebrew-xake/issues
I have libgit2 v0.26 installed. Is there a way to update xake so that it uses this newer version of libgit2?
The text was updated successfully, but these errors were encountered: