Advertisement
dominus

Untitled

Sep 27th, 2020
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ../../../../../src/osd/modules/input/input_sdl.cpp:20:10: fatal error: 'SDL2/SDL.h' file not found
  2. #include <SDL2/SDL.h>
  3. ^~~~~~~~~~~~
  4. ../../../../../src/osd/modules/input/input_sdlcommon.cpp:17:10: fatal error: 'SDL2/SDL.h' file not found
  5. #include <SDL2/SDL.h>
  6. ^~~~~~~~~~~~
  7. ../../../../../src/osd/modules/input/input_common.cpp:36:10: fatal error: 'SDL2/SDL.h' file not found
  8. #include <SDL2/SDL.h>
  9. ^~~~~~~~~~~~
  10. 1 error generated.
  11.  
  12.  
  13. ../../../../../3rdparty/minimp3/minimp3.h:1275:5: error: 'HAVE_SSE' is not defined, evaluates to 0
  14. [-Werror,-Wundef]
  15. #if HAVE_SSE
  16. ^
  17. ../../../../../3rdparty/minimp3/minimp3.h:1477:5: error: 'HAVE_SSE' is not defined, evaluates to 0
  18. [-Werror,-Wundef]
  19. #if HAVE_SSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement