Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ----- ehehe ( MAIN GCC DEBUG DEBUG_FULL BLITZ WIN32 )
  2. utf8.c
  3. In file included from F:\MyApps\ehehe\utf8.c:24:
  4. F:\MyApps\ehehe\utf8.h:7: error: expected ')' before '*' token
  5. F:\MyApps\ehehe\utf8.h:10: error: expected declaration specifiers or '...' before 'u_int32_t'
  6. F:\MyApps\ehehe\utf8.h:13: error: expected declaration specifiers or '...' before 'u_int32_t'
  7. F:\MyApps\ehehe\utf8.h:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'u8_nextchar'
  8. F:\MyApps\ehehe\utf8.h:36: error: expected declaration specifiers or '...' before 'u_int32_t'
  9. F:\MyApps\ehehe\utf8.h:40: error: expected declaration specifiers or '...' before 'u_int32_t'
  10. F:\MyApps\ehehe\utf8.h:56: error: expected declaration specifiers or '...' before 'u_int32_t'
  11. F:\MyApps\ehehe\utf8.h:60: error: expected declaration specifiers or '...' before 'u_int32_t'
  12. F:\MyApps\ehehe\utf8.c:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'offsetsFromUTF8'
  13. F:\MyApps\ehehe\utf8.c:58: error: expected ')' before '*' token
  14. F:\MyApps\ehehe\utf8.c:103: error: expected declaration specifiers or '...' before 'u_int32_t'
  15. F:\MyApps\ehehe\utf8.c: In function 'u8_toutf8':
  16. F:\MyApps\ehehe\utf8.c:105: error: 'u_int32_t' undeclared (first use in this function)
  17. F:\MyApps\ehehe\utf8.c:105: error: (Each undeclared identifier is reported only once
  18. F:\MyApps\ehehe\utf8.c:105: error: for each function it appears in.)
  19. F:\MyApps\ehehe\utf8.c:105: error: expected ';' before 'ch'
  20. F:\MyApps\ehehe\utf8.c:109: error: 'src' undeclared (first use in this function)
  21. F:\MyApps\ehehe\utf8.c:110: error: 'ch' undeclared (first use in this function)
  22. F:\MyApps\ehehe\utf8.c: At top level:
  23. F:\MyApps\ehehe\utf8.c:144: error: expected declaration specifiers or '...' before 'u_int32_t'
  24. F:\MyApps\ehehe\utf8.c: In function 'u8_wc_toutf8':
  25. F:\MyApps\ehehe\utf8.c:146: error: 'ch' undeclared (first use in this function)
  26. F:\MyApps\ehehe\utf8.c: At top level:
  27. F:\MyApps\ehehe\utf8.c:210: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'u8_nextchar'
  28. F:\MyApps\ehehe\utf8.c:251: error: expected declaration specifiers or '...' before 'u_int32_t'
  29. F:\MyApps\ehehe\utf8.c: In function 'u8_read_escape_sequence':
  30. F:\MyApps\ehehe\utf8.c:253: error: 'u_int32_t' undeclared (first use in this function)
  31. F:\MyApps\ehehe\utf8.c:253: error: expected ';' before 'ch'
  32. F:\MyApps\ehehe\utf8.c:257: error: 'ch' undeclared (first use in this function)
  33. F:\MyApps\ehehe\utf8.c:257: error: expected ';' before 'str'
  34. F:\MyApps\ehehe\utf8.c:300: error: 'dest' undeclared (first use in this function)
  35. F:\MyApps\ehehe\utf8.c: In function 'u8_unescape':
  36. F:\MyApps\ehehe\utf8.c:311: error: 'u_int32_t' undeclared (first use in this function)
  37. F:\MyApps\ehehe\utf8.c:311: error: expected ';' before 'ch'
  38. F:\MyApps\ehehe\utf8.c:317: error: 'ch' undeclared (first use in this function)
  39. F:\MyApps\ehehe\utf8.c:317: error: too many arguments to function 'u8_read_escape_sequence'
  40. F:\MyApps\ehehe\utf8.c:324: error: too many arguments to function 'u8_wc_toutf8'
  41. F:\MyApps\ehehe\utf8.c: At top level:
  42. F:\MyApps\ehehe\utf8.c:335: error: expected declaration specifiers or '...' before 'u_int32_t'
  43. F:\MyApps\ehehe\utf8.c: In function 'u8_escape_wchar':
  44. F:\MyApps\ehehe\utf8.c:337: error: 'ch' undeclared (first use in this function)
  45. F:\MyApps\ehehe\utf8.c:356: error: 'u_int32_t' undeclared (first use in this function)
  46. F:\MyApps\ehehe\utf8.c:356: error: expected ')' before 'ch'
  47. F:\MyApps\ehehe\utf8.c: In function 'u8_escape':
  48. F:\MyApps\ehehe\utf8.c:373: error: too many arguments to function 'u8_escape_wchar'
  49. F:\MyApps\ehehe\utf8.c: At top level:
  50. F:\MyApps\ehehe\utf8.c:383: error: expected declaration specifiers or '...' before 'u_int32_t'
  51. F:\MyApps\ehehe\utf8.c: In function 'u8_strchr':
  52. F:\MyApps\ehehe\utf8.c:386: error: 'u_int32_t' undeclared (first use in this function)
  53. F:\MyApps\ehehe\utf8.c:386: error: expected ';' before 'c'
  54. F:\MyApps\ehehe\utf8.c:390: error: 'c' undeclared (first use in this function)
  55. F:\MyApps\ehehe\utf8.c:391: error: 'ch' undeclared (first use in this function)
  56. F:\MyApps\ehehe\utf8.c: At top level:
  57. F:\MyApps\ehehe\utf8.c:400: error: expected declaration specifiers or '...' before 'u_int32_t'
  58. F:\MyApps\ehehe\utf8.c: In function 'u8_memchr':
  59. F:\MyApps\ehehe\utf8.c:403: error: 'u_int32_t' undeclared (first use in this function)
  60. F:\MyApps\ehehe\utf8.c:403: error: expected ';' before 'c'
  61. F:\MyApps\ehehe\utf8.c:408: error: 'c' undeclared (first use in this function)
  62. F:\MyApps\ehehe\utf8.c:414: error: 'offsetsFromUTF8' undeclared (first use in this function)
  63. F:\MyApps\ehehe\utf8.c:416: error: 'ch' undeclared (first use in this function)
  64. F:\MyApps\ehehe\utf8.c: In function 'u8_vprintf':
  65. F:\MyApps\ehehe\utf8.c:448: error: 'u_int32_t' undeclared (first use in this function)
  66. F:\MyApps\ehehe\utf8.c:448: error: 'wcs' undeclared (first use in this function)
  67. F:\MyApps\ehehe\utf8.c:459: error: expected expression before ')' token
  68. ehehe: 1 file(s) built in (0:00.10), 109 msecs / file, duration = 109 msecs, parallelization 0%
  69.  
  70. There were errors. (0:00.10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement