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

2.2.4 build fails on RHEL/CentOS #360

Closed
remicollet opened this issue Jan 18, 2017 · 3 comments
Closed

2.2.4 build fails on RHEL/CentOS #360

remicollet opened this issue Jan 18, 2017 · 3 comments

Comments

@remicollet
Copy link
Contributor

remicollet commented Jan 18, 2017

gd_gd2.c: In function '_gd2GetHeader':
gd_gd2.c:212:40: error: 'INT_MAX' undeclared (first use in this function)
   if (*ncx <= 0 || *ncy <= 0 || *ncx > INT_MAX / *ncy) {
                                        ^
gd_gd2.c:212:40: note: each undeclared identifier is reported only once for each function it appears in

@remicollet remicollet changed the title Build failed on RHEL/CentOS 2.2.4 build fails on RHEL/CentOS Jan 18, 2017
@cmb69
Copy link
Contributor

cmb69 commented Jan 18, 2017

That should be fixed in the meantime (commit c9b601a); please try with current GD-2.2 HEAD.

@remicollet
Copy link
Contributor Author

Indeed, I just noticed this was fixed...

@cmb69
Copy link
Contributor

cmb69 commented Jan 18, 2017

Indeed, I just noticed this was fixed...

Okay, so I'm closing.

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

2 participants