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

Compilation fails with glibc 2.26 #641

Closed
guzzard opened this issue Sep 22, 2017 · 2 comments
Closed

Compilation fails with glibc 2.26 #641

guzzard opened this issue Sep 22, 2017 · 2 comments

Comments

@guzzard
Copy link

guzzard commented Sep 22, 2017

Compilation failed for me with glibc 2.26. Error was that xlocale.h was not found.

From glibc changelog:

2017-06-20  Zack Weinberg  <zackw@panix.com>
2130 
2131         * locale/xlocale.h: Rename to...
2132         * locale/bits/types/__locale_t.h: ...here.  Adjust commentary.
2133         Only define struct __locale_struct and __locale_t, not locale_t.
2134         * locale/bits/types/locale_t.h: New file; define locale_t here.

I changed these lines, and after that it compiled again:

@ibilon
Copy link
Member

ibilon commented Sep 22, 2017

What version of hxcpp did you use? One was released yesterday with a fix for that.

@guzzard
Copy link
Author

guzzard commented Sep 22, 2017

ah ok perfect! I'm using khacpp so I guess I just have to wait until that fix has been reflected there.

@guzzard guzzard closed this as completed Sep 23, 2017
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