Install error with latest libgit2 on Mac OSX and Ubuntu on Travis CI #87

Closed
opened 2014-04-26 11:34:37 -05:00 by rafecolton · 2 comments
rafecolton commented 2014-04-26 11:34:37 -05:00 (Migrated from github.com)

On Mac OSX, I run the following:

> brew install libgit2 --HEAD
# ... installs successfully from branch development
> go get github.com/libgit2/git2go
# # github.com/libgit2/git2go
# Godeps/_workspace/src/github.com/libgit2/git2go/wrapper.c:34:13: error: no member named 'progress' in 'struct git_remote_callbacks'

Also seems to be affecting my Travis CI builds: example

On Mac OSX, I run the following: ``` bash > brew install libgit2 --HEAD # ... installs successfully from branch development > go get github.com/libgit2/git2go # # github.com/libgit2/git2go # Godeps/_workspace/src/github.com/libgit2/git2go/wrapper.c:34:13: error: no member named 'progress' in 'struct git_remote_callbacks' ``` Also seems to be affecting my Travis CI builds: [example](https://travis-ci.org/modcloth/bob/builds/23821267)
carlosmn commented 2014-04-26 11:44:18 -05:00 (Migrated from github.com)

A struct changed. I've pushed a fix.

A struct changed. I've pushed a fix.
rafecolton commented 2014-04-26 11:50:56 -05:00 (Migrated from github.com)

Thank you!!! 🎂 🍕 😺

Thank you!!! :birthday: :pizza: :smiley_cat:
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#87
No description provided.