Re: [offtopic] wchar_t ??? (near desperation)

Guest section DW (dwguest@win.tue.nl)
Sat, 24 Oct 1998 18:38:50 +0200 (MET DST)


From: Meino Christian Cramer <root@solfire.ludwigsburg.netsurf.de>

Hi! Short question: WHERE is wchar_t defined? I am near desperation, I have
reinstalled the whole libc/libg++/gcc stuff (with recomp. of gcc), but compiling
a certain package produce parse errors every time, cause wchar_t isn't
defined. Grepping through the include pathes gives me tons of need_wchar_t
symbols but it is not defined (even wchar.h "needs" wchar_t"). HELP!

Why don't you read the file wchar.h you mention instead of polluting random groups?
It says:

/* Get size_t, wchar_t, wint_t and NULL from <stddef.h>. */
#define __need_size_t
#define __need_wchar_t
#define __need_wint_t
#define __need_NULL
#include <stddef.h>

Doesnt that seem to answer your question?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/