Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. In file included from /usr/include/SDL/SDL_stdinc.h:66:0,
  2. from /usr/include/SDL/SDL_main.h:26,
  3. from /usr/include/SDL/SDL.h:30,
  4. from clustdif_ix_varmu_v17.cpp:7:
  5. /usr/include/inttypes.h: In function ‘intmax_t imaxabs(intmax_t)’:
  6. /usr/include/inttypes.h:298:40: error: expected primary-expression before ‘,’ token
  7. /usr/include/inttypes.h: At global scope:
  8. /usr/include/inttypes.h:298:74: error: declaration does not declare anything [-fpermissive]
  9. /usr/include/inttypes.h: In function ‘imaxdiv_t imaxdiv(intmax_t, intmax_t)’:
  10. /usr/include/inttypes.h:302:7: error: expected primary-expression before ‘,’ token
  11. /usr/include/inttypes.h: At global scope:
  12. /usr/include/inttypes.h:302:41: error: declaration does not declare anything [-fpermissive]
  13. /usr/include/inttypes.h: In function ‘intmax_t strtoimax(const char*, char**, int)’:
  14. /usr/include/inttypes.h:306:47: error: expected primary-expression before ‘,’ token
  15. /usr/include/inttypes.h: In function ‘uintmax_t strtoumax(const char*, char**, int)’:
  16. /usr/include/inttypes.h:310:49: error: expected primary-expression before ‘,’ token
  17. /usr/include/inttypes.h: In function ‘intmax_t wcstoimax(const wchar_t*, wchar_t**, int)’:
  18. /usr/include/inttypes.h:315:6: error: expected primary-expression before ‘,’ token
  19. /usr/include/inttypes.h: In function ‘uintmax_t wcstoumax(const wchar_t*, wchar_t**, int)’:
  20. /usr/include/inttypes.h:320:6: error: expected primary-expression before ‘,’ token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement