Mats Lidell
2015-06-10 14:59:53 UTC
Hi,
It seems like from some version of glibc, mid April on the buildbot machine, there is this warning when compiling:
# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
I suspect that this makes configure fail at finding "X11/Intrincis.h" for 21.4. In 21.5 we seem to have a completely different way to check for this headerfile that is not upset by some little warnings.
This is, or will be, a show stopper for 21.4 on Gentoo at least. What is the right thing to do here? Go over our code and get rid of or replace the defines according to what the warning suggests or make the configure check more robust when it comes to warnings or maybe both?
Yours
It seems like from some version of glibc, mid April on the buildbot machine, there is this warning when compiling:
# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
I suspect that this makes configure fail at finding "X11/Intrincis.h" for 21.4. In 21.5 we seem to have a completely different way to check for this headerfile that is not upset by some little warnings.
This is, or will be, a show stopper for 21.4 on Gentoo at least. What is the right thing to do here? Go over our code and get rid of or replace the defines according to what the warning suggests or make the configure check more robust when it comes to warnings or maybe both?
Yours
--
%% Mats
%% Mats