Hi, I have linker problems with latest GIT checkout (I already did a 'make distclean'): Code: ../../../../wine/dlls/dinput/dinput_main.c: In function ?LL_hook_proc_xi2?: ../../../../wine/dlls/dinput/dinput_main.c:930: error: ?IDirectInputDevice2AImpl? undeclared (first use in this function) ../../../../wine/dlls/dinput/dinput_main.c:930: error: (Each undeclared identifier is reported only once ../../../../wine/dlls/dinput/dinput_main.c:930: error: for each function it appears in.) ../../../../wine/dlls/dinput/dinput_main.c:930: error: ?dev? undeclared (first use in this function) ../../../../wine/dlls/dinput/dinput_main.c:933: error: expected expression before ?)? token ../../../../wine/dlls/dinput/dinput_main.c:933: error: expected expression before ?)? token make[1]: *** [dinput_main.o] Error 1 make: *** [dlls/dinput] Error 2 It is a out-of-source-tree build. Any ideas? Roland