On Mon, Jul 12, 2004 at 08:09:07PM +0200, Alexandre Pineau wrote: > Hello, > > I'm the maintainer of Nedit and I have an issue to compile my > package with the last version of the libc6 (2.3.2.ds1-13) : > > [...] > make[2]: Entering directory `/home/alex/paquets/nedit/nedit-5.3/util' > cc -O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD > -DBUILD_UNTESTED_NEDIT -c -o DialogF.o DialogF.c > Dans le fichier inclus � partir de /usr/include/libio.h:32, > � partir de /usr/include/stdio.h:72, > � partir de DialogF.c:28: > /usr/include/_G_config.h:24:19: wchar.h : Aucun fichier ou r�pertoire de ce > type > [...] > gcc cannot find the file wchar.h. This file can be found in /usr/include/bits. > If we look gconv.h : > #include <wchar.h> at the line 28 > and for stdin.h : > #include <bits/wchar.h> > Is it normal? > > Many thanks for your help, and sorry for the disturb if it is > not a libc6 issue.
Do you not have /usr/include/wchar.h? Suggest you reinstall libc6-dev in that case. -- Daniel Jacobowitz

