long double-related changes in gnulib
#53
barracuda156
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@iains Gnulib has added float-related stuff recently, which in its current form breaks
gettext-runtime(at least its latest release, 0.26), which in turn means a lot of stuff will be broken. Looks like sources are not aware of macOS existence – all macros are Linux- or AIX-specific.These are relevant files:
https://github.com/coreutils/gnulib/blob/f4038dcb346fccb58d910e2f0a62c0f45022d2a8/lib/float.c
https://github.com/coreutils/gnulib/blob/f4038dcb346fccb58d910e2f0a62c0f45022d2a8/lib/float.in.h
These commits also refers to gcc15 changes in relation to C23:
coreutils/gnulib@65ed9d3
coreutils/gnulib@1ce8849
What should we do to fix this? Both for cases of the latest gcc being used and Xcode gcc (which so far worked to build gettext subports).
Beta Was this translation helpful? Give feedback.
All reactions