Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 14.39 KB | None | 0 0
  1. 1>------ Build started: Project: LatestBeta, Configuration: Debug Win32 ------
  2. 1>  misc.c
  3. 1>src\misc.c(4): fatal error C1083: Cannot open include file: 'regex.h': No such file or directory
  4. 1>  main.c
  5. 1>src\main.c(69): warning C4018: '>' : signed/unsigned mismatch
  6. 1>src\main.c(226): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  7. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
  8. 1>src\main.c(227): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  9. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
  10. 1>src\main.c(810): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
  11. 1>src\main.c(812): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  12. 1>src\main.c(815): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  13. 1>src\main.c(818): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  14. 1>src\main.c(917): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  15. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
  16. 1>src\main.c(924): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  17. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
  18. 1>src\main.c(952): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  19. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
  20. 1>src\main.c(960): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
  21. 1>src\main.c(961): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
  22. 1>src\main.c(991): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  23. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
  24. 1>src\main.c(993): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  25. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
  26. 1>src\main.c(1008): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  27. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
  28. 1>src\main.c(1023): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  29. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
  30. 1>src\main.c(1047): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  31. 1>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
  32. 1>src\main.c(1200): error C2275: 'SDL_AudioSpec' : illegal use of this type as an expression
  33. 1>          C:\Users\Owner\Documents\PowderToy\Source\LATEST-BETA\FacialTurd-The-Powder-Toy-3a4b7f6\includes\SDL/SDL_audio.h(93) : see declaration of 'SDL_AudioSpec'
  34. 1>src\main.c(1200): error C2146: syntax error : missing ';' before identifier 'fmt'
  35. 1>src\main.c(1200): error C2065: 'fmt' : undeclared identifier
  36. 1>src\main.c(1202): error C2065: 'fmt' : undeclared identifier
  37. 1>src\main.c(1202): error C2224: left of '.freq' must have struct/union type
  38. 1>src\main.c(1203): error C2065: 'fmt' : undeclared identifier
  39. 1>src\main.c(1203): error C2224: left of '.format' must have struct/union type
  40. 1>src\main.c(1204): error C2065: 'fmt' : undeclared identifier
  41. 1>src\main.c(1204): error C2224: left of '.channels' must have struct/union type
  42. 1>src\main.c(1205): error C2065: 'fmt' : undeclared identifier
  43. 1>src\main.c(1205): error C2224: left of '.samples' must have struct/union type
  44. 1>src\main.c(1206): error C2065: 'fmt' : undeclared identifier
  45. 1>src\main.c(1206): error C2224: left of '.callback' must have struct/union type
  46. 1>src\main.c(1207): error C2065: 'fmt' : undeclared identifier
  47. 1>src\main.c(1207): error C2224: left of '.userdata' must have struct/union type
  48. 1>src\main.c(1209): error C2065: 'fmt' : undeclared identifier
  49. 1>src\main.c(1209): warning C4133: 'function' : incompatible types - from 'int *' to 'SDL_AudioSpec *'
  50. 1>src\main.c(1222): warning C4090: 'function' : different 'const' qualifiers
  51. 1>src\main.c(1226): warning C4090: 'function' : different 'const' qualifiers
  52. 1>src\main.c(1572): warning C4244: '-=' : conversion from 'double' to 'int', possible loss of data
  53. 1>src\main.c(1573): warning C4244: '-=' : conversion from 'double' to 'int', possible loss of data
  54. 1>src\main.c(1612): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
  55. 1>src\main.c(1613): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
  56. 1>src\main.c(1856): warning C4013: 'process_command' undefined; assuming extern returning int
  57. 1>src\main.c(2337): error C2143: syntax error : missing ';' before 'type'
  58. 1>src\main.c(2338): error C2065: 'buff2' : undeclared identifier
  59. 1>src\main.c(2338): warning C4022: 'memset' : pointer mismatch for actual parameter 1
  60. 1>src\main.c(2338): error C2065: 'buff2' : undeclared identifier
  61. 1>src\main.c(2339): error C2065: 'buff2' : undeclared identifier
  62. 1>src\main.c(2340): error C2065: 'buff2' : undeclared identifier
  63. 1>src\main.c(2340): warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
  64. 1>src\main.c(2340): warning C4024: 'open_ui' : different types for formal and actual parameter 2
  65. 1>src\main.c(2684): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  66. 1>src\main.c(2691): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  67. 1>src\main.c(2729): error C2143: syntax error : missing ';' before 'type'
  68. 1>src\main.c(2730): error C2143: syntax error : missing ';' before 'type'
  69. 1>src\main.c(2731): error C2065: 'pch' : undeclared identifier
  70. 1>src\main.c(2731): warning C4022: 'memset' : pointer mismatch for actual parameter 1
  71. 1>src\main.c(2731): error C2065: 'pch' : undeclared identifier
  72. 1>src\main.c(2732): error C2065: 'fileread' : undeclared identifier
  73. 1>src\main.c(2732): warning C4022: 'memset' : pointer mismatch for actual parameter 1
  74. 1>src\main.c(2732): error C2065: 'fileread' : undeclared identifier
  75. 1>src\main.c(2733): error C2143: syntax error : missing ';' before 'type'
  76. 1>src\main.c(2734): error C2143: syntax error : missing ';' before 'type'
  77. 1>src\main.c(2735): error C2065: 'fileread' : undeclared identifier
  78. 1>src\main.c(2735): warning C4022: 'fread' : pointer mismatch for actual parameter 1
  79. 1>src\main.c(2736): error C2065: 'fileread' : undeclared identifier
  80. 1>src\main.c(2736): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
  81. 1>src\main.c(2736): warning C4024: 'strlen' : different types for formal and actual parameter 1
  82. 1>src\main.c(2736): warning C4018: '<' : signed/unsigned mismatch
  83. 1>src\main.c(2738): error C2065: 'fileread' : undeclared identifier
  84. 1>src\main.c(2738): error C2109: subscript requires array or pointer type
  85. 1>src\main.c(2740): error C2065: 'pch' : undeclared identifier
  86. 1>src\main.c(2740): error C2109: subscript requires array or pointer type
  87. 1>src\main.c(2740): error C2065: 'fileread' : undeclared identifier
  88. 1>src\main.c(2740): error C2109: subscript requires array or pointer type
  89. 1>src\main.c(2741): error C2065: 'fileread' : undeclared identifier
  90. 1>src\main.c(2741): error C2109: subscript requires array or pointer type
  91. 1>src\main.c(2742): error C2065: 'tokens' : undeclared identifier
  92. 1>src\main.c(2742): error C2109: subscript requires array or pointer type
  93. 1>src\main.c(2742): error C2065: 'fileread' : undeclared identifier
  94. 1>src\main.c(2742): error C2109: subscript requires array or pointer type
  95. 1>src\main.c(2744): error C2065: 'fileread' : undeclared identifier
  96. 1>src\main.c(2744): error C2109: subscript requires array or pointer type
  97. 1>src\main.c(2744): error C2065: 'fileread' : undeclared identifier
  98. 1>src\main.c(2744): error C2109: subscript requires array or pointer type
  99. 1>src\main.c(2746): error C2065: 'tokens' : undeclared identifier
  100. 1>src\main.c(2746): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
  101. 1>src\main.c(2746): warning C4024: 'sregexp' : different types for formal and actual parameter 1
  102. 1>src\main.c(2750): error C2065: 'tokensize' : undeclared identifier
  103. 1>src\main.c(2750): error C2065: 'tokens' : undeclared identifier
  104. 1>src\main.c(2750): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
  105. 1>src\main.c(2750): warning C4024: 'strlen' : different types for formal and actual parameter 1
  106. 1>src\main.c(2753): error C2065: 'tokens' : undeclared identifier
  107. 1>src\main.c(2753): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
  108. 1>src\main.c(2753): warning C4024: 'sscanf' : different types for formal and actual parameter 1
  109. 1>src\main.c(2754): error C2065: 'tokens' : undeclared identifier
  110. 1>src\main.c(2754): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
  111. 1>src\main.c(2754): warning C4024: 'sscanf' : different types for formal and actual parameter 1
  112. 1>src\main.c(2759): warning C4018: '<' : signed/unsigned mismatch
  113. 1>src\main.c(2761): error C2065: 'pch' : undeclared identifier
  114. 1>src\main.c(2761): error C2065: 'tokensize' : undeclared identifier
  115. 1>src\main.c(2761): error C2109: subscript requires array or pointer type
  116. 1>src\main.c(2764): error C2065: 'pch' : undeclared identifier
  117. 1>src\main.c(2764): error C2065: 'tokensize' : undeclared identifier
  118. 1>src\main.c(2764): error C2109: subscript requires array or pointer type
  119. 1>src\main.c(2766): warning C4018: '<' : signed/unsigned mismatch
  120. 1>src\main.c(2768): error C2065: 'pch' : undeclared identifier
  121. 1>src\main.c(2768): error C2065: 'tokensize' : undeclared identifier
  122. 1>src\main.c(2768): error C2109: subscript requires array or pointer type
  123. 1>src\main.c(2771): error C2065: 'pch' : undeclared identifier
  124. 1>src\main.c(2771): error C2065: 'tokensize' : undeclared identifier
  125. 1>src\main.c(2771): error C2109: subscript requires array or pointer type
  126. 1>src\main.c(2772): error C2065: 'tokensize' : undeclared identifier
  127. 1>src\main.c(2774): error C2065: 'tokens' : undeclared identifier
  128. 1>src\main.c(2774): warning C4022: 'memset' : pointer mismatch for actual parameter 1
  129. 1>src\main.c(2774): error C2065: 'tokens' : undeclared identifier
  130. 1>src\main.c(2777): error C2065: 'fileread' : undeclared identifier
  131. 1>src\main.c(2777): error C2109: subscript requires array or pointer type
  132. 1>src\main.c(2782): error C2065: 'pch' : undeclared identifier
  133. 1>src\main.c(2782): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
  134. 1>src\main.c(2782): warning C4024: 'strcmp' : different types for formal and actual parameter 1
  135. 1>src\main.c(2785): error C2065: 'pch' : undeclared identifier
  136. 1>src\main.c(2785): warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
  137. 1>src\main.c(2785): warning C4024: 'process_command' : different types for formal and actual parameter 2
  138. 1>src\main.c(2787): error C2065: 'pch' : undeclared identifier
  139. 1>src\main.c(2787): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
  140. 1>src\main.c(2787): warning C4024: 'strcmp' : different types for formal and actual parameter 1
  141. 1>src\main.c(2787): error C2065: 'pch' : undeclared identifier
  142. 1>src\main.c(2787): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
  143. 1>src\main.c(2787): warning C4024: 'strcmp' : different types for formal and actual parameter 1
  144. 1>src\main.c(2789): error C2065: 'pch' : undeclared identifier
  145. 1>src\main.c(2789): warning C4022: 'memset' : pointer mismatch for actual parameter 1
  146. 1>src\main.c(2789): error C2065: 'pch' : undeclared identifier
  147. 1>src\main.c(2953): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  148. 1>src\main.c(2962): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  149. 1>src\main.c(2970): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  150. 1>src\main.c(3011): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  151. 1>src\main.c(3020): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  152. 1>src\main.c(3028): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  153. 1>src\main.c(3040): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  154. 1>src\main.c(3049): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  155. 1>src\main.c(3057): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  156. 1>src\main.c(3098): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  157. 1>src\main.c(3107): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  158. 1>src\main.c(3115): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  159. 1>src\main.c(3127): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  160. 1>src\main.c(3136): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  161. 1>src\main.c(3144): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  162. 1>  Generating Code...
  163. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement