Possible bug in glibc-devel-2.2.93-5 and glibc-devel-2.2.5
I am compiling glademm-1.1.1c on Mdk 9.0 and ran into this error several times:
In file included from /usr/include/g++-3/cstdio:6,
from glade--.cc:28:
/usr/include/stdio.h:260: type specifier omitted for parameter
/usr/include/stdio.h:260: parse error before `)'
So I changed over to glibc-devel-2.2.93-5 from RH 8.0. Still same problem. So I went into stdio.h and commented out (line 260):
extern FILE *fopencookie (void *__restrict __magic_cookie,
__const char *__restrict __modes,
_IO_cookie_io_functions_t __io_funcs) __THROW;
Then it finished compiling just fine. So did I just find a bug in glibc-devel distributed in Mdk 9 and RH 8?
Anyone else witnessing this?
Anyone else notice a ton of .m4 files in /usr/share/aclocal were missing too and not included in the gettext package (this question is probably better asked in the distribution forum)? pkgconfig is missing too from Mdk 9.
|