On Mon, 2005-09-05 at 15:23 -0400, Derek Price wrote: > Yoann Vandoorselaere wrote: > > >On Thu, 2005-09-01 at 12:28 +0200, Yoann Vandoorselaere wrote: > > > > > >>Hi, > >> > >>An OpenBSD Prelude user reported that GnuLib will fail to compile on > >>OpenBSD 3.7 due to the new dependencies of modules like strcase on > >>wctype.h and wchar.h headers. > >> > >> > > I've got a second system without the wchar.h, at least in the default > location: > > HP-UX hp291 B.11.00 U 9000/785 2007847090 > > >Attached is a patch that will fix the OpenBSD compilation issue > >described above by disabling the mbchar module on system that lack > >wctype.h or wchar.h. However, it is probably not the correct way to fix > >the issue regarding to other module dependencies to mbchar. > > > > > > I think this fix is okay, at least for the modules currently dependant > on mbuiter. They are not explicitly linked, but mbuiter is only enabled > with HAVE_MBRTOWC, the test for which will currently only compile > correctly if wchar.h is available.
Bruno, is there any update concerning this issue ? GnuLib CVS has not being fixed, and this problem break the compile on a number of systems. -- Yoann Vandoorselaere | Responsable R&D / CTO | PreludeIDS Technologies Tel: +33 (0)8 70 70 21 58 Fax: +33(0)4 78 42 21 58 http://www.prelude-ids.com _______________________________________________ bug-gnulib mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnulib
