-
Notifications
You must be signed in to change notification settings - Fork 49
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
Incorrect usage of an internal Glibc header (sys/cdefs.h) #94
Comments
Not sure what the problem here is, given that I don't include cdefs.h and the only place cplusplus is referenced is in xo_config.h.in:: % egrep 'cdefs|cplusplus' /.[hc]* Could you please give me some additional information? FWIW libxo compiles for FreeBSD, which is non-glibc based. Also for macos (clang). Thanks, |
The problem is that it won't compile in Musl, due to GETTEXT, the Chimera Linux OS has patched LIBXO to work on Musl-based Linuxes. They've also added support for BMAKE, tho that's not necessary.
https://github.com/chimera-linux/cports/tree/master/main/libxo/patches Regards, |
This causes problems on other OSes, like Illumos based ones, such as OpenIndiana, and also when */Linux based distros that use Musl, uClibc, Bionic libc (Android libc) or anything other than glibc try to compile libxo
The text was updated successfully, but these errors were encountered: