Advertisement
Guest User

0ad nettle install

a guest
Jul 5th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 137.37 KB | None | 0 0
  1. ~/dev/0ad/libraries/osx/gmp ~/dev/0ad/libraries/osx
  2. Building Nettle...
  3. ~/dev/0ad/libraries/osx/nettle/nettle-3.4 ~/dev/0ad/libraries/osx/nettle ~/dev/0ad/libraries/osx
  4. checking build system type... x86_64-apple-darwin18.6.0
  5. checking host system type... x86_64-apple-darwin18.6.0
  6. checking for -R flag... none
  7. Searching for libraries
  8. checking /Users/ever/dev/0ad/libraries/osx/gmp/lib... added
  9. checking /Users/ever/dev/0ad/libraries/osx/nettle/lib... not found
  10. checking /usr/local/lib... added
  11. checking /sw/local/lib... not found
  12. checking /sw/lib... not found
  13. checking /usr/gnu/lib... not found
  14. checking /opt/gnu/lib... not found
  15. checking /sw/gnu/lib... not found
  16. checking /usr/freeware/lib... not found
  17. checking /usr/pkg/lib... not found
  18. checking for gcc... clang
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether clang accepts -g... yes
  26. checking for clang option to accept ISO C89... none needed
  27. checking for ifunc support... no
  28. checking whether we are using the GNU C++ compiler... yes
  29. checking whether clang++ accepts -g... yes
  30. checking if LD -Wl,--version-script works... no
  31. checking whether make sets $(MAKE)... yes
  32. checking for ranlib... ranlib
  33. checking for nm... nm
  34. checking for objdump... objdump
  35. checking for ar... ar
  36. checking for a BSD-compatible install... /usr/bin/install -c
  37. checking for a thread-safe mkdir -p... ./install-sh -c -d
  38. checking whether ln -s works... yes
  39. checking for build system executable suffix...
  40. checking for an ANSI C-conforming const... yes
  41. checking for inline... inline
  42. checking how to run the C preprocessor... clang -E
  43. checking for grep that handles long lines and -e... /usr/bin/grep
  44. checking for egrep... /usr/bin/grep -E
  45. checking for uid_t in sys/types.h... yes
  46. checking for ANSI C header files... yes
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking for size_t... yes
  57. checking whether time.h and sys/time.h may both be included... yes
  58. checking size of long... 8
  59. checking size of size_t... 8
  60. checking openssl/evp.h usability... no
  61. checking openssl/evp.h presence... no
  62. checking for openssl/evp.h... no
  63. checking valgrind/memcheck.h usability... no
  64. checking valgrind/memcheck.h presence... no
  65. checking for valgrind/memcheck.h... no
  66. checking dlfcn.h usability... yes
  67. checking dlfcn.h presence... yes
  68. checking for dlfcn.h... yes
  69. checking for dlopen in -ldl... yes
  70. checking for working alloca.h... yes
  71. checking for alloca... yes
  72. checking malloc.h usability... no
  73. checking malloc.h presence... no
  74. checking for malloc.h... no
  75. checking for strerror... yes
  76. checking for secure_getenv... no
  77. checking for getline... yes
  78. checking whether byte ordering is bigendian... no
  79. checking for __attribute__... yes
  80. checking for stdint types... stdint.h (shortcircuit)
  81. make use of stdint.h in nettle-stdint.h (assuming C99 compatible system)
  82. checking for fcntl file locking... yes
  83. checking for __gmpz_powm_sec in -lgmp... yes
  84. checking for GMP limb size... 64 bits
  85. configure: Compiler uses 64-bit ABI. To change, set CC.
  86. configure: Libraries to be installed in ${exec_prefix}/lib.
  87. checking CCPIC... -fPIC
  88. checking for m4... /usr/bin/m4
  89. checking for library containing clock_gettime... none required
  90. configure: creating ./config.status
  91. config.status: creating config.make
  92. config.status: creating config.m4
  93. config.status: creating Makefile
  94. config.status: creating version.h
  95. config.status: creating tools/Makefile
  96. config.status: creating testsuite/Makefile
  97. config.status: creating examples/Makefile
  98. config.status: creating nettle.pc
  99. config.status: creating hogweed.pc
  100. config.status: creating libnettle.map
  101. config.status: creating libhogweed.map
  102. config.status: creating config.h
  103. config.status: executing dummy-dep-files commands
  104. config.status: executing nettle-stdint.h commands
  105. config.status: creating nettle-stdint.h : __NETTLE_STDINT_H
  106. configure: summary of build options:
  107.  
  108. Version: nettle 3.4
  109. Host type: x86_64-apple-darwin18.6.0
  110. ABI: 64
  111. Assembly files: none
  112. Install prefix: /Users/ever/dev/0ad/libraries/osx/nettle
  113. Library directory: ${exec_prefix}/lib
  114. Compiler: clang
  115. Static libraries: yes
  116. Shared libraries: no
  117. Public key crypto: yes
  118. Using mini-gmp: no
  119. Documentation: no
  120.  
  121. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-here
  122. clang `test -f aesdata.c || echo './'`aesdata.c \
  123. -o aesdata
  124. clang `test -f desdata.c || echo './'`desdata.c \
  125. -o desdata
  126. clang `test -f twofishdata.c || echo './'`twofishdata.c \
  127. -o twofishdata
  128. clang `test -f shadata.c || echo './'`shadata.c -lm \
  129. -o shadata
  130. clang `test -f gcmdata.c || echo './'`gcmdata.c \
  131. -o gcmdata
  132. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT getopt.o -MD -MP -MF getopt.o.d -c getopt.c \
  133. && true
  134. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT getopt1.o -MD -MP -MF getopt1.o.d -c getopt1.c \
  135. && true
  136. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -c nettle-internal.c \
  137. && true
  138. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -c aes-decrypt-internal.c \
  139. && true
  140. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -c aes-decrypt.c \
  141. && true
  142. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -c aes-encrypt-internal.c \
  143. && true
  144. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -c aes-encrypt.c \
  145. && true
  146. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -c aes-encrypt-table.c \
  147. && true
  148. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-invert-internal.o -MD -MP -MF aes-invert-internal.o.d -c aes-invert-internal.c \
  149. && true
  150. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-key-internal.o -MD -MP -MF aes-set-key-internal.o.d -c aes-set-key-internal.c \
  151. && true
  152. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -c aes-set-encrypt-key.c \
  153. && true
  154. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -c aes-set-decrypt-key.c \
  155. && true
  156. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-set-encrypt-key.o -MD -MP -MF aes128-set-encrypt-key.o.d -c aes128-set-encrypt-key.c \
  157. && true
  158. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-set-decrypt-key.o -MD -MP -MF aes128-set-decrypt-key.o.d -c aes128-set-decrypt-key.c \
  159. && true
  160. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-meta.o -MD -MP -MF aes128-meta.o.d -c aes128-meta.c \
  161. && true
  162. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-set-encrypt-key.o -MD -MP -MF aes192-set-encrypt-key.o.d -c aes192-set-encrypt-key.c \
  163. && true
  164. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-set-decrypt-key.o -MD -MP -MF aes192-set-decrypt-key.o.d -c aes192-set-decrypt-key.c \
  165. && true
  166. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-meta.o -MD -MP -MF aes192-meta.o.d -c aes192-meta.c \
  167. && true
  168. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-set-encrypt-key.o -MD -MP -MF aes256-set-encrypt-key.o.d -c aes256-set-encrypt-key.c \
  169. && true
  170. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-set-decrypt-key.o -MD -MP -MF aes256-set-decrypt-key.o.d -c aes256-set-decrypt-key.c \
  171. && true
  172. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-meta.o -MD -MP -MF aes256-meta.o.d -c aes256-meta.c \
  173. && true
  174. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arcfour.o -MD -MP -MF arcfour.o.d -c arcfour.c \
  175. && true
  176. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -c arcfour-crypt.c \
  177. && true
  178. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arctwo.o -MD -MP -MF arctwo.o.d -c arctwo.c \
  179. && true
  180. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -c arctwo-meta.c \
  181. && true
  182. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT blowfish.o -MD -MP -MF blowfish.o.d -c blowfish.c \
  183. && true
  184. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-encode.o -MD -MP -MF base16-encode.o.d -c base16-encode.c \
  185. && true
  186. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-decode.o -MD -MP -MF base16-decode.o.d -c base16-decode.c \
  187. && true
  188. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-meta.o -MD -MP -MF base16-meta.o.d -c base16-meta.c \
  189. && true
  190. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-encode.o -MD -MP -MF base64-encode.o.d -c base64-encode.c \
  191. && true
  192. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-decode.o -MD -MP -MF base64-decode.o.d -c base64-decode.c \
  193. && true
  194. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-meta.o -MD -MP -MF base64-meta.o.d -c base64-meta.c \
  195. && true
  196. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-encode.o -MD -MP -MF base64url-encode.o.d -c base64url-encode.c \
  197. && true
  198. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-decode.o -MD -MP -MF base64url-decode.o.d -c base64url-decode.c \
  199. && true
  200. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-meta.o -MD -MP -MF base64url-meta.o.d -c base64url-meta.c \
  201. && true
  202. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT buffer.o -MD -MP -MF buffer.o.d -c buffer.c \
  203. && true
  204. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT buffer-init.o -MD -MP -MF buffer-init.o.d -c buffer-init.c \
  205. && true
  206. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -c camellia-crypt-internal.c \
  207. && true
  208. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-table.o -MD -MP -MF camellia-table.o.d -c camellia-table.c \
  209. && true
  210. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-absorb.o -MD -MP -MF camellia-absorb.o.d -c camellia-absorb.c \
  211. && true
  212. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-invert-key.o -MD -MP -MF camellia-invert-key.o.d -c camellia-invert-key.c \
  213. && true
  214. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-set-encrypt-key.o -MD -MP -MF camellia128-set-encrypt-key.o.d -c camellia128-set-encrypt-key.c \
  215. && true
  216. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-crypt.o -MD -MP -MF camellia128-crypt.o.d -c camellia128-crypt.c \
  217. && true
  218. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-set-decrypt-key.o -MD -MP -MF camellia128-set-decrypt-key.o.d -c camellia128-set-decrypt-key.c \
  219. && true
  220. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-meta.o -MD -MP -MF camellia128-meta.o.d -c camellia128-meta.c \
  221. && true
  222. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia192-meta.o -MD -MP -MF camellia192-meta.o.d -c camellia192-meta.c \
  223. && true
  224. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-set-encrypt-key.o -MD -MP -MF camellia256-set-encrypt-key.o.d -c camellia256-set-encrypt-key.c \
  225. && true
  226. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-crypt.o -MD -MP -MF camellia256-crypt.o.d -c camellia256-crypt.c \
  227. && true
  228. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-set-decrypt-key.o -MD -MP -MF camellia256-set-decrypt-key.o.d -c camellia256-set-decrypt-key.c \
  229. && true
  230. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-meta.o -MD -MP -MF camellia256-meta.o.d -c camellia256-meta.c \
  231. && true
  232. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cast128.o -MD -MP -MF cast128.o.d -c cast128.c \
  233. && true
  234. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -c cast128-meta.c \
  235. && true
  236. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc.o -MD -MP -MF cbc.o.d -c cbc.c \
  237. && true
  238. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm.o -MD -MP -MF ccm.o.d -c ccm.c \
  239. && true
  240. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes128.o -MD -MP -MF ccm-aes128.o.d -c ccm-aes128.c \
  241. && true
  242. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes192.o -MD -MP -MF ccm-aes192.o.d -c ccm-aes192.c \
  243. && true
  244. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes256.o -MD -MP -MF ccm-aes256.o.d -c ccm-aes256.c \
  245. && true
  246. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cfb.o -MD -MP -MF cfb.o.d -c cfb.c \
  247. && true
  248. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-crypt.o -MD -MP -MF chacha-crypt.o.d -c chacha-crypt.c \
  249. && true
  250. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-core-internal.o -MD -MP -MF chacha-core-internal.o.d -c chacha-core-internal.c \
  251. && true
  252. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-poly1305.o -MD -MP -MF chacha-poly1305.o.d -c chacha-poly1305.c \
  253. && true
  254. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-poly1305-meta.o -MD -MP -MF chacha-poly1305-meta.o.d -c chacha-poly1305-meta.c \
  255. && true
  256. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-set-key.o -MD -MP -MF chacha-set-key.o.d -c chacha-set-key.c \
  257. && true
  258. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-set-nonce.o -MD -MP -MF chacha-set-nonce.o.d -c chacha-set-nonce.c \
  259. && true
  260. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ctr.o -MD -MP -MF ctr.o.d -c ctr.c \
  261. && true
  262. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des.o -MD -MP -MF des.o.d -c des.c \
  263. && true
  264. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des3.o -MD -MP -MF des3.o.d -c des3.c \
  265. && true
  266. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des-compat.o -MD -MP -MF des-compat.o.d -c des-compat.c \
  267. && true
  268. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax.o -MD -MP -MF eax.o.d -c eax.c \
  269. && true
  270. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax-aes128.o -MD -MP -MF eax-aes128.o.d -c eax-aes128.c \
  271. && true
  272. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax-aes128-meta.o -MD -MP -MF eax-aes128-meta.o.d -c eax-aes128-meta.c \
  273. && true
  274. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm.o -MD -MP -MF gcm.o.d -c gcm.c \
  275. && true
  276. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -c gcm-aes.c \
  277. && true
  278. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes128.o -MD -MP -MF gcm-aes128.o.d -c gcm-aes128.c \
  279. && true
  280. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes128-meta.o -MD -MP -MF gcm-aes128-meta.o.d -c gcm-aes128-meta.c \
  281. && true
  282. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes192.o -MD -MP -MF gcm-aes192.o.d -c gcm-aes192.c \
  283. && true
  284. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes192-meta.o -MD -MP -MF gcm-aes192-meta.o.d -c gcm-aes192-meta.c \
  285. && true
  286. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes256.o -MD -MP -MF gcm-aes256.o.d -c gcm-aes256.c \
  287. && true
  288. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes256-meta.o -MD -MP -MF gcm-aes256-meta.o.d -c gcm-aes256-meta.c \
  289. && true
  290. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia128.o -MD -MP -MF gcm-camellia128.o.d -c gcm-camellia128.c \
  291. && true
  292. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia128-meta.o -MD -MP -MF gcm-camellia128-meta.o.d -c gcm-camellia128-meta.c \
  293. && true
  294. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia256.o -MD -MP -MF gcm-camellia256.o.d -c gcm-camellia256.c \
  295. && true
  296. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia256-meta.o -MD -MP -MF gcm-camellia256-meta.o.d -c gcm-camellia256-meta.c \
  297. && true
  298. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gosthash94.o -MD -MP -MF gosthash94.o.d -c gosthash94.c \
  299. && true
  300. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gosthash94-meta.o -MD -MP -MF gosthash94-meta.o.d -c gosthash94-meta.c \
  301. && true
  302. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac.o -MD -MP -MF hmac.o.d -c hmac.c \
  303. && true
  304. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -c hmac-md5.c \
  305. && true
  306. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -c hmac-ripemd160.c \
  307. && true
  308. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -c hmac-sha1.c \
  309. && true
  310. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -c hmac-sha224.c \
  311. && true
  312. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -c hmac-sha256.c \
  313. && true
  314. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -c hmac-sha384.c \
  315. && true
  316. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -c hmac-sha512.c \
  317. && true
  318. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -c knuth-lfib.c \
  319. && true
  320. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hkdf.o -MD -MP -MF hkdf.o.d -c hkdf.c \
  321. && true
  322. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md2.o -MD -MP -MF md2.o.d -c md2.c \
  323. && true
  324. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md2-meta.o -MD -MP -MF md2-meta.o.d -c md2-meta.c \
  325. && true
  326. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md4.o -MD -MP -MF md4.o.d -c md4.c \
  327. && true
  328. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md4-meta.o -MD -MP -MF md4-meta.o.d -c md4-meta.c \
  329. && true
  330. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5.o -MD -MP -MF md5.o.d -c md5.c \
  331. && true
  332. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-compress.o -MD -MP -MF md5-compress.o.d -c md5-compress.c \
  333. && true
  334. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-compat.o -MD -MP -MF md5-compat.o.d -c md5-compat.c \
  335. && true
  336. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-meta.o -MD -MP -MF md5-meta.o.d -c md5-meta.c \
  337. && true
  338. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memeql-sec.o -MD -MP -MF memeql-sec.o.d -c memeql-sec.c \
  339. && true
  340. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memxor.o -MD -MP -MF memxor.o.d -c memxor.c \
  341. && true
  342. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memxor3.o -MD -MP -MF memxor3.o.d -c memxor3.c \
  343. && true
  344. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-lookup-hash.o -MD -MP -MF nettle-lookup-hash.o.d -c nettle-lookup-hash.c \
  345. && true
  346. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-aeads.o -MD -MP -MF nettle-meta-aeads.o.d -c nettle-meta-aeads.c \
  347. && true
  348. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -c nettle-meta-armors.c \
  349. && true
  350. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -c nettle-meta-ciphers.c \
  351. && true
  352. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -c nettle-meta-hashes.c \
  353. && true
  354. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2.o -MD -MP -MF pbkdf2.o.d -c pbkdf2.c \
  355. && true
  356. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha1.o -MD -MP -MF pbkdf2-hmac-sha1.o.d -c pbkdf2-hmac-sha1.c \
  357. && true
  358. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha256.o -MD -MP -MF pbkdf2-hmac-sha256.o.d -c pbkdf2-hmac-sha256.c \
  359. && true
  360. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-aes.o -MD -MP -MF poly1305-aes.o.d -c poly1305-aes.c \
  361. && true
  362. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-internal.o -MD -MP -MF poly1305-internal.o.d -c poly1305-internal.c \
  363. && true
  364. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT realloc.o -MD -MP -MF realloc.o.d -c realloc.c \
  365. && true
  366. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160.o -MD -MP -MF ripemd160.o.d -c ripemd160.c \
  367. && true
  368. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -c ripemd160-compress.c \
  369. && true
  370. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -c ripemd160-meta.c \
  371. && true
  372. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-core-internal.o -MD -MP -MF salsa20-core-internal.o.d -c salsa20-core-internal.c \
  373. && true
  374. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -c salsa20-crypt.c \
  375. && true
  376. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20r12-crypt.o -MD -MP -MF salsa20r12-crypt.o.d -c salsa20r12-crypt.c \
  377. && true
  378. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -c salsa20-set-key.c \
  379. && true
  380. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-set-nonce.o -MD -MP -MF salsa20-set-nonce.o.d -c salsa20-set-nonce.c \
  381. && true
  382. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-128-set-key.o -MD -MP -MF salsa20-128-set-key.o.d -c salsa20-128-set-key.c \
  383. && true
  384. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-256-set-key.o -MD -MP -MF salsa20-256-set-key.o.d -c salsa20-256-set-key.c \
  385. && true
  386. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1.o -MD -MP -MF sha1.o.d -c sha1.c \
  387. && true
  388. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -c sha1-compress.c \
  389. && true
  390. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -c sha1-meta.c \
  391. && true
  392. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256.o -MD -MP -MF sha256.o.d -c sha256.c \
  393. && true
  394. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -c sha256-compress.c \
  395. && true
  396. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -c sha224-meta.c \
  397. && true
  398. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -c sha256-meta.c \
  399. && true
  400. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512.o -MD -MP -MF sha512.o.d -c sha512.c \
  401. && true
  402. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -c sha512-compress.c \
  403. && true
  404. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -c sha384-meta.c \
  405. && true
  406. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -c sha512-meta.c \
  407. && true
  408. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-224-meta.o -MD -MP -MF sha512-224-meta.o.d -c sha512-224-meta.c \
  409. && true
  410. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-256-meta.o -MD -MP -MF sha512-256-meta.o.d -c sha512-256-meta.c \
  411. && true
  412. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3.o -MD -MP -MF sha3.o.d -c sha3.c \
  413. && true
  414. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-permute.o -MD -MP -MF sha3-permute.o.d -c sha3-permute.c \
  415. && true
  416. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-224.o -MD -MP -MF sha3-224.o.d -c sha3-224.c \
  417. && true
  418. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-224-meta.o -MD -MP -MF sha3-224-meta.o.d -c sha3-224-meta.c \
  419. && true
  420. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-256.o -MD -MP -MF sha3-256.o.d -c sha3-256.c \
  421. && true
  422. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-256-meta.o -MD -MP -MF sha3-256-meta.o.d -c sha3-256-meta.c \
  423. && true
  424. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-384.o -MD -MP -MF sha3-384.o.d -c sha3-384.c \
  425. && true
  426. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-384-meta.o -MD -MP -MF sha3-384-meta.o.d -c sha3-384-meta.c \
  427. && true
  428. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-512.o -MD -MP -MF sha3-512.o.d -c sha3-512.c \
  429. && true
  430. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-512-meta.o -MD -MP -MF sha3-512-meta.o.d -c sha3-512-meta.c \
  431. && true
  432. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -c serpent-set-key.c \
  433. && true
  434. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -c serpent-encrypt.c \
  435. && true
  436. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -c serpent-decrypt.c \
  437. && true
  438. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -c serpent-meta.c \
  439. && true
  440. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT twofish.o -MD -MP -MF twofish.o.d -c twofish.c \
  441. && true
  442. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -c twofish-meta.c \
  443. && true
  444. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-nh.o -MD -MP -MF umac-nh.o.d -c umac-nh.c \
  445. && true
  446. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-nh-n.o -MD -MP -MF umac-nh-n.o.d -c umac-nh-n.c \
  447. && true
  448. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-l2.o -MD -MP -MF umac-l2.o.d -c umac-l2.c \
  449. && true
  450. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-l3.o -MD -MP -MF umac-l3.o.d -c umac-l3.c \
  451. && true
  452. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-poly64.o -MD -MP -MF umac-poly64.o.d -c umac-poly64.c \
  453. && true
  454. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-poly128.o -MD -MP -MF umac-poly128.o.d -c umac-poly128.c \
  455. && true
  456. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-set-key.o -MD -MP -MF umac-set-key.o.d -c umac-set-key.c \
  457. && true
  458. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac32.o -MD -MP -MF umac32.o.d -c umac32.c \
  459. && true
  460. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac64.o -MD -MP -MF umac64.o.d -c umac64.c \
  461. && true
  462. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac96.o -MD -MP -MF umac96.o.d -c umac96.c \
  463. && true
  464. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac128.o -MD -MP -MF umac128.o.d -c umac128.c \
  465. && true
  466. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT version.o -MD -MP -MF version.o.d -c version.c \
  467. && true
  468. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-be32.o -MD -MP -MF write-be32.o.d -c write-be32.c \
  469. && true
  470. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-le32.o -MD -MP -MF write-le32.o.d -c write-le32.c \
  471. && true
  472. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-le64.o -MD -MP -MF write-le64.o.d -c write-le64.c \
  473. && true
  474. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT yarrow256.o -MD -MP -MF yarrow256.o.d -c yarrow256.c \
  475. && true
  476. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -c yarrow_key_event.c \
  477. && true
  478. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp.o -MD -MP -MF sexp.o.d -c sexp.c \
  479. && true
  480. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-format.o -MD -MP -MF sexp-format.o.d -c sexp-format.c \
  481. && true
  482. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -c sexp-transport.c \
  483. && true
  484. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -c sexp-transport-format.c \
  485. && true
  486. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum.o -MD -MP -MF bignum.o.d -c bignum.c \
  487. && true
  488. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum-random.o -MD -MP -MF bignum-random.o.d -c bignum-random.c \
  489. && true
  490. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -c bignum-random-prime.c \
  491. && true
  492. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -c sexp2bignum.c \
  493. && true
  494. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1.o -MD -MP -MF pkcs1.o.d -c pkcs1.c \
  495. && true
  496. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -c pkcs1-encrypt.c \
  497. && true
  498. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -c pkcs1-decrypt.c \
  499. && true
  500. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -c pkcs1-rsa-digest.c \
  501. && true
  502. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -c pkcs1-rsa-md5.c \
  503. && true
  504. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -c pkcs1-rsa-sha1.c \
  505. && true
  506. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -c pkcs1-rsa-sha256.c \
  507. && true
  508. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -c pkcs1-rsa-sha512.c \
  509. && true
  510. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pss.o -MD -MP -MF pss.o.d -c pss.c \
  511. && true
  512. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pss-mgf1.o -MD -MP -MF pss-mgf1.o.d -c pss-mgf1.c \
  513. && true
  514. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa.o -MD -MP -MF rsa.o.d -c rsa.c \
  515. && true
  516. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c \
  517. && true
  518. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sign-tr.o -MD -MP -MF rsa-sign-tr.o.d -c rsa-sign-tr.c \
  519. && true
  520. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c \
  521. && true
  522. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -c rsa-pkcs1-sign.c \
  523. && true
  524. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -c rsa-pkcs1-sign-tr.c \
  525. && true
  526. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -c rsa-pkcs1-verify.c \
  527. && true
  528. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -c rsa-md5-sign.c \
  529. && true
  530. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-sign-tr.o -MD -MP -MF rsa-md5-sign-tr.o.d -c rsa-md5-sign-tr.c \
  531. && true
  532. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -c rsa-md5-verify.c \
  533. && true
  534. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -c rsa-sha1-sign.c \
  535. && true
  536. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-sign-tr.o -MD -MP -MF rsa-sha1-sign-tr.o.d -c rsa-sha1-sign-tr.c \
  537. && true
  538. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -c rsa-sha1-verify.c \
  539. && true
  540. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -c rsa-sha256-sign.c \
  541. && true
  542. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-sign-tr.o -MD -MP -MF rsa-sha256-sign-tr.o.d -c rsa-sha256-sign-tr.c \
  543. && true
  544. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -c rsa-sha256-verify.c \
  545. && true
  546. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -c rsa-sha512-sign.c \
  547. && true
  548. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-sign-tr.o -MD -MP -MF rsa-sha512-sign-tr.o.d -c rsa-sha512-sign-tr.c \
  549. && true
  550. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -c rsa-sha512-verify.c \
  551. && true
  552. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha256-sign-tr.o -MD -MP -MF rsa-pss-sha256-sign-tr.o.d -c rsa-pss-sha256-sign-tr.c \
  553. && true
  554. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha256-verify.o -MD -MP -MF rsa-pss-sha256-verify.o.d -c rsa-pss-sha256-verify.c \
  555. && true
  556. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha512-sign-tr.o -MD -MP -MF rsa-pss-sha512-sign-tr.o.d -c rsa-pss-sha512-sign-tr.c \
  557. && true
  558. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha512-verify.o -MD -MP -MF rsa-pss-sha512-verify.o.d -c rsa-pss-sha512-verify.c \
  559. && true
  560. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c \
  561. && true
  562. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c \
  563. && true
  564. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -c rsa-decrypt-tr.c \
  565. && true
  566. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c \
  567. && true
  568. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -c rsa-blind.c \
  569. && true
  570. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -c rsa2sexp.c \
  571. && true
  572. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -c sexp2rsa.c \
  573. && true
  574. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa.o -MD -MP -MF dsa.o.d -c dsa.c \
  575. && true
  576. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-compat.o -MD -MP -MF dsa-compat.o.d -c dsa-compat.c \
  577. && true
  578. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-compat-keygen.o -MD -MP -MF dsa-compat-keygen.o.d -c dsa-compat-keygen.c \
  579. && true
  580. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-gen-params.o -MD -MP -MF dsa-gen-params.o.d -c dsa-gen-params.c \
  581. && true
  582. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -c dsa-sign.c \
  583. && true
  584. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -c dsa-verify.c \
  585. && true
  586. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -c dsa-keygen.c \
  587. && true
  588. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-hash.o -MD -MP -MF dsa-hash.o.d -c dsa-hash.c \
  589. && true
  590. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -c dsa-sha1-sign.c \
  591. && true
  592. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -c dsa-sha1-verify.c \
  593. && true
  594. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -c dsa-sha256-sign.c \
  595. && true
  596. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -c dsa-sha256-verify.c \
  597. && true
  598. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -c dsa2sexp.c \
  599. && true
  600. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -c sexp2dsa.c \
  601. && true
  602. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -c pgp-encode.c \
  603. && true
  604. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -c rsa2openpgp.c \
  605. && true
  606. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der-iterator.o -MD -MP -MF der-iterator.o.d -c der-iterator.c \
  607. && true
  608. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der2rsa.o -MD -MP -MF der2rsa.o.d -c der2rsa.c \
  609. && true
  610. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der2dsa.o -MD -MP -MF der2dsa.o.d -c der2dsa.c \
  611. && true
  612. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-add-1.o -MD -MP -MF sec-add-1.o.d -c sec-add-1.c \
  613. && true
  614. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-sub-1.o -MD -MP -MF sec-sub-1.o.d -c sec-sub-1.c \
  615. && true
  616. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-tabselect.o -MD -MP -MF sec-tabselect.o.d -c sec-tabselect.c \
  617. && true
  618. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gmp-glue.o -MD -MP -MF gmp-glue.o.d -c gmp-glue.c \
  619. && true
  620. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cnd-copy.o -MD -MP -MF cnd-copy.o.d -c cnd-copy.c \
  621. && true
  622. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod.o -MD -MP -MF ecc-mod.o.d -c ecc-mod.c \
  623. && true
  624. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod-inv.o -MD -MP -MF ecc-mod-inv.o.d -c ecc-mod-inv.c \
  625. && true
  626. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod-arith.o -MD -MP -MF ecc-mod-arith.o.d -c ecc-mod-arith.c \
  627. && true
  628. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-pp1-redc.o -MD -MP -MF ecc-pp1-redc.o.d -c ecc-pp1-redc.c \
  629. && true
  630. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-pm1-redc.o -MD -MP -MF ecc-pm1-redc.o.d -c ecc-pm1-redc.c \
  631. && true
  632. /Applications/Xcode.app/Contents/Developer/usr/bin/make eccdata
  633. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-size.o -MD -MP -MF ecc-size.o.d -c ecc-size.c \
  634. && true
  635. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-j-to-a.o -MD -MP -MF ecc-j-to-a.o.d -c ecc-j-to-a.c \
  636. && true
  637. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-a-to-j.o -MD -MP -MF ecc-a-to-j.o.d -c ecc-a-to-j.c \
  638. && true
  639. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-jj.o -MD -MP -MF ecc-dup-jj.o.d -c ecc-dup-jj.c \
  640. && true
  641. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-jja.o -MD -MP -MF ecc-add-jja.o.d -c ecc-add-jja.c \
  642. && true
  643. clang `test -f eccdata.c || echo './'`eccdata.c \
  644. -o eccdata
  645. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-jjj.o -MD -MP -MF ecc-add-jjj.o.d -c ecc-add-jjj.c \
  646. && true
  647. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-eh-to-a.o -MD -MP -MF ecc-eh-to-a.o.d -c ecc-eh-to-a.c \
  648. && true
  649. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-eh.o -MD -MP -MF ecc-dup-eh.o.d -c ecc-dup-eh.c \
  650. && true
  651. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-eh.o -MD -MP -MF ecc-add-eh.o.d -c ecc-add-eh.c \
  652. && true
  653. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-ehh.o -MD -MP -MF ecc-add-ehh.o.d -c ecc-add-ehh.c \
  654. && true
  655. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-g-eh.o -MD -MP -MF ecc-mul-g-eh.o.d -c ecc-mul-g-eh.c \
  656. && true
  657. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-a-eh.o -MD -MP -MF ecc-mul-a-eh.o.d -c ecc-mul-a-eh.c \
  658. && true
  659. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-g.o -MD -MP -MF ecc-mul-g.o.d -c ecc-mul-g.c \
  660. && true
  661. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-a.o -MD -MP -MF ecc-mul-a.o.d -c ecc-mul-a.c \
  662. && true
  663. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-hash.o -MD -MP -MF ecc-hash.o.d -c ecc-hash.c \
  664. && true
  665. echo stamp > eccdata.stamp
  666. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-random.o -MD -MP -MF ecc-random.o.d -c ecc-random.c \
  667. && true
  668. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point.o -MD -MP -MF ecc-point.o.d -c ecc-point.c \
  669. && true
  670. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-scalar.o -MD -MP -MF ecc-scalar.o.d -c ecc-scalar.c \
  671. && true
  672. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point-mul.o -MD -MP -MF ecc-point-mul.o.d -c ecc-point-mul.c \
  673. && true
  674. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point-mul-g.o -MD -MP -MF ecc-point-mul-g.o.d -c ecc-point-mul-g.c \
  675. && true
  676. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-ecdsa-sign.o -MD -MP -MF ecc-ecdsa-sign.o.d -c ecc-ecdsa-sign.c \
  677. && true
  678. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-sign.o -MD -MP -MF ecdsa-sign.o.d -c ecdsa-sign.c \
  679. && true
  680. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-ecdsa-verify.o -MD -MP -MF ecc-ecdsa-verify.o.d -c ecc-ecdsa-verify.c \
  681. && true
  682. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-verify.o -MD -MP -MF ecdsa-verify.o.d -c ecdsa-verify.c \
  683. && true
  684. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-keygen.o -MD -MP -MF ecdsa-keygen.o.d -c ecdsa-keygen.c \
  685. && true
  686. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-mul-g.o -MD -MP -MF curve25519-mul-g.o.d -c curve25519-mul-g.c \
  687. && true
  688. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-mul.o -MD -MP -MF curve25519-mul.o.d -c curve25519-mul.c \
  689. && true
  690. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-eh-to-x.o -MD -MP -MF curve25519-eh-to-x.o.d -c curve25519-eh-to-x.c \
  691. && true
  692. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-compress.o -MD -MP -MF eddsa-compress.o.d -c eddsa-compress.c \
  693. && true
  694. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-decompress.o -MD -MP -MF eddsa-decompress.o.d -c eddsa-decompress.c \
  695. && true
  696. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-expand.o -MD -MP -MF eddsa-expand.o.d -c eddsa-expand.c \
  697. && true
  698. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-hash.o -MD -MP -MF eddsa-hash.o.d -c eddsa-hash.c \
  699. && true
  700. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-pubkey.o -MD -MP -MF eddsa-pubkey.o.d -c eddsa-pubkey.c \
  701. && true
  702. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-sign.o -MD -MP -MF eddsa-sign.o.d -c eddsa-sign.c \
  703. && true
  704. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-verify.o -MD -MP -MF eddsa-verify.o.d -c eddsa-verify.c \
  705. && true
  706. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-pubkey.o -MD -MP -MF ed25519-sha512-pubkey.o.d -c ed25519-sha512-pubkey.c \
  707. && true
  708. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-sign.o -MD -MP -MF ed25519-sha512-sign.o.d -c ed25519-sha512-sign.c \
  709. && true
  710. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-verify.o -MD -MP -MF ed25519-sha512-verify.o.d -c ed25519-sha512-verify.c \
  711. && true
  712. rm -f libnettle.a
  713. ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-invert-internal.o aes-set-key-internal.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes128-set-encrypt-key.o aes128-set-decrypt-key.o aes128-meta.o aes192-set-encrypt-key.o aes192-set-decrypt-key.o aes192-meta.o aes256-set-encrypt-key.o aes256-set-decrypt-key.o aes256-meta.o arcfour.o arcfour-crypt.o arctwo.o arctwo-meta.o blowfish.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o base64url-encode.o base64url-decode.o base64url-meta.o buffer.o buffer-init.o camellia-crypt-internal.o camellia-table.o camellia-absorb.o camellia-invert-key.o camellia128-set-encrypt-key.o camellia128-crypt.o camellia128-set-decrypt-key.o camellia128-meta.o camellia192-meta.o camellia256-set-encrypt-key.o camellia256-crypt.o camellia256-set-decrypt-key.o camellia256-meta.o cast128.o cast128-meta.o cbc.o ccm.o ccm-aes128.o ccm-aes192.o ccm-aes256.o cfb.o chacha-crypt.o chacha-core-internal.o chacha-poly1305.o chacha-poly1305-meta.o chacha-set-key.o chacha-set-nonce.o ctr.o des.o des3.o des-compat.o eax.o eax-aes128.o eax-aes128-meta.o gcm.o gcm-aes.o gcm-aes128.o gcm-aes128-meta.o gcm-aes192.o gcm-aes192-meta.o gcm-aes256.o gcm-aes256-meta.o gcm-camellia128.o gcm-camellia128-meta.o gcm-camellia256.o gcm-camellia256-meta.o gosthash94.o gosthash94-meta.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o hkdf.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o memeql-sec.o memxor.o memxor3.o nettle-lookup-hash.o nettle-meta-aeads.o nettle-meta-armors.o nettle-meta-ciphers.o nettle-meta-hashes.o pbkdf2.o pbkdf2-hmac-sha1.o pbkdf2-hmac-sha256.o poly1305-aes.o poly1305-internal.o realloc.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-core-internal.o salsa20-crypt.o salsa20r12-crypt.o salsa20-set-key.o salsa20-set-nonce.o salsa20-128-set-key.o salsa20-256-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o sha512-224-meta.o sha512-256-meta.o sha3.o sha3-permute.o sha3-224.o sha3-224-meta.o sha3-256.o sha3-256-meta.o sha3-384.o sha3-384-meta.o sha3-512.o sha3-512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o umac-nh.o umac-nh-n.o umac-l2.o umac-l3.o umac-poly64.o umac-poly128.o umac-set-key.o umac32.o umac64.o umac96.o umac128.o version.o write-be32.o write-le32.o write-le64.o yarrow256.o yarrow_key_event.o
  714. ./eccdata 192 7 6 64 > ecc-192.hT && mv ecc-192.hT ecc-192.h
  715. ranlib libnettle.a
  716. ./eccdata 224 12 6 64 > ecc-224.hT && mv ecc-224.hT ecc-224.h
  717. echo nettle > libnettle.stamp
  718. ./eccdata 256 14 6 64 > ecc-256.hT && mv ecc-256.hT ecc-256.h
  719. ./eccdata 384 41 6 64 > ecc-384.hT && mv ecc-384.hT ecc-384.h
  720. ./eccdata 521 56 6 64 > ecc-521.hT && mv ecc-521.hT ecc-521.h
  721. ./eccdata 255 14 6 64 > ecc-25519.hT && mv ecc-25519.hT ecc-25519.h
  722. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-192.o -MD -MP -MF ecc-192.o.d -c ecc-192.c \
  723. && true
  724. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-224.o -MD -MP -MF ecc-224.o.d -c ecc-224.c \
  725. && true
  726. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-256.o -MD -MP -MF ecc-256.o.d -c ecc-256.c \
  727. && true
  728. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-25519.o -MD -MP -MF ecc-25519.o.d -c ecc-25519.c \
  729. && true
  730. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-384.o -MD -MP -MF ecc-384.o.d -c ecc-384.c \
  731. && true
  732. clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-521.o -MD -MP -MF ecc-521.o.d -c ecc-521.c \
  733. && true
  734. rm -f libhogweed.a
  735. ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o pss.o pss-mgf1.o rsa.o rsa-sign.o rsa-sign-tr.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-sign-tr.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-sign-tr.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-sign-tr.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-sign-tr.o rsa-sha512-verify.o rsa-pss-sha256-sign-tr.o rsa-pss-sha256-verify.o rsa-pss-sha512-sign-tr.o rsa-pss-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-compat.o dsa-compat-keygen.o dsa-gen-params.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-hash.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o sec-add-1.o sec-sub-1.o sec-tabselect.o gmp-glue.o cnd-copy.o ecc-mod.o ecc-mod-inv.o ecc-mod-arith.o ecc-pp1-redc.o ecc-pm1-redc.o ecc-192.o ecc-224.o ecc-256.o ecc-384.o ecc-521.o ecc-25519.o ecc-size.o ecc-j-to-a.o ecc-a-to-j.o ecc-dup-jj.o ecc-add-jja.o ecc-add-jjj.o ecc-eh-to-a.o ecc-dup-eh.o ecc-add-eh.o ecc-add-ehh.o ecc-mul-g-eh.o ecc-mul-a-eh.o ecc-mul-g.o ecc-mul-a.o ecc-hash.o ecc-random.o ecc-point.o ecc-scalar.o ecc-point-mul.o ecc-point-mul-g.o ecc-ecdsa-sign.o ecdsa-sign.o ecc-ecdsa-verify.o ecdsa-verify.o ecdsa-keygen.o curve25519-mul-g.o curve25519-mul.o curve25519-eh-to-x.o eddsa-compress.o eddsa-decompress.o eddsa-expand.o eddsa-hash.o eddsa-pubkey.o eddsa-sign.o eddsa-verify.o ed25519-sha512-pubkey.o ed25519-sha512-sign.o ed25519-sha512-verify.o
  736. ranlib libhogweed.a
  737. echo hogweed > libhogweed.stamp
  738. set -e; for d in tools testsuite examples; do \
  739. echo "Making all in $d" ; (cd $d && /Applications/Xcode.app/Contents/Developer/usr/bin/make all); done
  740. Making all in tools
  741. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true
  742. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT input.o -MD -MP -MF input.o.d -c input.c && true
  743. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT output.o -MD -MP -MF output.o.d -c output.c && true
  744. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true
  745. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true
  746. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true
  747. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-pbkdf2.o -MD -MP -MF nettle-pbkdf2.o.d -c nettle-pbkdf2.c && true
  748. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true
  749. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true
  750. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv
  751. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-hash
  752. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib nettle-pbkdf2.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-pbkdf2
  753. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream
  754. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv
  755. Making all in testsuite
  756. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true
  757. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true
  758. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test
  759. Making all in examples
  760. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true
  761. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true
  762. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT timing.o -MD -MP -MF timing.o.d -c timing.c && true
  763. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT io.o -MD -MP -MF io.o.d -c io.c && true
  764. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true
  765. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true
  766. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT base16dec.o -MD -MP -MF base16dec.o.d -c base16dec.c && true
  767. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT base64enc.o -MD -MP -MF base64enc.o.d -c base64enc.c && true
  768. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true
  769. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c && true
  770. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true
  771. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c read_rsa_key.c && true
  772. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c && true
  773. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c && true
  774. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true
  775. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true
  776. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT hogweed-benchmark.o -MD -MP -MF hogweed-benchmark.o.d -c hogweed-benchmark.c && true
  777. clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT ecc-benchmark.o -MD -MP -MF ecc-benchmark.o.d -c ecc-benchmark.c && true
  778. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o timing.o -lnettle -lgmp -lm -o nettle-benchmark
  779. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes
  780. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib base16enc.o io.o \
  781. -lnettle -lgmp -o base16enc
  782. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib base16dec.o io.o \
  783. -lnettle -lgmp -o base16dec
  784. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib base64enc.o io.o \
  785. -lnettle -lgmp -o base64enc
  786. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib base64dec.o io.o \
  787. -lnettle -lgmp -o base64dec
  788. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-keygen.o io.o ../getopt.o ../getopt1.o \
  789. -lhogweed -lnettle -lgmp -o rsa-keygen
  790. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-sign.o io.o read_rsa_key.o \
  791. -lhogweed -lnettle -lgmp -o rsa-sign
  792. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-verify.o io.o read_rsa_key.o \
  793. -lhogweed -lnettle -lgmp -o rsa-verify
  794. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-encrypt.o io.o read_rsa_key.o \
  795. ../getopt.o ../getopt1.o \
  796. -lhogweed -lnettle -lgmp -o rsa-encrypt
  797. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-decrypt.o io.o read_rsa_key.o \
  798. -lhogweed -lnettle -lgmp -o rsa-decrypt
  799. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib random-prime.o io.o ../getopt.o ../getopt1.o \
  800. -lhogweed -lnettle -lgmp -o random-prime
  801. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib hogweed-benchmark.o timing.o \
  802. -lhogweed -lnettle -lgmp -lm -lgmp \
  803. -o hogweed-benchmark
  804. clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib ecc-benchmark.o timing.o -lhogweed -lnettle -lgmp -lm -lgmp \
  805. -o ecc-benchmark
  806. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-here
  807. ./install-sh -c -d /Users/ever/dev/0ad/libraries/osx/nettle/include/nettle
  808. for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h des.h des-compat.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h twofish.h umac.h yarrow.h poly1305.h nettle-stdint.h version.h ; do \
  809. if [ -f "$f" ] ; then \
  810. /usr/bin/install -c -m 644 "$f" /Users/ever/dev/0ad/libraries/osx/nettle/include/nettle ; \
  811. else \
  812. /usr/bin/install -c -m 644 "./$f" /Users/ever/dev/0ad/libraries/osx/nettle/include/nettle ; \
  813. fi ; done
  814. ./config.status config.h
  815. config.status: creating config.h
  816. config.status: config.h is unchanged
  817. echo timestamp > stamp-h
  818. ./install-sh -c -d /Users/ever/dev/0ad/libraries/osx/nettle/lib
  819. for f in libnettle.a libhogweed.a; do \
  820. /usr/bin/install -c -m 644 $f /Users/ever/dev/0ad/libraries/osx/nettle/lib ; \
  821. done
  822. ./install-sh -c -d /Users/ever/dev/0ad/libraries/osx/nettle/lib/pkgconfig
  823. for f in nettle.pc hogweed.pc ; do \
  824. /usr/bin/install -c -m 644 "$f" /Users/ever/dev/0ad/libraries/osx/nettle/lib/pkgconfig ; \
  825. done
  826. set -e; for d in tools testsuite examples; do \
  827. echo "Making install in $d" ; (cd $d && /Applications/Xcode.app/Contents/Developer/usr/bin/make install); done
  828. Making install in tools
  829. .././install-sh -c -d /Users/ever/dev/0ad/libraries/osx/nettle/bin
  830. for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \
  831. /usr/bin/install -c $f /Users/ever/dev/0ad/libraries/osx/nettle/bin ; \
  832. done
  833. Making install in testsuite
  834. true
  835. Making install in examples
  836. true
  837. ~/dev/0ad/libraries/osx/nettle ~/dev/0ad/libraries/osx
  838. Building GnuTLS...
  839. ~/dev/0ad/libraries/osx/gnutls/gnutls-3.5.19 ~/dev/0ad/libraries/osx/gnutls ~/dev/0ad/libraries/osx
  840. checking build system type... x86_64-apple-darwin18.6.0
  841. checking host system type... x86_64-apple-darwin18.6.0
  842. checking for a BSD-compatible install... /usr/bin/install -c
  843. checking whether build environment is sane... yes
  844. checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
  845. checking for gawk... no
  846. checking for mawk... no
  847. checking for nawk... no
  848. checking for awk... awk
  849. checking whether make sets $(MAKE)... yes
  850. checking whether make supports nested variables... yes
  851. checking whether make supports nested variables... (cached) yes
  852. ***
  853. *** Checking for compilation programs...
  854.  
  855. checking for pkg-config... no
  856. checking for gcc... clang
  857. checking whether the C compiler works... yes
  858. checking for C compiler default output file name... a.out
  859. checking for suffix of executables...
  860. checking whether we are cross compiling... no
  861. checking for suffix of object files... o
  862. checking whether we are using the GNU C compiler... yes
  863. checking whether clang accepts -g... yes
  864. checking for clang option to accept ISO C89... none needed
  865. checking whether clang understands -c and -o together... yes
  866. checking for style of include used by make... GNU
  867. checking dependency style of clang... gcc3
  868. checking how to run the C preprocessor... clang -E
  869. checking for grep that handles long lines and -e... /usr/bin/grep
  870. checking for egrep... /usr/bin/grep -E
  871. checking for ANSI C header files... yes
  872. checking for sys/types.h... yes
  873. checking for sys/stat.h... yes
  874. checking for stdlib.h... yes
  875. checking for string.h... yes
  876. checking for memory.h... yes
  877. checking for strings.h... yes
  878. checking for inttypes.h... yes
  879. checking for stdint.h... yes
  880. checking for unistd.h... yes
  881. checking minix/config.h usability... no
  882. checking minix/config.h presence... no
  883. checking for minix/config.h... no
  884. checking whether it is safe to define __EXTENSIONS__... yes
  885. checking whether _XOPEN_SOURCE should be defined... no
  886. checking for Minix Amsterdam compiler... no
  887. checking for ar... ar
  888. checking the archiver (ar) interface... ar
  889. checking for ar... (cached) ar
  890. checking for ranlib... ranlib
  891. checking for _LARGEFILE_SOURCE value needed for large files... no
  892. checking for special C compiler options needed for large files... no
  893. checking for _FILE_OFFSET_BITS value needed for large files... no
  894. checking dependency style of clang... gcc3
  895. checking the archiver (ar) interface... (cached) ar
  896. checking whether we are using the GNU C++ compiler... yes
  897. checking whether clang++ accepts -g... yes
  898. checking dependency style of clang++... gcc3
  899. checking for bison... bison -y
  900. checking for a sed that does not truncate output... /usr/bin/sed
  901. checking for clang option to accept ISO C99... none needed
  902. checking whether to build with code coverage support... no
  903. checking whether to enable maintainer-specific portions of Makefiles... yes
  904. checking for autogen... :
  905. checking for inline... inline
  906. checking for ANSI C header files... (cached) yes
  907. checking cpuid.h usability... yes
  908. checking cpuid.h presence... yes
  909. checking for cpuid.h... yes
  910. checking for struct iovec.iov_basea... no
  911. checking netinet/tcp.h usability... yes
  912. checking netinet/tcp.h presence... yes
  913. checking for netinet/tcp.h... yes
  914. checking stdatomic.h usability... yes
  915. checking stdatomic.h presence... yes
  916. checking for stdatomic.h... yes
  917. checking for getrandom... no
  918. checking for getentropy... yes
  919. checking for NETTLE... ERROR: GnuTLS build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement