gcc -c -I../../wine/misc -I. -I../../wine/include -I../include -g -O2 -Wall -fPIC -D__WINE__ -DETCDIR="\"/home/galibert/wine/install/etc\"" -D_REENTRANT -I/usr/X11R6/include -o wsprintf.o ../../wine/misc/wsprintf.c ../../wine/misc/wsprintf.c: In function `WPRINTF_ExtractVAPtr': ../../wine/misc/wsprintf.c:267: `WCHAR' is promoted to `int' when passed through `...' ../../wine/misc/wsprintf.c:267: (so you should pass `int' not `WCHAR' to `va_arg') ../../wine/misc/wsprintf.c:269: `CHAR' is promoted to `int' when passed through `...' make: *** [wsprintf.o] Error 1 Fix is trivial. OG.
