Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. CC src/haptic/windows/SDL_syshaptic.o
  2. In file included from src/haptic/windows/SDL_syshaptic.c:34:0:
  3. src/haptic/windows/../../joystick/windows/SDL_dxjoystick_c.h:69:3: error: conflicting types for 'XINPUT_GAMEPAD_EX'
  4. } XINPUT_GAMEPAD_EX;
  5. ^~~~~~~~~~~~~~~~~
  6. In file included from src/haptic/windows/../../joystick/windows/SDL_dxjoystick_c.h:42:0,
  7. from src/haptic/windows/SDL_syshaptic.c:34:
  8. C:/git-sdk-64/mingw64/x86_64-w64-mingw32/include/xinput.h:182:3: note: previous declaration of 'XINPUT_GAMEPAD_EX' was here
  9. } XINPUT_GAMEPAD_EX, *PXINPUT_GAMEPAD_EX;
  10. ^~~~~~~~~~~~~~~~~
  11. In file included from src/haptic/windows/SDL_syshaptic.c:34:0:
  12. src/haptic/windows/../../joystick/windows/SDL_dxjoystick_c.h:75:3: error: conflicting types for 'XINPUT_STATE_EX'
  13. } XINPUT_STATE_EX;
  14. ^~~~~~~~~~~~~~~
  15. In file included from src/haptic/windows/../../joystick/windows/SDL_dxjoystick_c.h:42:0,
  16. from src/haptic/windows/SDL_syshaptic.c:34:
  17. C:/git-sdk-64/mingw64/x86_64-w64-mingw32/include/xinput.h:192:3: note: previous declaration of 'XINPUT_STATE_EX' was here
  18. } XINPUT_STATE_EX, *PXINPUT_STATE_EX;
  19. ^~~~~~~~~~~~~~~
  20. make[2]: *** [Makefile:168: src/haptic/windows/SDL_syshaptic.o] Error 1
  21. make[2]: Leaving directory '/hellcrawl/crawl-ref/source/contrib/sdl2'
  22. make[1]: *** [Makefile:24: sdl2] Error 2
  23. make[1]: Leaving directory '/hellcrawl/crawl-ref/source/contrib'
  24. make: *** [Makefile:1571: .contrib-libs] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement