CommitViewer icon indicating copy to clipboard operation
CommitViewer copied to clipboard

Non-integral type 'git_reset_t' is an invalid underlying type

Open brtdv opened this issue 10 years ago • 4 comments

Hi, I tried building the CommitViewer app to see some example stuff related to Objective-Git but the app doesn't build / launch.

I'm using OS X 10.9.2 with Xcode 5.0.2

CommitViewer/objective-git/Classes/GTRepository.h:57:16: Non-integral type 'git_reset_t' is an invalid underlying type
CommitViewer/objective-git/Classes/GTDiff.h:64:16: Non-integral type 'git_diff_option_t' is an invalid underlying type
CommitViewer/objective-git/Classes/GTDiff.h:139:16: Non-integral type 'git_diff_find_t' is an invalid underlying type

I'm not really sure what's going wrong as I'm pretty new with Objective-C. I cloned the CommitViewer repo, downloaded all submodules and tried to launch it.

brtdv avatar Mar 11 '14 10:03 brtdv

same here, did you get it working in the end by any chance?

coxy1989 avatar Mar 22 '14 23:03 coxy1989

Sorry guys. Il take a look at it again.

Abizer

On 22 Mar 2014, at 23:39, Coxy1989 [email protected] wrote:

same here, did you get it working in the end by any chance?

— Reply to this email directly or view it on GitHub.

Abizern avatar Mar 23 '14 08:03 Abizern

@Abizern Hey! Did you have a chance to take a look at this? Cheers

brtdv avatar Apr 16 '14 14:04 brtdv

Non-integral type 'git_reset_t' is an invalid underlying type I am also getting this error even after pulling submodules of the CommitViewer project as well as the submodule objective-git

RudyAramayo avatar Jul 18 '18 01:07 RudyAramayo