Does anybody know why Compiling compiz ends with this errors ? "/usr/include/X11/Xutil.h:781:5: error: unknown type name ‘wchar_t’ " ? Thank you for answers
#ifndef X_WCHAR
#include <stddef.h>
#else
#ifdef __UNIXOS2__
#include <stdlib.h>
#else
/* replace this with #include or typedef appropriate for your system */
typedef unsigned long wchar_t;
#endif
#endif