Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.34 KB | None | 0 0
  1. $ win32/build.cmd C:\\GNAT\\2019
  2. Скопировано файлов: 1.
  3. Setup
  4. [mkdir] object directory for project Setup
  5. Compile
  6. [Ada] xoscons.adb
  7. [Ada] xutil.adb
  8. Bind
  9. [gprbind] xoscons.bexch
  10. [Ada] xoscons.ali
  11. Link
  12. [link] xoscons.adb
  13. aws-os_lib-tmplt.c:128: warning: "EADDRNOTAVAIL" redefined
  14. #define EADDRNOTAVAIL WSAEADDRNOTAVAIL
  15.  
  16. In file included from aws-os_lib-tmplt.c:82:
  17. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:90: note: this is the location of the previous definition
  18. #define EADDRNOTAVAIL 101
  19.  
  20. aws-os_lib-tmplt.c:129: warning: "ETIMEDOUT" redefined
  21. #define ETIMEDOUT WSAETIMEDOUT
  22.  
  23. In file included from aws-os_lib-tmplt.c:82:
  24. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:223: note: this is the location of the previous definition
  25. #define ETIMEDOUT 138
  26.  
  27. aws-os_lib-tmplt.c:130: warning: "ENOTCONN" redefined
  28. #define ENOTCONN WSAENOTCONN
  29.  
  30. In file included from aws-os_lib-tmplt.c:82:
  31. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:150: note: this is the location of the previous definition
  32. #define ENOTCONN 126
  33.  
  34. aws-os_lib-tmplt.c:131: warning: "EWOULDBLOCK" redefined
  35. #define EWOULDBLOCK WSAEWOULDBLOCK
  36.  
  37. In file included from aws-os_lib-tmplt.c:82:
  38. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:166: note: this is the location of the previous definition
  39. #define EWOULDBLOCK 140
  40.  
  41. aws-os_lib-tmplt.c:132: warning: "EINPROGRESS" redefined
  42. #define EINPROGRESS WSAEINPROGRESS
  43.  
  44. In file included from aws-os_lib-tmplt.c:82:
  45. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:158: note: this is the location of the previous definition
  46. #define EINPROGRESS 112
  47.  
  48. aws-os_lib-tmplt.c:133: warning: "ENOBUFS" redefined
  49. #define ENOBUFS WSAENOBUFS
  50.  
  51. In file included from aws-os_lib-tmplt.c:82:
  52. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:98: note: this is the location of the previous definition
  53. #define ENOBUFS 119
  54.  
  55. aws-os_lib-tmplt.c:137: warning: "ECONNRESET" redefined
  56. #define ECONNRESET WSAECONNRESET
  57.  
  58. In file included from aws-os_lib-tmplt.c:82:
  59. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:114: note: this is the location of the previous definition
  60. #define ECONNRESET 108
  61.  
  62. aws-os_lib-tmplt.c:138: warning: "EADDRINUSE" redefined
  63. #define EADDRINUSE WSAEADDRINUSE
  64.  
  65. In file included from aws-os_lib-tmplt.c:82:
  66. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:86: note: this is the location of the previous definition
  67. #define EADDRINUSE 100
  68.  
  69. aws-os_lib-tmplt.c:139: warning: "EAFNOSUPPORT" redefined
  70. #define EAFNOSUPPORT WSAEAFNOSUPPORT
  71.  
  72. In file included from aws-os_lib-tmplt.c:82:
  73. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:82: note: this is the location of the previous definition
  74. #define EAFNOSUPPORT 102
  75.  
  76. aws-os_lib-tmplt.c:140: warning: "EALREADY" redefined
  77. #define EALREADY WSAEALREADY
  78.  
  79. In file included from aws-os_lib-tmplt.c:82:
  80. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:106: note: this is the location of the previous definition
  81. #define EALREADY 103
  82.  
  83. aws-os_lib-tmplt.c:141: warning: "ECONNABORTED" redefined
  84. #define ECONNABORTED WSAECONNABORTED
  85.  
  86. In file included from aws-os_lib-tmplt.c:82:
  87. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:102: note: this is the location of the previous definition
  88. #define ECONNABORTED 106
  89.  
  90. aws-os_lib-tmplt.c:142: warning: "ECONNREFUSED" redefined
  91. #define ECONNREFUSED WSAECONNREFUSED
  92.  
  93. In file included from aws-os_lib-tmplt.c:82:
  94. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:110: note: this is the location of the previous definition
  95. #define ECONNREFUSED 107
  96.  
  97. aws-os_lib-tmplt.c:143: warning: "EDESTADDRREQ" redefined
  98. #define EDESTADDRREQ WSAEDESTADDRREQ
  99.  
  100. In file included from aws-os_lib-tmplt.c:82:
  101. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:118: note: this is the location of the previous definition
  102. #define EDESTADDRREQ 109
  103.  
  104. aws-os_lib-tmplt.c:145: warning: "EHOSTUNREACH" redefined
  105. #define EHOSTUNREACH WSAEHOSTUNREACH
  106.  
  107. In file included from aws-os_lib-tmplt.c:82:
  108. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:122: note: this is the location of the previous definition
  109. #define EHOSTUNREACH 110
  110.  
  111. aws-os_lib-tmplt.c:146: warning: "EISCONN" redefined
  112. #define EISCONN WSAEISCONN
  113.  
  114. In file included from aws-os_lib-tmplt.c:82:
  115. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:94: note: this is the location of the previous definition
  116. #define EISCONN 113
  117.  
  118. aws-os_lib-tmplt.c:147: warning: "ELOOP" redefined
  119. #define ELOOP WSAELOOP
  120.  
  121. In file included from aws-os_lib-tmplt.c:82:
  122. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:227: note: this is the location of the previous definition
  123. #define ELOOP 114
  124.  
  125. aws-os_lib-tmplt.c:148: warning: "EMSGSIZE" redefined
  126. #define EMSGSIZE WSAEMSGSIZE
  127.  
  128. In file included from aws-os_lib-tmplt.c:82:
  129. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:126: note: this is the location of the previous definition
  130. #define EMSGSIZE 115
  131.  
  132. aws-os_lib-tmplt.c:150: warning: "EPROTONOSUPPORT" redefined
  133. #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
  134.  
  135. In file included from aws-os_lib-tmplt.c:82:
  136. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:178: note: this is the location of the previous definition
  137. #define EPROTONOSUPPORT 135
  138.  
  139. aws-os_lib-tmplt.c:151: warning: "EPROTOTYPE" redefined
  140. #define EPROTOTYPE WSAEPROTOTYPE
  141.  
  142. In file included from aws-os_lib-tmplt.c:82:
  143. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:231: note: this is the location of the previous definition
  144. #define EPROTOTYPE 136
  145.  
  146. aws-os_lib-tmplt.c:152: warning: "ENETDOWN" redefined
  147. #define ENETDOWN WSAENETDOWN
  148.  
  149. In file included from aws-os_lib-tmplt.c:82:
  150. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:130: note: this is the location of the previous definition
  151. #define ENETDOWN 116
  152.  
  153. aws-os_lib-tmplt.c:153: warning: "ENETRESET" redefined
  154. #define ENETRESET WSAENETRESET
  155.  
  156. In file included from aws-os_lib-tmplt.c:82:
  157. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:134: note: this is the location of the previous definition
  158. #define ENETRESET 117
  159.  
  160. aws-os_lib-tmplt.c:154: warning: "ENETUNREACH" redefined
  161. #define ENETUNREACH WSAENETUNREACH
  162.  
  163. In file included from aws-os_lib-tmplt.c:82:
  164. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:138: note: this is the location of the previous definition
  165. #define ENETUNREACH 118
  166.  
  167. aws-os_lib-tmplt.c:155: warning: "ENOPROTOOPT" redefined
  168. #define ENOPROTOOPT WSAENOPROTOOPT
  169.  
  170. In file included from aws-os_lib-tmplt.c:82:
  171. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:142: note: this is the location of the previous definition
  172. #define ENOPROTOOPT 123
  173.  
  174. aws-os_lib-tmplt.c:156: warning: "ENOTSOCK" redefined
  175. #define ENOTSOCK WSAENOTSOCK
  176.  
  177. In file included from aws-os_lib-tmplt.c:82:
  178. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:146: note: this is the location of the previous definition
  179. #define ENOTSOCK 128
  180.  
  181. aws-os_lib-tmplt.c:157: warning: "EOPNOTSUPP" redefined
  182. #define EOPNOTSUPP WSAEOPNOTSUPP
  183.  
  184. In file included from aws-os_lib-tmplt.c:82:
  185. c:\gnat\2019\x86_64-pc-mingw32\include\errno.h:162: note: this is the location of the previous definition
  186. #define EOPNOTSUPP 130
  187.  
  188. aws-os_lib-tmplt.c: In function 'main':
  189. aws-os_lib-tmplt.c:323:128: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  190. /*NOGEN*/ CND(SIN_FAMILY_OFFSET, "sin_family offset in record");
  191. ^
  192. aws-os_lib-tmplt.c:323:151: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  193. /*NOGEN*/ CND(SIN_FAMILY_OFFSET, "sin_family offset in record");
  194. ^
  195. aws-os_lib-tmplt.c:340:103: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  196. /*NOGEN*/ CND(AI_FAMILY_OFFSET, "???");
  197. ^
  198. aws-os_lib-tmplt.c:340:125: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  199. /*NOGEN*/ CND(AI_FAMILY_OFFSET, "???");
  200. ^
  201. aws-os_lib-tmplt.c:341:106: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  202. /*NOGEN*/ CND(AI_CANONNAME_OFFSET, "???");
  203. ^
  204. aws-os_lib-tmplt.c:341:131: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  205. /*NOGEN*/ CND(AI_CANONNAME_OFFSET, "???");
  206. ^
  207. aws-os_lib-tmplt.c:342:101: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  208. /*NOGEN*/ CND(AI_ADDR_OFFSET, "???");
  209. ^
  210. aws-os_lib-tmplt.c:342:121: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  211. /*NOGEN*/ CND(AI_ADDR_OFFSET, "???");
  212. ^
  213. aws-os_lib-tmplt.c:323:11: warning: asm operand 1 probably doesn't match constraints
  214. /*NOGEN*/ CND(SIN_FAMILY_OFFSET, "sin_family offset in record");
  215. ^~~
  216. aws-os_lib-tmplt.c:340:11: warning: asm operand 1 probably doesn't match constraints
  217. /*NOGEN*/ CND(AI_FAMILY_OFFSET, "???");
  218. ^~~
  219. aws-os_lib-tmplt.c:341:11: warning: asm operand 1 probably doesn't match constraints
  220. /*NOGEN*/ CND(AI_CANONNAME_OFFSET, "???");
  221. ^~~
  222. aws-os_lib-tmplt.c:342:11: warning: asm operand 1 probably doesn't match constraints
  223. /*NOGEN*/ CND(AI_ADDR_OFFSET, "???");
  224. ^~~
  225. aws-os_lib-tmplt.c:323:11: error: impossible constraint in 'asm'
  226. /*NOGEN*/ CND(SIN_FAMILY_OFFSET, "sin_family offset in record");
  227. ^~~
  228. aws-os_lib-tmplt.c:340:11: error: impossible constraint in 'asm'
  229. /*NOGEN*/ CND(AI_FAMILY_OFFSET, "???");
  230. ^~~
  231. aws-os_lib-tmplt.c:341:11: error: impossible constraint in 'asm'
  232. /*NOGEN*/ CND(AI_CANONNAME_OFFSET, "???");
  233. ^~~
  234. aws-os_lib-tmplt.c:342:11: error: impossible constraint in 'asm'
  235. /*NOGEN*/ CND(AI_ADDR_OFFSET, "???");
  236. ^~~
  237. LIBZ_Path := Project'Project_Dir
  238. Системе не удается найти указанный путь.
  239. Setup
  240. [mkdir] object directory for project Zlib
  241. [mkdir] library directory for project Zlib
  242. [mkdir] object directory for project Include
  243. [mkdir] library directory for project Include
  244. [mkdir] object directory for project SSL
  245. [mkdir] library directory for project SSL
  246. [mkdir] object directory for project Src
  247. [mkdir] library directory for project Src
  248. [mkdir] library directory for project AWS
  249. [mkdir] object directory for project Win32
  250. [mkdir] object directory for project Tools
  251. [mkdir] exec directory for project Tools
  252. src.gpr:92:37: "../templates_parser/src" is not a valid directory
  253. gprbuild: "tools/tools.gpr" processing failed
  254. Couldn't build or install AWS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement