Skip to content
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

Compile error #858

Closed
dscho opened this issue Jul 27, 2018 · 4 comments
Closed

Compile error #858

dscho opened this issue Jul 27, 2018 · 4 comments

Comments

@dscho
Copy link

dscho commented Jul 27, 2018

New in v2.4.1 (was not there in v2.4.0):

2018-07-27T10:36:13.4602087Z src/graph-v2.c: In function 'colors_init':
2018-07-27T10:36:13.4604561Z src/graph-v2.c:217:3: error: unknown type name 'uint'; did you mean 'int'?
2018-07-27T10:36:13.4606435Z    uint size = 500;
2018-07-27T10:36:13.4607091Z    ^~~~
2018-07-27T10:36:13.4608026Z    int

Let me know if you need me to open a PR, or whether it is quicker for you to just fix it.

@chros73
Copy link

chros73 commented Jul 27, 2018

Hm, I just compiled v2.4.1 on CentOS 6.10 (gcc 4.4.7) and on Ubuntu 14.04 (gcc 4.8.4) without any issue (using this build script).
What OS, distrib do you use?

@jonas
Copy link
Owner

jonas commented Jul 27, 2018

The only change between the two versions is 62d559a
Strange

@dscho
Copy link
Author

dscho commented Jul 27, 2018

Hmpf.

@chros73 I am using the Git for Windows distribution 😛

I don't have time right now, especially not to hunt down a bug that I only encountered today when I tried to upgrade the tig included in Git for Windows, but I will try to find some time (and not to forget about it).

@koutcher
Copy link
Collaborator

The uint should be replaced with size_t anyway...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants