Could not determine kind of name for C.GIT_BLAME_IGNORE_WHITESPACE #711

Closed
opened 2020-12-06 16:24:59 -06:00 by utkarsh2102 · 3 comments
utkarsh2102 commented 2020-12-06 16:24:59 -06:00 (Migrated from github.com)

Hey,

Whilst building git2go v31.4.3 with libgit2 v1.0.1, I get a build failure with the following error:
src/gopkg.in/libgit2/git2go.v31/blame.go:51:54: could not determine kind of name for C.GIT_BLAME_IGNORE_WHITESPACE

I am not sure what's wrong, any ideas?

Hey, Whilst building git2go v31.4.3 with libgit2 v1.0.1, I get a build failure with the following error: `src/gopkg.in/libgit2/git2go.v31/blame.go:51:54: could not determine kind of name for C.GIT_BLAME_IGNORE_WHITESPACE` I am not sure what's wrong, any ideas?
lhchavez commented 2020-12-06 16:27:04 -06:00 (Migrated from github.com)

per https://github.com/libgit2/git2go#which-go-version-to-use it should be v30, not v31 if you need compatibility with libgit2 v1.0. v31 requires libgit2 v1.1.

per https://github.com/libgit2/git2go#which-go-version-to-use it should be `v30`, not `v31` if you need compatibility with libgit2 v1.0. `v31` requires libgit2 v1.1.
utkarsh2102 commented 2020-12-06 16:28:20 -06:00 (Migrated from github.com)

Aah, I am terribly sorry for not taking a look at that earlier. Thanks for your work, anyhow! :)

Aah, I am terribly sorry for not taking a look at that earlier. Thanks for your work, anyhow! :)
lhchavez commented 2020-12-06 16:29:26 -06:00 (Migrated from github.com)

Aah, I am terribly sorry for not taking a look at that earlier. Thanks for your work, anyhow! :)

no worries :)

> Aah, I am terribly sorry for not taking a look at that earlier. Thanks for your work, anyhow! :) no worries :)
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#711
No description provided.