Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. CC src/core/windows/SDL_xinput.o
  2. In file included from src/core/windows/SDL_xinput.c:24:0:
  3. src/core/windows/SDL_xinput.h:115:3: error: conflicting types for 'XINPUT_GAMEPAD_EX'
  4. } XINPUT_GAMEPAD_EX;
  5. ^~~~~~~~~~~~~~~~~
  6. In file included from src/core/windows/SDL_xinput.h:29:0,
  7. from src/core/windows/SDL_xinput.c:24:
  8. C:/msys64/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/core/windows/SDL_xinput.c:24:0:
  12. src/core/windows/SDL_xinput.h:123:3: error: conflicting types for 'XINPUT_STATE_EX'
  13. } XINPUT_STATE_EX;
  14. ^~~~~~~~~~~~~~~
  15. In file included from src/core/windows/SDL_xinput.h:29:0,
  16. from src/core/windows/SDL_xinput.c:24:
  17. C:/msys64/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:173: src/core/windows/SDL_xinput.o] Error 1
  21. make[2]: Leaving directory '/home/me/hellcrawl/crawl-ref/source/contrib/sdl2'
  22. make[1]: *** [Makefile:24: sdl2] Error 2
  23. make[1]: Leaving directory '/home/me/hellcrawl/crawl-ref/source/contrib'
  24. * If you experience any problems building Crawl, please take a second look
  25. * at INSTALL.txt: the solution to your problem just might be in there!
  26. make: *** No rule to make target '.contrib-libs', needed by 'contrib/install/x86_64-w64-mingw32/lib/libSDL2_image.a'. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement